Hello Every one,
I have a gridview which contains a textbox. But I want to open a popup on clikcing of that textbox and update value by getting gridview row index.
Please some one get me solutions.
Thank You
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.
Dhirendra MisraPosted Jan 9, 2014, 5:00 AM
You can make use of rowdatabound event of gridview. In that event you can find the textbox and add attribute OnClick which will open the popup. You can pass unique id with URL of popup in querystring. Then use the querystring id to update the relevant record.
Some sample code is here:
http://forums.asp.net/t/1903451.aspx