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
Simple Automation with Infopath 2003 and SPS 3.0 - Calculate Directory / Filename to save as
Difficulty uploading items larger than 1 MB
.NET MySQL question
SQL Server Clustered Index
[Microsoft][ODBC Microsoft Access Driver] Too many client tasks.
Adding the record count of one table into another
Convert string to DataTable object
Rollback an update statement
DatDiff for bonds
Trigger Access AND SQL events at the same time?