Difference between HTML control and Web Server Control?
Answer Posted / preeti
HTML is not a programming language but it is a markup
language. A markup language is a set of markup tags. In Web
controls are also same as HTML controls but in which used as
runat="server".
Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is the difference between Session and response.Redirect?
What are server objects?
What is the difference between custom controls and user controls?
How does session state work in asp.net?
What is inheritance and an how it be used, example with an example?
What are the asp.net security controls?
In order to get assembly info which namespace we should import?
What is difference cookie and session?
What is the difference between rest and restful?
Who creates jsessionid?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What is the state management in asp.net?
Define repository pattern in asp.net mvc? : asp.net mvc
Why asp.net is better than php?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?