I have two pages one is aspx page and another is ascx page ie., user control. In aspx page i have gridview it displaying list of products and their names. Gridview it has edit and delete buttons. I click edit button it should display popup. In popup it should be usercontrol.
My question is when i click edit how can i pass gridview row details to ascx page. I am not getting please help me
thank you.
In ascx page it has two textboxes.
Loading
V S N Raju KanumuriPosted Oct 29, 2011, 8:25 AM
find the cell value of grid using e.rowindex and pass value
from aspx to ascx page using querystring Ex. "example.ascx?id="+value