how to move the selected checkbox to other page

N

narula srinivas

hai everybody,

i hav a problem of with the checkbox list.how ca i get the selected items
moved to the other page(to understand in a rediffmail box,in that after
selecting a certain mails u will be able to move to the other folder).i need
code in c#.
 
N

nikki

I assume you have checkboxes in a web form, and they are doing a
postback?

Upon control validation, you can forward the response to the
appropriate page. Forwards/redirects must be done before any response
is written to the client.

I believe the .net way to forward the response, preserving the form, is
Server.Transfer.
http://www.developer.com/net/asp/article.php/3299641
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,362
Latest member
ChandaWagn

Latest Threads

Top