Hi all


I am newbie here....!
Here is my problem. I am working on asp.net and MSaccess. I am working on grid/formview with MSaccess backend. When insert a new record that is fine. but when i try to edit an existing record, the pRIMARY KEY which is autoincrement ID, which fills up into all the blank fields. Even when i click edit button and do not do any thing editing, it populates all the blank fields with primarykey.
Here is an example:
Before i click edit button
RecordID(PrimaryKey) studentID StudentName Grade
1234 456 Blank blank
After i click edit button
RecordID(PrimaryKey) studentID StudentName Grade
1234 456 1234 1234


Look blanks are replaced by recordId
How can i fix this problem, somebody pls help me.....
Thanks A lot