WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.
Answer Posted / shiva
Attaching Javascript methods for Html controls is flexible
compared to Server controls where for servercontrols we
need to register the Javascript method to event in one of
the events of Page Life Cycle which is a complex task.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is mvc in asp.net interview question? : Asp.Net MVC
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is difference between cookies and cache?
Explain Session state management options in ASP.NET.
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is the parent class of all web server control?
What are type/key pairs in client script registration?
Define what is razor? : asp.net mvc
What does passport and windows authentication mean in ASP.NET?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is the use of execute non query in asp.net?
What is masterpage?
What is a multilingual website?
How many types of file extensions for razor views in ASP.Net MVC?