Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Edith DataGrid

Author  Topic 

Sirchrisak
Starting Member

19 Posts

Posted - 2005-06-21 : 06:11:38
I want to Edith my datagrid rows. I am using the Following Code in my Edith command event. my problem is that when I click this Edith Button ,the grid cells will not be Edithable ie I can Edith the cells.Pls how can I fit this problem?. thanks


[CODE]Private Sub DataGrid1_EditCommand1(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles DataGrid1.EditCommand
DataGrid1.EditItemIndex = e.Item.ItemIndex
GetDataSet()
DataGrid1.DataBind()
End Sub[/CODE]

Chris
   

- Advertisement -