Hi,
I need to persist the items selected in my grid across pages . I did this with an arraylist and it works fine.
I use an arraylist, store it in session and retrieve the values. I use an itemcommand event which gets fired when row is being clicked .
But what event gets fired when i select the header checkbox? is there any server side or client side event which gets genertaed.
B'coz when i select the header check box, all the items in mygrid gets selcted. But why the item commnad does not get fired. Pls help me with code samples.
How do i persist these items selcted when header checkbox is selcted and store them also in arraylist.
I need to persist the items selected in my grid across pages . I did this with an arraylist and it works fine.
I use an arraylist, store it in session and retrieve the values. I use an itemcommand event which gets fired when row is being clicked .
But what event gets fired when i select the header checkbox? is there any server side or client side event which gets genertaed.
B'coz when i select the header check box, all the items in mygrid gets selcted. But why the item commnad does not get fired. Pls help me with code samples.
How do i persist these items selcted when header checkbox is selcted and store them also in arraylist.