Click here to Skip to main content
15,922,166 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Every One,

I am working in asp.net web application. in which i show employee records in gridview.
i am showing empid and empname in gridview and one detail button in gridview. I want that on click of detail button whole detail of empid of that row should show in any popup or panel. and in this open poup user can edit or update records.

please help me.
Posted

You can look at below article in CP:

Popup window for the GridView[^]

Alternatively you can also use ModalPopupExtender from AJAXControlToolKit for implementing your requirement. Below article will help you for starters:

http://mattberseth.com/blog/2008/04/masterdetail_with_the_gridview.html[^]
 
Share this answer
 
look these link
answering ur question by example need lots of code so i am giving you article link. i hope it will work.

GridView with a Panel for row editing[^]
 
Share this answer
 

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