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
Google apps Cname
Dell PowerEdge 2800 server failure - RAID ADAPTER unrecoverable error
Prevent users from sending emails to all users group lotus notes
Modification to Sample CrossTab Database
ghost 14 in windows xp is requiring me to run in windows recovery enviroment
Need app to automatically turn off iphone at location
Increment Value
hackintosh for eee pc 1001ha
Transition or Restructure 2003 to 2008 R2 AD? Migrate Exchange 2003 or just move to 2010?
directoryInfo.GetFiles() is slow in .net.