Click here to Skip to main content
16,018,534 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have 2 grid views. gridview1 and gridview2. gridview1 at default page. gridview2 at model popup extender. gridview1 has one link button when user click on the link button
model pop extender has fired and gridview2 bind with data base data(here i used link button.)
my qn. is
i want to change gridview1 link button text with the selection of gridview2 link button text.>
Posted
Comments
Krunal Rohit 20-Oct-15 8:46am    
On the click of linkButton1 change the text of linkButton2.
Use FindControl() method for getting the linkbutton from gridview.

-KR

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900