Answer Posted / vimal katiyar
basically in asp.net have diffrent type of control
1- standard control
2-validation control
3-navigation control
4-data control
5-web parts control
6-login control
7- custom control
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write the different features of a Thread and a Process?
About CLR, reflection and assemblies?
What is difference between asp state management and asp.net state management?
Define a static class?
Explain some of the major built-in objects in asp.net
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Why session management is required?
Can we store object in viewstate?
What kind of data we can store in viewstate?
Define asp.net caching?
To add a hyperlink column to the DataGrid which tag is used ?
Define static member?
Define caching.
What are the steps to follow to host a web application on a web server?