Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

ASP.net load another page

Options
2»

Comments

  • Registered Users Posts: 1,825 ✭✭✭Gambler


    Sorry maybe I'm missing something here but why doesn't the OP just use a standard html form and pulling the request.form values in the new page.

    Yes you can do all the things that have been mentioned but when I want to put a search form in an asp.net application I just put in a standard old school html form and in the search.aspx I do a request.form for the field. You can do this in the .vb page no problem and it saves all the faffing around?!


  • Registered Users Posts: 21,257 ✭✭✭✭Eoin


    I think I may have hijacked the thread somewhat - the OP seems to be working completely within his own site, so the standard asp.net functionality should be fine. If you use a standard HTML form, will you not lose all the stuff you get for free with the server side controls (validation, viewstate, security etc)?

    @John_MC - that's a nice solution, thanks for that.


  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    Thread locked.


This discussion has been closed.
Advertisement