Click here to Skip to main content
15,900,108 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to insert data in data grid view from other page without use of data base in c# window application.
Posted

With out database?

Then build a datatable with values & bind the grid.
C# DataTable Examples[^]
 
Share this answer
 
Comments
jaideepsinh 16-Nov-11 3:54am    
i read a text file in other page and want to display it data in to data grid so i want to access data grid view in that page.
but i am not access that data grid in other page.
You need to cache the data in some manner.

What problem are you trying to solve by not using a database?
 
Share this answer
 
Comments
jaideepsinh 16-Nov-11 3:53am    
i read a text file in other page and want to display it data in to data grid so i want to access data grid view in that page.
but i am not access that data grid in other page.
Get modifiers property public then we can access data grid in other form.
 
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