Showing Records in table but hyperlink n transfer to other page+asp.net
i m developing website in asp.net n page name is 1.aspx i want to show records in table form but my requirement is that it should be hyperlink username when ever visitor clicks on that.next page will come n the username passed to another page
<td><%#Container.DataItem("user_name")%> </td>
I would store the UN and PW in a Session object, and pass it to the next page. Where you would grab it from Session and add it to the table like you showed above.
Bookmarks