About writting a query and SP which is better ?

Answer Posted / vickys & sugan

Stored Procedure is always super'b effective bcz it is pre-
compiled statements so it's great !!!!!!!!!!!!!!!!!

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we override the enablepartialrendering property of the scriptmanager class?

654


What is postback request?

564


What are web server controls in asp.net?

560


Explain ViewState?

598


What is a reflection?

592






Can any body provide me the sample web application in asp.net

1446


What is an asp.net web form?

642


What is asp according to you?

540


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.

1450


Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

2279


What are the advantages of the code-behind feature?

550


How to create discussion forum in asp.net mvc? : Asp.Net MVC

543


Explain the code Access Security (CAS) in .net Framework?

714


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

549


What is the use of view state?

540