Home All Groups Group Topic Archive Search About

Getting value from Pervious Page.

Author
4 Jul 2006 2:34 PM
TARUN
Hello All

I am getting stuck in one Problem.
I am Using C#

I have a one page called "Search.aspx" which include some TextBox,
DropDownList, ListBox.
On the Submission of the page, it navigate to "Searchresult.aspx"
Now I want to get the Value of the TextBox, DropDownList, ListBox in
"SearchResult.aspx" Page when i already submited the form called
"Search.aspx"

Or I want to acces the Value of Controls which are encapsulted in
pervious Form.

Please Suggest me the Code for that..

With regards
Tarun Sinha

Author
4 Jul 2006 2:44 PM
Brock Allen
http://staff.develop.com/ballen/blog/PermaLink.aspx?guid=483742fd-01a2-4975-b76c-d3b8b4f29eaf

-Brock
http://staff.develop.com/ballen


Show quoteHide quote
> Hello All
>
> I am getting stuck in one Problem.
> I am Using C#
> I have a one page called "Search.aspx" which include some TextBox,
> DropDownList, ListBox.
> On the Submission of the page, it navigate to "Searchresult.aspx"
> Now I want to get the Value of the TextBox, DropDownList, ListBox in
> "SearchResult.aspx" Page when i already submited the form called
> "Search.aspx"
> Or I want to acces the Value of Controls which are encapsulted in
> pervious Form.
>
> Please Suggest me the Code for that..
>
> With regards
> Tarun Sinha