Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP to ASP .NET questions

Status
Not open for further replies.

Magnus53

Programmer
Jul 25, 2002
73
CA
Hey everyone,

We are currently looking into converting our ASP/VB web app over to ASP . NET/VB . NET. I do have a question that hopefully which someone will be able to answer.

The web app is an ordering system. To do an order you must navigate through about 10 pages. We have a javascript naviagion system that allows for random access of each page, so say you get to page nine, then have to go to page one, you can just by clicking on the page one icon. To help with this, we have one INC file for everypage to hold the data.
We have to keep this system, it's very important to the site.


Can we do the same thing in ASP . NET?


I don't see why not, but I need to know with someone with more ASP . NET experience.


Any help is appreciated, thanks.
 
Yes you can.

One way of doing it would be to create your own User Control with a link to each page on it. You just include your user control on whatever pages you want.

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top