hay,
you just need to create a simple view into your database, to get your data, and read this view and add it to your GridView datasource
and when you insert or update or delete you will actually...
hay,
actually there is another way to do that,
- using tables , i always do this,
- another thing is to use the formate from the VS menu in the design mode after inserting the control to the...
not Agreed,
this will cause the the confirm appear even if the user didn't chose the delete
so you need OnChange as Alsvha said,
but you need actually to call a JavaScript function
and chick...