Explain different types of html, web and server controls.
Answer / Tajendra Jeet Pal
HTML controls are part of the markup language used to create web pages. Examples include input, select, and textarea tags. Web controls are ASP.NET server-side components that generate HTML for various user interface elements. They include Button, CheckBox, and Label controls. Server controls provide features such as data binding and events, which are not available with standard HTML controls.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is equivalent for regsvr32 exe in .net ?
What is .net debug & trace?
Please explain is the jit an interpreter?
What's wrong with a line like this? Datetime.parse(mystring);
What is Atomicity?
Is .net core installed?
What is Event Bubbling in .NET?
What are remotable objects in .NET Remoting?
What is meant by localization?
What is a DLL?
Give an example for setter/ write-only methods
How is a property designated as read-only?