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
Exporting X509 published certificate information
How do I get the value of xpages file upload
SharePoint Recovery when all you have are the SQL files from disk ?
Drupal Frontpage - Views through PHP
Switch 3Com 4800G doesn't save configuration ?
Group By Sql Query
Exchange 2007 - Error 5.1.0 - Unknown address error 550-'5.1.1 User unknown'
emc cx600 - how do I get dell 64 bit server to see the emc harddrives
phpmailer errorInfo
A Web Exception occurred because an HTTP 401 - Unauthorized response was received from Unknown