How to Open web pages
Hi...
I have a web page with grid view control for display customer records. I already put hyper link field for open another page. It's working.
But my table have a one of field call "Single Image" and hope to add two values. I want to open two pages accoring to values. (If singleImage=True then single.aspx else dtls.aspx).
How to do this..?
Thanks
Kelum
kelum kanchanaPosted Jul 8, 2009, 3:49 AM
Subramanyam RompicherlaPosted Jul 8, 2009, 2:57 AM
Insted of using the <asp:HyperLinkField in GridView, Use the <asp:TemplateField inside this field use the anchor like
if you have any issues please reply