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
How do I remove Network Neighborhood using group policy?
please check my .htaccess
Exchange 2003 does not work after reinstalling SMTP service on SBS 2003 Server
PHP error reporting
net share system error 5 acces denied
Windows7 my Documents folder
Can't obtain cell values from Selected Row of GridView programmatically
File Uploads with jQuery Form and jQuery Validation
Why won't Exchange Transport service start in Exchange 2007 on our SBS 2008 server ?
urgent: how to change the nic speed from 100 half to 1000full in Solaris10