Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to retrieve data from dynamically generated gridview controls?
Posted
Updated 9-Sep-10 0:03am
v2
Comments
T.Saravanann 9-Sep-10 5:50am    
In windows or web application?
Sandeep Mewara 9-Sep-10 5:51am    
Winforms or Webforms - ASP.NET ?
Dalek Dave 9-Sep-10 6:02am    
Minor Edit for Grammar.

1 solution

You retrieve the data the same way you would from a statically (designer) generated gridview.

The only difference is that you must either reference the metadata that was used to configure the grid view, or poll the grid view itself for its column information, rather than having prior knowledge of it because its configuration was set at the time you were writing your own code.
 
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