In my web page i used a gridview. In this gridview it shows a group of users information.
I just added one button from smart tag menu. And my requirement is that when i am hitting the button corresponding to each users, it will redirect to another page and shows the corresponding user’s information. What i do for getting this type of output?
In my web page i used a gridview. In this gridview it shows a
Share
U have to add the button and add an attribute CommandName:
then in the event of itemcommand of the grid do the following