Answer Posted / ilayaraja m
data view is used to filter and give sorting options that u
have u added to form or component at design time.
Alternatively u can use defaultview that is automatically
available for every data table .when u use defaultview , u
can specify filter and sorting options in code
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Which method is used to perform all validation at the page level?
What is a master page and what does it do?
Can we create a multiple user simultaneously ?
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.
What is gridview in asp.net?
Differentiate between a page theme and a global theme?
What is the use of session in web application?
What does asp in asp.net stand for?
What are server side controls?
What is use of <% %> in asp.net?
Differentiate between file-based dependency and key-based dependency.
What are client activated objects and server activated objects?
Distinguish between Server-side and Client-side code with its functionality?
Why is asp.net so popular?
What is the Intermittent crashing of application in production?