Tutorial 12: ASP .NET: Configuring and Deploying ASP.NET Applications
4103Tutorial 12: ASP .NET: Configuring and Deploying ASP.NET Applicationshttp://www.exforsys.com/content/view/1423/266/The most important thing to store in the web.config file is the database connection string. The reason of storing connection string in the web.config file makes sense since if later we ever want to change the location of our database we just have to change the connection string in the web.config file and thats it. This will certainly save us a lot of alteration in different files where we used the old connection.ASP.NET > Tips and TutorialsOct 10, 2006Exforsys
Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for our culture settings
In this tutorial we will learn what are the two common ways of displaying data from an SQL Server database using ADO.NET in an ASP.NET page. Following are the topics covered in this tutorial :
This article is part II of a series of articles on sending emails from ASP.NET. In the part I, we learned how to send simple text/html email messages. What that article didn't cover was how to validate user input i.e. what if user enters nothing or enters invalid information in the HTML form input boxes and how to send mass emails to a list of email addresses without the user knowing that the same email has been sent to other users as well.
ASP.NET 2.0 Training : Data Bound Controls - In this tutorial you will learn about Data Bound Controls - The Hierarchy of Data Bound Controls, Simple Data Bound Controls, Composite DataBound Controls and Hierarchical Data Bound Controls.
ASP.NET 2.0 includes a new Client Callback feature that enables you to retrieve page values and populate them to an already-generated page with out reconstructing page.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.