0
ya....so, u can use linkbutton or other control to bind all employee then at click event from web service u can bind his/her details below
CollapsiblePanel
... 0
@Abhijit Barua:
Thanks my friend for your help, but you didn't get my question exactly, I know that this thing can be dynamically done, but list of employees that is to be shown in GridView is through database and not dynamically.
The answer you suggested is valid for less number of employees and if want to make the same for 500 or 1000 employees, we can't do the same. Thus, database plays a major role and that's what the problem is.
0
take CollapsiblePanelExtender one at .aspx page. Then dynamically create pane for each employee. suppose if u have 5 employee then 5 panel will create. give panel name as employee name. now create dynimically some label and textbox as you want to show for employee details. then bind with respective data. then add all control to panel. add panel to CollapsiblePanelExtender.
Thank you