| | |
Problem in Redirecting a .aspx Page
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
Dear All...
I have two aspx Pages..I am having first page as a home page.I have various controls bounded in the home page.when i click the button control in the home Page,the Second Page is opened but it is Opening in an new window..Instead i need the second Page to be opened in the same window(i.e the second Page should mask the home Page)..
I am using javascript code to redirect..The code is as follows...
window.open("page2.aspx?username=" + lstruser)
I need script to redirect..
Someone help in this Regard...
Regards,
Balagurunathan s
I have two aspx Pages..I am having first page as a home page.I have various controls bounded in the home page.when i click the button control in the home Page,the Second Page is opened but it is Opening in an new window..Instead i need the second Page to be opened in the same window(i.e the second Page should mask the home Page)..
I am using javascript code to redirect..The code is as follows...
window.open("page2.aspx?username=" + lstruser)
I need script to redirect..
Someone help in this Regard...
Regards,
Balagurunathan s
•
•
Join Date: Jul 2005
Posts: 483
Reputation:
Solved Threads: 19
of course it is opening in a new window, you are using window.open.
use
use
ASP.NET Syntax (Toggle Plain Text)
document.location = "page2.aspx?username=" + lstruser
![]() |
Similar Threads
- how to make the aspx page at runtime (ASP.NET)
- Create .aspx page at runtime (ASP.NET)
- Sending audio data over HTTP problem (Java)
- DSO Exploit + VX2/F problem along with brower home page problem (Viruses, Spyware and other Nasties)
Other Threads in the ASP.NET Forum
- Previous Thread: set a dynamic page size for gridview?
- Next Thread: AOL 9.0vr explorer browser issue
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax alltypeofvideos asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox class click commonfunctions compatible confirmationcodegeneration content contenttype control countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock deployment development dgv dropdownlist dropdownmenu dynamic edit embeddingactivexcontrol expose findcontrol flash flv formatdecimal forms formview gridview homeedition iframe iis javascript jquery list login menu microsoft mono mssql multistepregistration nameisnotdeclared numerical objects order panelmasterpagebuttoncontrols problem ratings rotatepage save schoolproject search security serializesmo.table silverlight smartcard sql sqlserver2005 ssl suse textbox tracking unauthorized validation vb.net video virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webdevelopment webservice wizard xml youareanotmemberofthedebuggerusers





