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
SQL database issues over ipsec site to site tunnel on Juniper SSG520
Anyone knows what this fruit is called in english and if I can buy it in the USA somewhere even online
how to make an MsAccess form resolution independent?
Script to email newly created computers. Need to add groups & users accounts also.
What can be done with huge files that cannot be defragmented?
Google Earth - large cache file - dbcache.dat
Where are mappings for XML files set inside of Eclips
Windows 2008 Domain Controller Unavailable (but working)
Using log4j, how do I log to a file in a directory
How can I create a list from a starting number and ending number in Excel?