Displayin Usernames
I am having Diff names in Database. What i need is i have taken
Hyperlink on a page and i want to display all user name's one after one
on Hyperlinks. Can any one help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dorababu MekaPosted May 25, 2009, 6:05 AM
Mohit JainPosted May 25, 2009, 5:30 AM
Hi Dorababu,
You can use the GridView and take the HyperLinkColumn, Bind the data to the grid and you are done. Or You will have to fetch all the users in a DataTable. Now using some loop you can display these names in a HyperLink or LinkButton.
Hope this help.