T
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 this page, it navigate to "Searchresult.aspx"
Now I want to get the Value of the TextBox, DropDownList, ListBox after
submission of page.
I want to Get the Value of The Above control in "Searchresult.aspx"
I have tried this
string str = Request.Form["ControlID"];
But it not assiging anything
Or In Short
I want to access the Value of asp Controls which are encapsulted in
pervious form after submission of Form.
Please Suggest me the Code for that..
With regards
Tarun Sinha
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 this page, it navigate to "Searchresult.aspx"
Now I want to get the Value of the TextBox, DropDownList, ListBox after
submission of page.
I want to Get the Value of The Above control in "Searchresult.aspx"
I have tried this
string str = Request.Form["ControlID"];
But it not assiging anything
Or In Short
I want to access the Value of asp Controls which are encapsulted in
pervious form after submission of Form.
Please Suggest me the Code for that..
With regards
Tarun Sinha