How to create a link to my table content
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
Dynamic Tables or Static? Regards,
-
Why dont you use Datagrid or DataList or repeater? You can add "Hyperlink" or "Linkbutton" in template columns..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message. Thank you.
-
if you know the page earlier then u can try something like this
If u dont know the page that u have redirect in the design time then , make the href="#", at design and then access the tag in the code behind and then set the href property dynamically.