Link to home
Start Free TrialLog in
Avatar of kahvedzic
kahvedzicFlag for Bosnia and Herzegovina

asked on

How to pass FormView textbox value from one page to another .aspx

In FormView have textbox with some value. How can I take that value (text) from one page (Default.aspx) and pass it to another (Default2.aspx). On Default2 I need to use this value to populate gridview with some other data. Example:
Default.aspx
textbox.text = "something"
I need to pass "something" to
Default2.aspx and use it for gridview as select * from sql_table where something="something".

Thanks for helping.
ASKER CERTIFIED SOLUTION
Avatar of masterpass
masterpass
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial