I’m trying to insert values from gridview to a database but I get error:
Here is my design : http://pastebin.com/vEm3ciPU
I’m getting
“Conversion failed when converting date and/or time from character
string.” “Line 32: dataCommand.ExecuteNonQuery();”
What can I do?
Thank you,
I’m using a gridview and sqldatasource to bind datatable to gridview.
Replace the following
I am assuming below mentioned schema.