Explain different types of html, web and server controls.



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

Post New Answer

More Dot Net General Interview Questions

What is equivalent for regsvr32 exe in .net ?

1 Answers  


What is .net debug & trace?

1 Answers  


Please explain is the jit an interpreter?

1 Answers  


What's wrong with a line like this? Datetime.parse(mystring);

1 Answers  


What is Atomicity?

3 Answers   Verifone,


Is .net core installed?

1 Answers  


What is Event Bubbling in .NET?

1 Answers   Viscus Infotech,


What are remotable objects in .NET Remoting?

1 Answers  


What is meant by localization?

1 Answers  


What is a DLL?

1 Answers  


Give an example for setter/ write-only methods

1 Answers  


How is a property designated as read-only?

2 Answers   Siebel Systems,


Categories