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
Explain method to handle error using HttpError in Web API?
What is view state management in asp net?
What is marshalling ? Is it a part of asp.net ?
What are the events that happen when a client requests an asp.net page from iis server?
How do you declare static variable? What is its lifetime?
What is the maximum number of classes that can be contained in one dll file?
What is the difference between the get method () and post method ()?
In asp.net, how can you validate drop down box?
How does asp.net work?
Explain what are delegates?
Explain the path instructions in xaml?
What is bound controls
How can you pass multiple complex types in Web API?
How ViewstateMac works?
Explain the benefits of viewstate?