Home All Groups Group Topic Archive Search About
Author
17 Jun 2005 9:40 AM
Saket Mundra
I am designing a web application to offer services to customers. In form1 I
have listed all the services available using CheckBoxlist control. I have a
different webform for customization of each of the services that is being
offered.
I want that when a user makes selection of services in the checkboxlist
control on form1, based on his selection of services he shall be redirected
to the pages for selected services one by one in the order of services
selected. Is this Possible?

If yes please guide me how shall i proceed? Any help is appreciated.

--
Thank You.

Saket Mundra

Author
17 Jun 2005 9:26 PM
Steve C. Orr [MVP, MCSD]
Here's an example of using a base class to provide common functionality to
all your pages:
http://www.dwaynesparks.com/Website_Templating_3.aspx
You can put navigation code in there to determine which page to display
next.

Here's information about creating a wizard:
http://aspalliance.com/articleViewer.aspx?aId=624&pId=1

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"Saket Mundra" <SaketMun***@discussions.microsoft.com> wrote in message
news:EBA581F5-F4CB-4B78-A4BE-BBBDDB3269E5@microsoft.com...
>I am designing a web application to offer services to customers. In form1 I
> have listed all the services available using CheckBoxlist control. I have
> a
> different webform for customization of each of the services that is being
> offered.
> I want that when a user makes selection of services in the checkboxlist
> control on form1, based on his selection of services he shall be
> redirected
> to the pages for selected services one by one in the order of services
> selected. Is this Possible?
>
> If yes please guide me how shall i proceed? Any help is appreciated.
>
> --
> Thank You.
>
> Saket Mundra