Datagrid on Webform - How to update? Help

A

Ash

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top