Sending VB data to another page in Javascript.

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2010-05-28T15:06:04Z Indexed on 2010/05/28 15:12 UTC
Read the original article Hit count: 192

Filed under:
|
|

I'm creating a search form using an asp:button control with the urlpostback set to a results page. The problem is, the asp:button uses Visual Basic and the search results from Google require Javascript.

Is there a way to take the data from an asp: textbox in VB and then send it to another page that uses Javascript and use the data?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript