Click to See Complete Forum and Search --> : Please help - create frame in asp .net


fongjeffrey
April 23rd, 2003, 04:05 AM
Hi there,
I am a beginner in ASP .net C#. I tried to create a ASPX web form page and I want to create multiple frames in my .aspx page; however I have no idea how to create two or more frames in my .aspx page. The only way I found that can create multiple frames is to create a frameset.htm file where I can do what I want. However, I have encountered another problem if I use frameset.htm file, i.e. when I tried to load .aspx file in a selected frame, I got a /test error. Can anyone tell me what it means?
Please help me!! I am really appreciated for your help!

DSJ
April 23rd, 2003, 03:55 PM
The frameset is the way to go. More information is needed about the error to give any help.