Connecting Tech Pros Worldwide Help | Site Map

How to import detail about checkbox to another page.

Newbie
 
Join Date: Oct 2009
Location: Malaysia
Posts: 9
#1: Oct 13 '09
Hai there,

Im using ASP .NET C#. Here I have a few checkboxes in page 1. When hit the next button that link to page2, I want checkboxes that checked send it's details to the textbox in page 2.

Can it be done? any comments about it, please.

Thanks,
Meshack
ssnaik84's Avatar
Member
 
Join Date: Aug 2009
Location: Bengaluru, India
Posts: 119
#2: Oct 13 '09

re: How to import detail about checkbox to another page.


set PostBackUrl of your "next" button to page 2

if you want further info.. google for "Cross Page Posting in ASP.NET"
Newbie
 
Join Date: Oct 2009
Location: Malaysia
Posts: 9
#3: Oct 13 '09

re: How to import detail about checkbox to another page.


thanks for the reply....
I will check it out.

Thanks a lot,
Meshack
Reply