ASP.NET site/page formatting

Discussion in 'ASP.NET / ASP.NET Core' started by cartheur, Oct 12, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello. I'm having problems with css and formatting in changing my Expression web html site when I transform the site into aspx. In all Visual Studio and local IIS including a Win03 Server I have, the pages are perfect, but when I load it to discountasp.net the formatting breaks. You can see the difference between the main page (html) cartheur.com and an aspx page cartheur.com/support/Support.aspx. Also when I click a button that sends data to the server, the viewstate changes and the page looks perfect. It is a very simple aspx site, so I'm a little mystified why I am having such trouble with it. If anybody has an idea where I could get started, I would greatly appreciate it. Thanks in advance.
     
  2. ...Helping with this is no problem other than there being so many variables.
    You will find however that Ex. Web and VS are much different.
    I think you will do better to work with your CSS in Ex. Web, especially if it's v4.
    Things like ASP.NET controls and server directives are much better in VS.
    File transfers are much better in Ex. Web v4.

    As for changes to your code pages, you have options in both environments.
    If you are allowing Ex. Web to restructure your ASP.NET pages you should stop.
    There are some parts of an ASP.NET page that Ex. Web will murder the formatting on.

    If you post specific examples of the code we can go through some of these things.

    btw...Did you know you can have both open and they will sync changes?
    All the best,
    Mark
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page