+ Reply to Thread
Results 1 to 2 of 2

Thread: HTML controls Vs WebControls

  1. #1
    DavisMartin is offline Senior Member
    Join Date
    Dec 2009
    Posts
    174
    Rep Power
    3

    Default HTML controls Vs WebControls

    What is the difference between HTML controls and Web Controls in ASP.net? Any help would be highly appreciated.
    Last edited by DavisMartin; 02-06-2010 at 03:56 PM.

  2. #2
    PerryCollins is offline Senior Member
    Join Date
    Dec 2009
    Posts
    380
    Rep Power
    3

    Default

    ASP.NET is a new technology. It’s million years ahead than asp.HTML controls are duplicates of old HTML controls. In case you want to convert your design to asp.net, you just have to add "runat" attribute to it
    and change the page to aspx.

    While Web Controls are a revolution. You can place all the HTML controls as you were insertion in Dreamweaver. The pages show that Web Controls are placed, but in fact the controls are generated only on server.

    All html controls are been changed with web controls and a lot of are added.
    Last edited by nitesh14; 02-06-2010 at 03:02 PM.

+ Reply to Thread

Similar Threads

  1. Different ASP.net validation controls
    By CoxWatson in forum Programming
    Replies: 0
    Last Post: 05-13-2010, 01:49 PM
  2. Rotating Controls in ASP.NET
    By Izzie Itskowitz in forum Programming
    Replies: 2
    Last Post: 03-30-2010, 12:41 PM
  3. Controls in VB.NET
    By Davisricky in forum General Internet Terms
    Replies: 2
    Last Post: 01-29-2010, 06:07 PM
  4. ActiveX controls
    By ponting77 in forum General Software Terms
    Replies: 0
    Last Post: 02-25-2009, 07:48 AM
  5. The Controls?
    By Newtech32 in forum Hard Disk
    Replies: 0
    Last Post: 04-15-2008, 09:25 AM

Bookmarks

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48