Results 1 to 3 of 3

Thread: HTML, WebForms help?

  1. #1

    Thread Starter
    Junior Member StudentCoder's Avatar
    Join Date
    Jul 2005
    Location
    UK
    Posts
    17

    HTML, WebForms help?

    Hey guys,

    I'm writing a relatively simple web application and i noticed that on Visual Studio you can choose between "Web Forms" and "HTML." If i did everything in Web Forms would the processing overhead be huge? What exactly is the difference?

    cheers
    SC
    Proud member of the "Seal Cub Clubbing Club"

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: HTML, WebForms help?

    I can't say for certain as I don't use VS but from the sound of it HTML is a static HTML page and web form would be an ASP.NET page with server-side code. And no the processing overhead isn't huge or no one would use ASP.NET!

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: HTML, WebForms help?

    Webforms controls are nothing but HTML controls with a few added 'features'. In the end they are rendered as html controls, with just a little more overhead. The overhead I talk about is, for example, the viewstate information being sent on every roundtrip, etc.

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