I have database with column of date type My computer run on date format MM/dd/yyyy "en-us" I have grid view which I used to insert data from GV to data base using the insert SQL command it work fine with out any exception.
When I try to change my computer date format to dd/MM/yyyy it give my exception when I run my application ("Does not allow to insert data from GV to data base column of date data type")
How can I solve this exception any help please?