How many time you can fill dataset in asp.net?
Answer Posted / saket kumar
in a time one time, its totly depend on conditions in
second time we can fill again
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Where would you use an ihttpmodule, and what are the limitations if any?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What are sessions and cookies?
How does http session work?
What are the page life cycle events?
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 the question mark in a url?
What is the difference between typeof() vs gettype()?
What are validators and list some validators of asp.net?
Why should i prefer JSP over asp.net or any other web development language..??
Explain global assembly cache.
How to turn off cookies for a page?
What is semantic gap?
How u refer webservices?
What is custom attribute? How to create?