|
|
|
start date: Fri, 17 Aug 2007 08:31:24 -0400,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Mike
|
|
2
bruce barker
|
|
3
Mike
|
allow multiple row selection in gridview
On my web form I need to allow the users to select mulitple rows within and then click delete, is there a way to allow for multi row selections and then get each row id so then can delete all the selected rows?
Date:Fri, 17 Aug 2007 08:31:24 -0400
Author:
|
Re: allow multiple row selection in gridview
lots of ways, depending on the ui you want. you could have checkbox per
row and a delete button. client script could detect a click and fillin a
hidden field, etc.
-- bruce (sqlwork.com)
Mike wrote:
> On my web form I need to allow the users to select mulitple rows within
> and then click delete, is there a way to allow for multi row selections
> and then get each row id so then can delete all the selected rows?
>
Date:Fri, 17 Aug 2007 08:21:04 -0700
Author:
|
Re: allow multiple row selection in gridview
I currently have a checkbox for this, though I dont' like it, it works for
now
"bruce barker" wrote in message
news:%23pxO$IO4HHA.4400@TK2MSFTNGP06.phx.gbl...
> lots of ways, depending on the ui you want. you could have checkbox per
> row and a delete button. client script could detect a click and fillin a
> hidden field, etc.
>
> -- bruce (sqlwork.com)
>
> Mike wrote:
>> On my web form I need to allow the users to select mulitple rows within
>> and then click delete, is there a way to allow for multi row selections
>> and then get each row id so then can delete all the selected rows?
>>
Date:Fri, 17 Aug 2007 12:03:44 -0400
Author:
|
|
|