Microsoft
Software
Hardware
Network
Question : error while using grid view
<asp:AccessDataSource ID="db1" runat="server" DataFile="~/hello/db11.mdb
"
SelectCommand="SELECT * FROM [db11]" UpdateCommand="UPDATE [db11] SET [fname] = ?, [lname] = ? WHERE [Id] = ? ">
<UpdateParameters>
<asp:Parameter Name="fname" Type="String" />
<asp:Parameter Name="lname" Type="String" />
</UpdateParameters>
</asp:AccessDataSource>
Answer : error while using grid view
the problem is with the [id] parameter. it should be included.
right now there is only fname and lname but the update query is expecting [id] as well
Random Solutions
backdoor.tidserv.l!nf virus
The Microsoft Office Access database engine cannot find a record in the table with key matching field(s)
solution in SSMS
APEX Icons
Ruby's Page - Open speed
Sysprepping Windows 7 Ultimate
About direct X / Open GL issue
How to determine eclipse version?
Exchange ISNTEG Utility Test Results
How can I list all the properties and values of an object in ASP.NET?