|
-
Nov 10th, 2005, 08:36 AM
#1
Thread Starter
Hyperactive Member
-
Nov 10th, 2005, 04:50 PM
#2
Re: Frames in ASP .NET page
Not sure what your question is, sorry. You're not clear. But to make your frameset, create two pages, and then add them to a frameset HTML page like this:
<FRAMESET ROWS="15%, *">
<FRAME SRC="1.aspx">
<FRAME SRC="2.aspx">
</FRAMESET>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|