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

 Print  |  
Question:  What is the difference between html and asp.net controls?

Answer: asp.net controls one hidden value for each control to maintain state that is exact difference if u put runat="server" and attch one hidden value to html control that works as asp.net control to see this open view source in web browser u will find this answer ok bye



February 02, 2007 07:04:58 #6
 shimabalam   Member Since: February 2007    Total Comments: 1 

RE: What is the difference between html and asp.net co...
 
There is one other diffrence is -server control inherits from System.Web.UI.Webcontrols but html not.
     

 

Back To Question