I have a gridview that spits out a column like this:
status
------
open
closed
pending
open
closed
I want to capture the 'closed' iteration and make the word 'closed' it into a hyperlink that you can click on to take you to another page with more info.
i should be able to do this using vb in my codebehind, shoudn't I? - but i'm having trouble with the syntax and I don't know what properties/methods to manipulate - help?
status
------
open
closed
pending
open
closed
I want to capture the 'closed' iteration and make the word 'closed' it into a hyperlink that you can click on to take you to another page with more info.
i should be able to do this using vb in my codebehind, shoudn't I? - but i'm having trouble with the syntax and I don't know what properties/methods to manipulate - help?