Calling a page from main page

  • Thread starter Thread starter Daniel Caetano
  • Start date Start date
D

Daniel Caetano

I have a main page , and i want do call another page(as search page) passing
paremeters. I want that the field values of search page to be passed to
main page. Of course without missing the fields values already filled at
main. What the best way to do it?? i´d like to use only asp.net e vb.net..
Is that possible??
Thanks
 
Hi Daniel,

I think saving the values from your main page in session.variables and than
redirecting to the search page, and when that is done going back to the
mainpage, while I save the values from the search page again in the
session.variables would be the first thing where I would go for.

(Until now I have not seen more simpler methods)

And I asume that this is in possible with VB.net
(There can be a lot of things of course that makes it impossible, but when I
was you I just would started with it)

I hope this helps?

Cor

"> I have a main page , and i want do call another page(as search page)
passing
 
Back
Top