gridview
-
hi, how to do delete in grid view .i am not using sqldatasourse control.i am directly binding to a table present in database through dataset. if i will use the sqldatasourse control for dataview,if any updatation will made latter in database will it bind automiticlly to the sqldatasourse?
p.sethi
-
hi, how to do delete in grid view .i am not using sqldatasourse control.i am directly binding to a table present in database through dataset. if i will use the sqldatasourse control for dataview,if any updatation will made latter in database will it bind automiticlly to the sqldatasourse?
p.sethi
Hi First You should enable AutogenerateDelete button property of grid view. Then You can write your delete code inside RowDeleting Function of grid view. thats all for delete a row.. The second question, You can try it Yourself???? -- modified at 4:05 Friday 11th May, 2007
Sherin Iranimose