create frameset in asp.net

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

Guest

We have a web application that will use frameset. Can anybody give me suggestion how to do frameset in asp.net?
I know it's a dumb design but as a programmer I don't have choice.

Thanks
 
Hi,

its there, within the <HTML></HTML> tags, usually after the <HEAD> tag in
the HTML view of the .aspx file.

Regards
Joyjit

Frank said:
We have a web application that will use frameset. Can anybody give me
suggestion how to do frameset in asp.net?
 
Open the aspx page in any editor, in the body tag use normal <framset> tag as for any normal html page
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top