Microsoft
Software
Hardware
Network
Question : How to update the database using a datagrid event
I would like to update the database value for each row using a call to a event by a datagrid function that would update the value in the database for (
"Right" />) for each of the datagrid rows.
CellPadding="4" CellSpacing="0" AllowPaging="False" AllowSorting="False" AutoGenerateColumns="False
"
ShowHeader="True" ShowFooter="True" HeaderStyle-CssClass="SubH
ead" ItemStyle-CssClass="Normal
"
FooterStyle-CssClass="SubH
ead" FooterStyle-HorizontalAlig
n="Right" >
Visible="false" ReadOnly="True" />
ReadOnly="True" />
DataFormatString="{0:$#,##
0.00}" ItemStyle-HorizontalAlign=
"Right" FooterText="" />
Text="[Remove]" />
Answer : How to update the database using a datagrid event
putin ur query in the following
Protected Sub GridView1_RowUpdating(ByVa
l sender As Object, ByVal e As System.Web.UI.WebControls.
GridViewUp
dateEventA
rgs) Handles GridView1.RowUpdating
'ur queries to update the database
End Sub
Random Solutions
No Driver for Ricoh Aficio SP C210SF (Win 7)
SQL Function
The semaphore timeout period has expired. Unable to create folder.
How to change the location of Listbox using code
Use range of Cells as criteria for Excel Query
error with web site when it was moved from server 2003 to 2008
Access 2000 Runtime
foxpro sql insert data with comma in text
Pass through query with declare doesn't return records
Retrieving info from DropDownList on OnSelectedIndexChanged in a repeater