Podcast
Questions and Answers
What are server controls in ASP.NET used for?
What are server controls in ASP.NET used for?
Server controls are small building blocks of the graphical user interface, used for user input, data manipulation, validation, navigation, login, and AJAX extensions.
How many types of server controls are there in ASP.NET and what are they?
How many types of server controls are there in ASP.NET and what are they?
There are six types of server controls in ASP.NET: Standard, Data, Validation, Navigation, Login, and AJAX Extensions.
What is the purpose of Data server controls in ASP.NET?
What is the purpose of Data server controls in ASP.NET?
Data server controls display data via a data source control and access data from various databases, XML data sources, and business objects.
What is the purpose of Validation server controls in ASP.NET?
What is the purpose of Validation server controls in ASP.NET?
Signup and view all the answers
What functionality do the button, image button, and link button controls provide?
What functionality do the button, image button, and link button controls provide?
Signup and view all the answers