| Forum: ASP.NET |
Thema:
Reload 2 pages |
Von:
G. Guest (
05.11.2003 17:21) |
Click of a single button shud reload 2 aspx files to two frames.
As far as I searched,i didnt find a way to redirect 2 pages.(If i'm wrong,correct me)
So wht i plan to do was with a Response.Redirect("xxx.aspx"),i navigate to xxx.page in one frame, say "content" frame.Now at the page_load() of the xxx.aspx file,I introduce another Response.Redirect("yyy.aspx").This should be loaded at the top frame not in the "content" frame.In simple how cud I set target frame in this situation?I dunno for some reason,my boss hates JScript and VBScript.I'm looking for a solution in C#.
Thanx
Aravind
| Betreff |
Von |
Datum |
|
|
  |
Re: Reload 2 pages
| frames are clientside stuff. asp.net (or any other serverside scriptlanguage) does not know anything about frames.... javascript is the only solution for that....<br><br>why don't u get rid of the frames... |
 |
 |
 |
|
|
G.
Guest
|
05.11.2003 18:42 |
|
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!