I have a DetailsView that gets binded to a datatable. One of the Columns has a Website URL called "Website". Another Column has a ID field that needs to get binded to the Website URL address and that field is called "HCAD_NUM". I need a hyperlink to appear at runtime that the user can click on and the Webpage will popup. Below is the only code I have at this point.
Yes almost perfect. After they click the hyperlink, can it open the webpage in a new window and not the same window that the detailsview is displayed in?
JoshinHtown
ASKER
Also, one last thing. You will notice in the screenshot below the hyperlink is showing the full URL of website. Can it just display the words "Website Link" and have the hyperlink work off of that? Also, any chance this link can show up at top of DetailsView?
That would be all I need. Thank you so much if you can get this working.
If you want to re-order the field you would need to set "AutoGenerateRows" to false on your details view and then specify the fields you want in the fields tag I used in my example above.
I apologize for getting a tad impatient but I posted another Question at the below link related to this matter. I gave you points for this thread but I felt the other questions which you have recently answered should be a seperate question. Please post a thread at the below link to get the points there as well. Thanks jmwheeler