i am trying to design a gridview with linkbuttons.
Below is gridview that I want it to be, ID, Name and Status are Label, Click1 and Click 2 are LinkButtons
ID ------------- Name ------------- Status ------------- Click1-----Click2
1 -------------- Name1 ------------ Active ------------ Lnk1--------Lnk2
2 -------------- Name2 ------------ In-active --------- Lnk11-------Lnk22
what i am trying is to change the LinkButton cell text(Lnk1 to 'View') on gridview bind. and on likbutton click i want the text as same on gridview bind(i.e Lnk1) and the same with second linkButton..
thank you....