Click here to Skip to main content
15,898,826 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My application requires table in the front end and User must be allowed to enter data into table. Is it possible..?? If possible Where do i get started??
Thank you,
Posted

1 solution

"Is it possible..??"
Yes.


"Where do i get started??"
Depends on what environment you are working.
For Winforms, look at the DataGridView control
For Web, look at the GridView control

MSDN will give you examples which should help.
 
Share this answer
 
v2
Comments
Sharath2790 18-May-13 5:35am    
Thank you!! I'll Try... Btw it is for win forms.... I don't have any data source at back end... So how can i save data when application closes and retrieve when application Opened again...????
OriginalGriff 18-May-13 6:00am    
There are a *HUGE* number of ways you could do it, depending on what facilities you have available to you, what you are comfortable with using, and what your data is. These include:

Configuration file
Text file
Comma Separated Values file
XML file
Data Base.

Each of these has multiple solutions!

So it's not as easy as me saying "do this" - it's up to you to look at what you are trying to do and come up with some parameters! :laugh:
Sharath2790 18-May-13 6:47am    
Thank you
OriginalGriff 18-May-13 7:01am    
You're welcome!

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