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
Getting group membership from LDAP
can#t Compile PNG Image Lib
How to increase speed of UltraVNC
Restarting Footnote numbering in a lenghy completed document
Windows 2008 Server Domain isues
Websense - Block Internet Access - Except for Updates
removing xml node from database
SSAS 2008 MDX All Member Before Current Member
Drop down in Word
Automatically Enable "Potentially Harmful Content"