adspace


Explain different types of html, web and server controls.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143