how to read Edit, delete records from Datagrid control [modified]
-
i want to Edit, Delete, Xml Records Displayed in Datagrid. Plz help me i am using code for Displaying Records in Datagrid like this. { DataSet ds=new DataSet(); ds.ReadXml(@"D:\schedulerFiles\Date.xml"); dataGrid1.DataSource=ds; dataGrid1.SetDataBinding(ds,"DateSchedule"); } -- modified at 3:17 Tuesday 10th April, 2007
-
i want to Edit, Delete, Xml Records Displayed in Datagrid. Plz help me i am using code for Displaying Records in Datagrid like this. { DataSet ds=new DataSet(); ds.ReadXml(@"D:\schedulerFiles\Date.xml"); dataGrid1.DataSource=ds; dataGrid1.SetDataBinding(ds,"DateSchedule"); } -- modified at 3:17 Tuesday 10th April, 2007
check this http://msconline.maconstate.edu/tutorials/ASPNET1/default.htm[^]
When you get mad...THINK twice that the only advice Tamimi - Code
-
i want to Edit, Delete, Xml Records Displayed in Datagrid. Plz help me i am using code for Displaying Records in Datagrid like this. { DataSet ds=new DataSet(); ds.ReadXml(@"D:\schedulerFiles\Date.xml"); dataGrid1.DataSource=ds; dataGrid1.SetDataBinding(ds,"DateSchedule"); } -- modified at 3:17 Tuesday 10th April, 2007
The most comprehensive resource: http://www.4guysfromrolla.com/webtech/122300-1.shtml[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
i want to Edit, Delete, Xml Records Displayed in Datagrid. Plz help me i am using code for Displaying Records in Datagrid like this. { DataSet ds=new DataSet(); ds.ReadXml(@"D:\schedulerFiles\Date.xml"); dataGrid1.DataSource=ds; dataGrid1.SetDataBinding(ds,"DateSchedule"); } -- modified at 3:17 Tuesday 10th April, 2007