What is cas?
No Answer is Posted For this Question
Be the First to Post Answer
how to write html code with ssl
Explain what are delegates?
difference between <connectionstring> <Appsetting>
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 sql data source control in asp.net?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What does passport and windows authentication mean in ASP.NET?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
which scripting is used browser by server when we use validation controls. 1.javascript 2.vbscript 3.jscript 4.perl
How to write unmanaged code and how to identify whether the code is managed / unmanaged ?
2 Answers Accenture, BirlaSoft, Cogtest,
What is the Global ASA(X) File?
List some of the important session state modes of asp.net.