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
Excel Username Macro
GROUP BY Case Statements
Exchange 2007 installation on a Windows 2008 server.
Exchange 2010. Install Failed, now can't uninstall
transfering a directory with multiple files in parallel
Blackberry Printing
wordnet dictionary thesaurus api
Excel Interop: Find cell by name
Finding all email sent from a certain domain to our Exchange Server for legal purposes
Do WPF and MVP go together?