I have a detail view that is displaying information from a table called demos. I am currently displaying a hyperlink so that someone can click the link and go a page (intense, I know!)
I would like to make the hyperlink go to different pages based on the value of one of the fields in the details view. For instance, I have a field called "listenedto". if the value is "yes", I want the link to go to "yespage.aspx" and if the value is "no", go to "nopage.aspx".
I am just unsure of how to accomplish this inside of visual web developer express...