Hello everybody,

I have a need to create a front end using a DataGridView. There are different ways of populating the DataGrid. What's a good way of populating a DataGridView in which user 'A' might make around two hundred edits in the grid and possibly another user or two(users A, B) attempt to read and or edit records that user 'A' has on his or her screen? Do I use ADO.Net, datasets or what? And how do I go about dealing with the multiple users interacting with the same records? I'm probably not wording the scenario accurately enough to be program spec but hope you can understand the basic problem.

If someone here has a sample program or some code that I can look at I would appreciate it very, very much. I'm planning on using VB2010 with SQL Sever 2012.