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
Cisco VPN Client 5.0.07.0290 on Windows 7 64 bit
Include page headers when printing HTML pages with different headers on some of each page
Script needed to close program and stop/start service
Shared Folder Disappeared but still available
Sonicwall TZ100 WLAN to LAN traffic
SSO Internet Explorer and Sharepoint Services 2008
Samsung Officeserv 7200 VOIP phones have no speech
Publishing Applications - Windows Server 2008
C# Books and training
How to open .BMP file with Internet Explorer in Windows XP OS.