Hi,
I've created a GridView control in my application and I want it to be connected to my SQL database (i mean to sync between the two)
That way the GUI application will be the interface of the DB, so the user won't be needed to open the DB with SQL Server Management.
My DB attached in image "1.jpg", and my application in image "2.jpg".
What is the easy way to connect between the two?
I want to do that when I change (insert/update/delete) any row in the gridview, and click "Save" - DB will be updated.
and when I open the application it will select from it.
What is the easiest way to sync it in RadGridView?
Thanks!
I've created a GridView control in my application and I want it to be connected to my SQL database (i mean to sync between the two)
That way the GUI application will be the interface of the DB, so the user won't be needed to open the DB with SQL Server Management.
My DB attached in image "1.jpg", and my application in image "2.jpg".
What is the easy way to connect between the two?
I want to do that when I change (insert/update/delete) any row in the gridview, and click "Save" - DB will be updated.
and when I open the application it will select from it.
What is the easiest way to sync it in RadGridView?
Thanks!