Results 1 to 16 of 16

Thread: New to ASP.NET [RESOLVED]

  1. #1

    Thread Starter
    Fanatic Member JCScoobyRS's Avatar
    Join Date
    Oct 2002
    Location
    Some Mountain in Colorado
    Posts
    677

    Arrow New to ASP.NET [RESOLVED]

    How come when I design an ASP Web Form, it doesn't look like the design when browsed to? Thanks, Jeremy
    Last edited by JCScoobyRS; Oct 24th, 2002 at 11:01 AM.
    He who listens well, speaks well.

  2. #2
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075
    what browser are you using? I'm using IE 6.0 on an XP box and the design of some of my controls look a little different also, but the function is still the same?

  3. #3

    Thread Starter
    Fanatic Member JCScoobyRS's Avatar
    Join Date
    Oct 2002
    Location
    Some Mountain in Colorado
    Posts
    677

    THanks

    I'm using IE 6.0 on Windows 2000 Pro. This might sound dumb but how do I create a new web form? Please answer, not a joke. Thanks, Jeremy
    He who listens well, speaks well.

  4. #4
    Lively Member
    Join Date
    Aug 2002
    Location
    outerspace
    Posts
    126
    Are you using vs.net? If you are then u click add new item to your project and choose webform. Also if you want to navigate form page to page you going to want to use response.redirect("PageName.aspx")
    "All those who wonder are not lost" -j.r.r tolkien

  5. #5

    Thread Starter
    Fanatic Member JCScoobyRS's Avatar
    Join Date
    Oct 2002
    Location
    Some Mountain in Colorado
    Posts
    677

    VS.NET

    I am using VS.NET and I have designed a form by adding labels and text boxes but when I browse to the page, I get all of the labels but all on the first line and not looking anything like I designed it to. Does this make sense? Thanks, Jeremy
    He who listens well, speaks well.

  6. #6
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    What is the page layout on the web page? Is there a MS_POSITIONING="GridLayout" in the <body> tag?
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  7. #7

    Thread Starter
    Fanatic Member JCScoobyRS's Avatar
    Join Date
    Oct 2002
    Location
    Some Mountain in Colorado
    Posts
    677

    Yup.

    Yes it is. Say, is Visual Studio.NET's Design Window a WYSIWYG type deal? If not, that would explain my problem. Got anymore ideas? I'm lost. Thanks, Jeremy
    He who listens well, speaks well.

  8. #8
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336
    I would design the page in Dream weaver..then add your Asp code to it.
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  9. #9
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    Yes, VS.NET is a WYSIWYG editor, as long as i have the MS_POSITIONING="GridLayout" i have never had a problem with the way the controls are displayed. If you delete the MS_POSITIONING="GridLayout" line, then it works like any other HTML WYSIWYG editor. Like Dreamweaver, Frontpage, etc..
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  10. #10
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    any tuturials around tehre for NEWBIE ASP.NET ppl?

  11. #11

    Thread Starter
    Fanatic Member JCScoobyRS's Avatar
    Join Date
    Oct 2002
    Location
    Some Mountain in Colorado
    Posts
    677

    Any idea?

    Any idea what I'm doing wrong? I'm creating a Web Form. Then I'm adding Form Controls to the form. I am just adding a Label right now to check if it runs right. It never seems to display properly. Please help and thanks again, Jeremy
    He who listens well, speaks well.

  12. #12
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    ah btw im having some problems due lack of permissions..but im admnistrator..so..what do i have to do lol?

  13. #13

    Thread Starter
    Fanatic Member JCScoobyRS's Avatar
    Join Date
    Oct 2002
    Location
    Some Mountain in Colorado
    Posts
    677

    Here it is.

    Here is the project. All it is is a new form with a Label at the top. Thanks, Jeremy
    Attached Files Attached Files
    He who listens well, speaks well.

  14. #14
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    I loaded this page up and it loaded the label off to the right, where does the label line up on your browser?
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  15. #15

    Thread Starter
    Fanatic Member JCScoobyRS's Avatar
    Join Date
    Oct 2002
    Location
    Some Mountain in Colorado
    Posts
    677

    To The Left

    The label loads up to the left and the text isn't formatted like I wanted (Large, Microsoft Sans Serif and bold). It should load up in the middle of the form. Any ideas why? Thanks again, Jeremy
    He who listens well, speaks well.

  16. #16

    Thread Starter
    Fanatic Member JCScoobyRS's Avatar
    Join Date
    Oct 2002
    Location
    Some Mountain in Colorado
    Posts
    677

    I GOT IT! WOOHOOO!

    I had to reregister ASP.NET with IIS. Thanks for all of your help, Jeremy
    He who listens well, speaks well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width