how to dispaly aspx forms in lower frame of the frameset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have 2 frames one is a header with a menu and the other one is for dispaly, i want that all the aspx forms will be displayed in that frame even if i use 'response.redirecty' action
 
If you are talking about having the header control the lower frame, then you
have to use JavaScript. ASP.NET has no control over the browser frames. It
simply delivers content to whatever requested it.

hullyi said:
i have 2 frames one is a header with a menu and the other one is for
dispaly, i want that all the aspx forms will be displayed in that frame even
if i use 'response.redirecty' action
 
Back
Top