Hi,
I am new to c# coding, in my form i placed gridview and configured into access database and set advance option to edit,delete,update.
I can read all the values but i cant edit or delete the contents, showing error like below
"No value given for one or more required parameters.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: No value given for one or more required parameters.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. "
But the same one working in sql database, i cant find the solution. Can any one solve my problem plz....