|
-
Mar 22nd, 2007, 01:50 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] [2005] deleting gridview row
Setting Autogeneratedeletebutton to true provided a delete button
on clicking it RowDeleting is fired .
is this button supposed to actually delete the row or it just gives me the event.
-
Mar 22nd, 2007, 09:10 AM
#2
Addicted Member
Re: [2005] deleting gridview row
It just provides the events, if your gridview is bound to a datasource you can use the event arguments to get values for that specific row.
So in short, just provides the events...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|