Ask a Question related to ASP.NET Security, Design and Development.
-
Ash #1
Datagrid on Webform - How to update? Help
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
Ash Guest
-
Print WebForm DataGrid
Is it possible to print a webfor datagrid and if so how? Thanks, Dave -- Message posted via http://www.dotnetmonster.com -
Testing existance of a datagrid control on a webform
Hi all, I have a usercontrol (a textbox with dropdown calendar that fills the textbox with the selected date) that I implement in a datagrid in a... -
To all Gurus: How can I edit/update a DataGrid in a DataGrid (nested DataGrid)? Possible?
Hello, I am searching the whole Internet for a good example how to edit/update a DataGrid in a DataGrid (nested DataGrid). I know how to... -
bind data to a textbox in a template column in WebForm DataGrid
Hi, I am trying to put a textbox in a template column both for displaying and editing. When I add the following line to the HTML code... -
Update webform with changes in a popup form
You'll want to use Window.Opener to reference the original window. Here's an example: window.opener.document.reload(true); Here's more info:... -
Ash #2
Datagrid on Webform - How to update? Help
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
Ash Guest
-
Ash #3
Datagrid on Webform - How to update? Help
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
Ash Guest



Reply With Quote

