Write code to send e-mail from an asp.net application?
What is the best way to search any exact information on google?
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.
i want the asp.net technical questions and answeres
What is the difference between a session object and cache object
2 Answers CitiGroup, PennyWise,
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are skins?
What are the benefits of Razor View?
Life cycle of ASP.NET page when a request is made ?
Usage of web.config?
What are user controls and custom controls ?
Can we have 2 web config files?
How do you register JavaScript for webcontrols ?