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 change the default Domain extension for SBS 2008 in Exchange for all users?
Java SAX
Java Open Source Barcode Software
asp.net vb.net render html to component
Oracle Join null rows.
ADmodify.exe "mailbox rights modification disabled" ??
Exchange 2010 setup.com /preparead fails
importing the data into table having xml datatype using db2 import.
Not downloading Offline address book files. A server (URL) could not be located. 0X8004010F
ScrollText In DialgBox? - Delphi