hi experts
i am thinking of how can i hyperlink a tablecell using asp.net controls.
i know how to add a hyperlink to a tablecell by
but the text "abc" is actually hyperlink, not the tablecell.i want to know how because i want to retrieve data from the database and create a dynamic table with all the cell hyperlinked to some pages. i work with traditional asp page before and do it using lots of "spagetti" codes. can anyone enlighten me how to use asp.net to do that. thanks in advance!