Hi,
I am very tired to solve this. I know its very very very easy for beginner level programmers too.
But i am not understanding that where is my problem.
I just wanna update my database with one click only.
I do for update my database from datagridview1 but it shows a error like this :
Unhandled exception has occurred in your application . If you click Continue, the application will ignore this error and attempt to continue.
If you click Quit,the application will close immediately.
Update requires a valid UpdateCommand when passed DataRow
collection with modified rows
Thanks in advanced.
I am very tired to solve this. I know its very very very easy for beginner level programmers too.
But i am not understanding that where is my problem.
I just wanna update my database with one click only.
I do for update my database from datagridview1 but it shows a error like this :
Unhandled exception has occurred in your application . If you click Continue, the application will ignore this error and attempt to continue.
If you click Quit,the application will close immediately.
Update requires a valid UpdateCommand when passed DataRow
collection with modified rows
Thanks in advanced.
Comment