Answer Posted / shyam narayan pandey
data set is a collection data table.It is a disconnected architecture in .net frame work for which there is no need to have a live connection. It can be used with multiple
differing datasources with XML data or to manage data local
to the application.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which is better php or asp.net?
what is silver light when will we use silver light,
What are the modes of updation in an updatepanel?
Which is the parent class of the web server control?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
When does a session actually start?
Can master pages be nested?
What is the difference between the response.write() and response.output.write() methods?
What is x xss protection?
Is it possible to create web application with both webforms and mvc?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
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 connection pooling and how to enable and disable connection pooling?
What are the various session state management options provided by asp.net?
Define repository pattern in mvc.net? : asp.net mvc