Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm currently helping to design and proof of concept an application here at work, and we started to wonder how good asp.net is. We were thinking about adding a horizontal divider, midway through the page to seperate some data. How difficult is this to implement? (keeping in mind this is a global application and we'd really like to keep the rest of the project in HTML...)

 

Luckily all our potential users will be using the latest version of IE.

Posted
Originally posted by samsmithnz

... and we'd really like to keep the rest of the project in HTML...)

 

Remember that ASP.NET servers up pure HTML to the client, not anything ASP. All of the ASP is server side. The only non-ASP that is served up are intentionally injected JavaScripts and whatnot.

Posted

Would a frameset be what you want? It would give 2 or more dividers that you could move back and forth. I am messing with a page with it now. You add the frameset to your project and then associate the HTML pages to each frame area.

 

Drawback

The dividers allow you to move around but they are not perfect as the frames are anchored to the top left hand corner of the HTML page.

when the day is bad and life's a curse, cheer up tomorrow may be worse.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...