Friday, August 10, 2007

(RESOLVED) - Just before the weekend.

It came to me that the [ID] autonumber index field in my Access 2000 Database name may be a reserved word in ASP.NET. I was looking at the paramiters in the GridView and noticed (ID) was used. So I changed the name in the table to RecordID and then in the GridView I changed the AccessDataSource1 to reflect the change. I ran the program and it all now works. So another note for my notebook. Do not name an index autonumber record "ID" or it will not work with ASP.NET.

Thanks everyone for your help.

Have a good weekend.

Mike

No comments: