GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET 2.0
Go To First  |  Previous Question  |  Next Question 
 ASP.NET 2.0  |  Question 110 of 156    Print  
What is the Difference between HTML controls and ASP.net Controls?(Don't tell Runat="server")

  
Total Answers and Comments: 5 Last Update: January 02, 2007     Asked by: Vijay Naidu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 21, 2006 23:48:26   #1  
Monika Gupta        

RE: What is the Difference between HTML controls and A...
HTML controls are run on client side, where as ASP.net controls runs on server side and for execute on client side, they generate HTML controls.
 
Is this answer useful? Yes | No
November 22, 2006 09:28:37   #2  
Vijay Naidu        

RE: What is the Difference between HTML controls and A...
if i put runat="server" in html control tag what will happen, that will not work at server side 
 
Is this answer useful? Yes | No
November 23, 2006 09:34:14   #3  
Neel        

RE: What is the Difference between HTML controls and A...
  1. Control Abstraction:
    A HTML Server Control has similar abstraction with its corresponding HTML tag and offers no abstraction.

    ASP .NET Server Controls have higher level of abstraction. An output of an ASP .NET server control can be the result of many HTML tags that combine together to produce that control and its events.
     

  2. Object Model:
    The HTML Server Controls follow the HTML-centric object model.

    ASP .NET Server Controls
    have an object model different from the traditional HTML and even provide a set of properties and methods that can change the outlook and behavior of the controls.
     

  3. Browser Compatibility:
    The HTML Server Controls have no mechanism of identifying the capabilities of the client browser accessing the current page.

    ASP .NET Server Controls can however detect the target browser's capabilities and render themselves accordingly.

please go through http://aspalliance.com/258


 
Is this answer useful? Yes | No
November 27, 2006 08:49:06   #4  
shibin fazil        

RE: What is the Difference between HTML controls and A...

That will work!. Sometimes we may not get the poperty intellisense of the control...but still it has go all the properties. We can set any relevant property of that control. (I found after one successive run of the program, properties intellisense are coming.)

Thanks and Happy coding

shibin


 
Is this answer useful? Yes | No
January 01, 2007 23:03:20   #5  
sunitha        

RE: What is the Difference between HTML controls and A...

yes it will run @ server side.

all asp.net controls maynot serve html control's functionality,In such cases we use HTML controls and make them run at ="server" for state management.

one such example is file browse control.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape