Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: how to do a link inside code


Message #1 by "Ignacio Varas" <ignacio.varas@n...> on Wed, 6 Feb 2002 12:29:35
hi, 

there is any way open a new page inside button code?

I have a button that asign values to variables and then i want to open a 

new page with the url as string i've create with this variables, something 

like that



that code inside the button's click code

Text1=txtbox1.text

Text2=txtbox2.text

Text3=txtbox3.text



url="http://newpage.aspx?par1=" + Text1 + "&par2=" + TExt2 + "&par3=" + 

Text3 ;



//here i want to open the new window with this url;



Can i do that?



Thanks a lot




  Return to Index