Results 1 to 2 of 2

Thread: [RESOLVED] [2005] deleting gridview row

  1. #1

    Thread Starter
    Fanatic Member vishalmarya's Avatar
    Join Date
    Feb 2001
    Location
    New Delhi , INDIA
    Posts
    858

    Resolved [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.
    Vishal Marya, MCP .net 3.5
    My Site
    http://www.vstoolsgallery.com/
    http://visualstudiogallery.msdn.micr...b-f87a909b9266





    Please indicate what version of vb you use.
    Please mark your thread resolved using the Thread Tools above.
    -----------------------------------------

  2. #2
    Addicted Member
    Join Date
    Mar 2006
    Location
    Netherlands
    Posts
    198

    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
  •  



Click Here to Expand Forum to Full Width