|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Insert Row in GridView using SqlDataSource and update to database ?
Luqman -
16 Nov 2007 7:21 PM - 1 message
I added new rows to the GridView with the following code. I am using SqlDataSource and Sql Server 2000 Northwind Database Customers table. Dim sqlarg As New DataSourceSelectArguments Dim dv As New System.Data.DataView dv = SqlDataSource1.Select(sqlarg) Dim drNewRow As Data.DataRowView = dv.AddNew ...
|
|||||||||||||||||||||||