Sponsors
Miscellaneous
Implementing Code Behind in ASP.NET
Introduces Object Oriented Programming (OOP) and how to link interface and code behind in ASP.NET web application. OOP (Object Oriented Programming) uses 'objects' to design applications. This object is a particular instance of a class. The class defines all the possible characteristics and behaviors for his objects.
Price: free Rate:
0.0(out of 5) Vote:0
SQL Server Optimization For ASP.Net Developer
This tutorial contains a list of SQL Server optimization tips for ASP.NET Developer. These tips should be your common habits when building efficient, scalable web applications.
Price: Free Rate:
0.0(out of 5) Vote:0
Creating Nested Master Pages
In detail guide how to implement nested master pages in ASP.NET. Creating a master page can be very simple or very complex depending on the intentions of the web designer. This tutorial shows how to create a very simple master page and nest a number of other master pages into it.
Price: free Rate:
0.0(out of 5) Vote:0
Create Your Own Web Site Administration Tool in ASP.NET
ASP.NET 2.0 already includes a WAT that is available from the Visual Studio 2005 Website menu via the ASP.NET Configuration menu option. This WAT allows only local websites to be administered. So, restrictions appear when you have your web site remotely hosting with a web hosting company. The solution is to create your own WAT tool from the beginning as part of your web site. So, with this tool you can administrate the users and the roles in a web site.
Price: free Rate:
0.0(out of 5) Vote:0
Validating User Input In ASP.NET 2.0 Web Applications
Explains what is validation, why validation of user input is so important and how to use ASP.NET 2.0 validation controls to build robust Web applications.
Price: free Rate:
0.0(out of 5) Vote:0
Export Crystal Reports to PDF file
This tutorial explains how you can export crystal reports to PDF, Excel, Word and HTML formats with ASP.NET web application. Reports are then available for direct download or used for scheduled reports to be sent via email, in this case, the exporting is done on the server side and the exported file is attached to an email and send to the user's email id.
Price: free Rate:
0.0(out of 5) Vote:0
Working with the Wizard Control in ASP.Net 2.0
The ASP.NET 2.0 Wizard control simplifies many of the tasks associated with building a web application. In this tutorial we will look at the basics of the Wizard Control by creating a simple data collection form and then advance to simulate an online test wizard that will be generated dynamically.
Price: free Rate:
0.0(out of 5) Vote:0
Data Source Controls in ASP.NET 2.0
Tutorial introduces a number of new Web controls designed for accessing and modifying data in ASP.NET 2.0. You can perform all common database related tasks like displaying, editing and updating the data with minimum effort. ASP.NET 2.0 has got some smart and intelligent new data source controls which can even manipulate specialized data sources like XML files.
Price: free Rate:
0.0(out of 5) Vote:0
Bulleted List Server Control in ASP.NET 2.0
BulletedList server control is a new ASP.NET 2.0 feature. In our efforts to display organized data which makes sense to reader, we make use of different server controls in ASP.NET 2.0 to render organized data. Bulleted List control also helps in that. The Bulleted List server control is meant to display a bulleted list of items easily in an ordered or unordered fashion.
Price: free Rate:
0.0(out of 5) Vote:0
Encrypting Connection Strings in web.config file
Tutorial explains how to protect web.config sensitive informations, like connection strings, usually stored as plain text. Microsoft has provided the capability to encrypt sensitive information in configuration files including connection strings in ASP.NET 2.0. With this new capability you can easily encrypt sections of configuration files which makes your application more secure.
Price: free Rate:
0.0(out of 5) Vote:0


