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
existing gift voucher system? - asp.net
Mcaffe EPO 4.5 : deploying new EPO with existing agents
Cisco 1310g Wireless Bridge, Fastethernet Hardware Status Down
xhtml
CREATE VIEW - ;with CTE as ( SELECT *) -
DNS Problem on Adtran Netvanta 2100
Cisco VPN Client 5.0.07.0290 on Windows 7 64 bit
Detect Simultaneous Logon Across Network
How do I create a LUN?
Decode PHP file