Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want data from sql server on form load and when i click on expand linkbutton, the other relevant data of row near the linkbutton should be fetched and displayed in child gridview without longer wait time and postback.
Posted
Updated 20-Mar-15 3:50am
v2
Comments
Sinisa Hajnal 16-Mar-15 7:17am    
What have you tried? Show us some code. In general, you should fetch relevant data in the initial retrieval and then show/hide what you need. Even better solution would be ajax call, but this really depends on the response time.
Hardeep Saggi 17-Mar-15 2:23am    
Provide from code snippet so we can understand the way you are implementing.

If your using asp.net gridview controls for hierarchical gridview needs then below link can help you.


http://www.dotnettwitter.com/2011/07/hierarchical-gridview-in-aspnet-with.html
 
Share this answer
 
Which type of grid you are using. simple HTML table , JQGrid, datatblejs or telerik control or ASP.NEt Gridview. Every grid has its own way of handling nested Grid. it can be achieved in different. either you bring the data at first as child entity within
C#

 
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