Forum Moderators: open
What I want to do is create a link to open a popup with the textbox value in the parameters. ej. index.php?var=(placas.text).
I have a TextBox like this:
<asp:TextBox ID="PLACAS" runat="server" TextMode="SingleLine" />
and I want to get the value of the texbox with this vb sentence:
= PLACAS.Text
It gives me the value right, but after it is postback. What I want to know is how to get the value before the form is postback?
Regards,
cayetano.