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 c# and .net?
What is a ashx file?
Why do you use the app_code folder in asp.net?
How will you load dynamic assembly?
What is asp net_sessionid?
What is the purpose of session management?
What is use of <% %> in asp.net?
In a Repeater control how one can provide an alternating color scheme ?
What is a global postback url?
What symbol specifies the beginning of a query string?
What is parse in asp.net?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What are Master Pages in ASP.NET? or What is a Master Page?
What does the orientation property do in a menu control?
What is is post back property in asp net?