Is it possible to have a button submit to another page using get?

I have an asp.net page with many button, textboxes...but  when you clkick
the search button i want it to submit textboxKeywords to another page using
get ?

I know i can postback to another URL using <asp:ImageButton
PostBackUrl="~/search.aspx" ImageUrl="/searchbutton.jpg"  ID="ImageButton1"
runat="server" /> but how do change method to GET and specify which field to
send?

Bascially when you click the search button i want it to redirect to
search.aspx?query=<query>


I am assuming that this must be done in code behind?


Is your website being IntelliXperienced?
<http://www.intellixperience.com/signup.aspx>   | www.yougoingmyway.com ?
regards
Anthony (*12QWERNB*)
Is your website being IntelliXperienced?
 


Reply via email to