Splitting the .aspx page without frames

laxman

Freshman
Joined
Jun 14, 2008
Messages
28
hi,
i want split the default.aspx form into three frames as we will do in HTML when i am trying to create frames it is giving error how can i achieve this please do suggest me if there are other approaches
 
You should be able to use frames in asp.net the same way you use them in 'HTML'. What error do you have?

If you are using frames for layout you can use table or divs to handle the layout and you should take a look at master pages.
 
Back
Top