|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
navigate through multipageHi,
I am using a tab and multipage control on my webapge to diaplay various sections of the form for a user to fill out. Although, a user can click on the tabs and navigate through the pages but I intend to have a next and previous button at the bottom of each page so that a user can use that as well to navigate through the paging. Is it possible to achieve this and how? Thanks Vivek I'd suggest you use the ASP.NET 2.0 Wizard control.
Show quoteHide quote "Vivek Sharma" <j**@bloggs.com> wrote in message news:%23vZDno5bFHA.3912@TK2MSFTNGP15.phx.gbl... > Hi, > > I am using a tab and multipage control on my webapge to diaplay various > sections of the form for a user to fill out. Although, a user can click > on the tabs and navigate through the pages but I intend to have a next and > previous button at the bottom of each page so that a user can use that as > well to navigate through the paging. Is it possible to achieve this and > how? > > Thanks > Vivek > Thanks for the reply. I wish but I am using VS 2003 currently.
Show quoteHide quote "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message news:u30L%23i6bFHA.2520@TK2MSFTNGP09.phx.gbl... > I'd suggest you use the ASP.NET 2.0 Wizard control. > > -- > I hope this helps, > Steve C. Orr, MCSD, MVP > http://SteveOrr.net > > > "Vivek Sharma" <j**@bloggs.com> wrote in message > news:%23vZDno5bFHA.3912@TK2MSFTNGP15.phx.gbl... >> Hi, >> >> I am using a tab and multipage control on my webapge to diaplay various >> sections of the form for a user to fill out. Although, a user can click >> on the tabs and navigate through the pages but I intend to have a next >> and previous button at the bottom of each page so that a user can use >> that as well to navigate through the paging. Is it possible to achieve >> this and how? >> >> Thanks >> Vivek >> > > Vivek,
You may want to take a look at the following MSDN site: http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/overview/multipage.asp They provide an example of a multipage control using buttons for navigational purposes. This can be located under the "Scripting Web Forms with the Multipage" section of the article. I hope this helps, Aaron Thanks,
I tried using it but my selectedindex always resets to 0 and increments to 1 whenever I click the next button Show quoteHide quote "Aaron Corcoran" <acorco***@lasers.state.la.us> wrote in message news:1118666935.627219.119400@g49g2000cwa.googlegroups.com... > Vivek, > > You may want to take a look at the following MSDN site: > > http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/overview/multipage.asp > > They provide an example of a multipage control using buttons for > navigational purposes. This can be located under the "Scripting Web > Forms with the Multipage" section of the article. > > I hope this helps, > Aaron > |
|||||||||||||||||||||||