Datagrid on Webform - How to update? Help
From: Ash (aliasgerj_at_hotmail.com)
Date: 07/25/03
- Next message: abacnet_at_hotmail.com: "Re: Datagrid on Webform - How to update? Help"
- Previous message: Mike Kingscott: "Some help required: Different flavour of logon via FormsAuthentication?"
- Next in thread: abacnet_at_hotmail.com: "Re: Datagrid on Webform - How to update? Help"
- Reply: abacnet_at_hotmail.com: "Re: Datagrid on Webform - How to update? Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 25 Jul 2003 06:21:22 +0800
Hi,
I'm using Vb.NET webform, connecting to sql server database on the local
machine. I used datagrid propery builder to add the edit, update and cancel
colum. On the code, i have:
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
SqlDataAdapter1.Fill(DataSet11)
DataGrid1.DataBind()
End Sub
When i run the page, i can see the content on the browser, but when i click
on update, nothing happens.
Any tips/ideas how i can do the update?
Thanks,
Ash
- Next message: abacnet_at_hotmail.com: "Re: Datagrid on Webform - How to update? Help"
- Previous message: Mike Kingscott: "Some help required: Different flavour of logon via FormsAuthentication?"
- Next in thread: abacnet_at_hotmail.com: "Re: Datagrid on Webform - How to update? Help"
- Reply: abacnet_at_hotmail.com: "Re: Datagrid on Webform - How to update? Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|