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
configuring asa to PAT port 9191 to 9100
Strange DNS issues - SBS 2008
Popup window keeps coming..after clicking Browser Back
What are all the improvments in DFS Windows server 2008
SQL 2005 SQL Syntax Help Needed
Default Printer Changes using Terminal Server
Sql Express 2008 Client connectivity tools
how to install and configure new GPFS cluster in AIX LPAR Workload environement?
Remove exchange connection in Outlook
Auto Send Excel as Email Attachment