Hello,
I have a rather tricky problem and I have run out of ideas.
I have a page with a datalist that has checkboxes in it. At the bottom of the page, I have an imagebutton (not part of the datalist). When the imagebutton is clicked, I need to find out the checkboxes selected by the user, add it to a session object and open a new window.
How will I be able to accomplish this?
Using client side scripting along with a server side code results in the client side executing first. My window opens before I can update my session.
Help!
Thanks.
rsshetty.
It's always in the details.
I have a rather tricky problem and I have run out of ideas.
I have a page with a datalist that has checkboxes in it. At the bottom of the page, I have an imagebutton (not part of the datalist). When the imagebutton is clicked, I need to find out the checkboxes selected by the user, add it to a session object and open a new window.
How will I be able to accomplish this?
Using client side scripting along with a server side code results in the client side executing first. My window opens before I can update my session.
Help!
Thanks.
rsshetty.
It's always in the details.