Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Here's a tough one (for me at least)

Reply
Thread Tools

Here's a tough one (for me at least)

 
 
Joe
Guest
Posts: n/a
 
      11-06-2004
I have a DataGrid which is bound to a class except for 1 column which is a
checkbox. I want the user to be able to check/uncheck as many boxes as
possible without posting back to the server for each. When the user clicks a
link it will reload the grid with different data and I need to get the state
of the checkboxes prior to the grid being reloaded.

I can get the CheckBoxes to do an immediate postback but I don't like that
idea for 1 and 2, I can't tie the checkbox to the row it was in because
DataItem hasn't been assigned yet.

Thanks,
Joe



 
Reply With Quote
 
 
 
 
jongalloway
Guest
Posts: n/a
 
      11-08-2004
Joe -

I'd take a look at Andy Smith's free RowSelectorColumn:
http://www.metabuilders.com/Tools/Ro...torColumn.aspx

This control is also nice because it adds "select all / deselect all"
functionality.

Here's an article on how to implement it:
http://www.datagridgirl.com/rowselector.aspx
- Jon
http://weblogs.asp.net/jgalloway

 
Reply With Quote
 
 
 
 
Joe
Guest
Posts: n/a
 
      11-08-2004
Thanks. I did figure out a way to do this but I'll take a look at these
links as well.

"jongalloway" <> wrote in message
news: oups.com...
> Joe -
>
> I'd take a look at Andy Smith's free RowSelectorColumn:
> http://www.metabuilders.com/Tools/Ro...torColumn.aspx
>
> This control is also nice because it adds "select all / deselect all"
> functionality.
>
> Here's an article on how to implement it:
> http://www.datagridgirl.com/rowselector.aspx
> - Jon
> http://weblogs.asp.net/jgalloway
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Traffic Shaping & Qos on 3500/3700 Switch tough one Trouble Cisco 0 08-18-2006 02:44 PM
IOS Software problem Tough one Trouble Cisco 2 02-14-2006 10:39 PM
pix 501 scenario: tough one, at least for me.. wonknose Cisco 4 04-20-2004 01:26 AM
80020009 -- ready for a tough one? middletree ASP General 4 01-09-2004 11:12 PM
page cycle and long query - tough one greg ASP .Net 2 07-27-2003 04:03 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57