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



December 12, 2006 11:26:32 #2
 Mohd Rahimuddin Rayhan Database Expert  Member Since: April 2006    Total Comments: 5 

RE: What is the difference between html and asp.net co...
 
html controls are client side controls i.e  all the validation are done at client browser itself the page will not posted to server where as asp.net controls are server side controls all the validation are done at server each & every control will goes to server & it will maintain a view state i.e a <hidden> field is maintained.
     

 

Back To Question