aspx thread: how to do a link inside code
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
|





