Updating Database through datagrid
Database
3
Posts
2
Posters
0
Views
1
Watching
-
Hi Friend'z... I need to update the database tables though datagrid only.(in windows form c#). How can I update the database through datagrid ? pl help me in doing this. thanks in advance,
-
is it a datagrid or datagridView?
Visual Studio can't evaluate this, can you?
public object moo { __get { return moo; } __set { moo = value; } }
It is Datagrid, i'm using Visual Studio.Net 2003 pl help me...