Register Login
   
Viewing Category

Current Articles | Archives | Search

Entries for the 'ASP.NET 2.0' Category

Friday, April 04, 2008
Encrypting Connection Strings in ASP.NET
By tmahmud @ 9:22 AM :: 959 Views :: 0 Comments :: Article Rating :: ASP.NET 2.0

This article shows how you can encrypt a connection string in web.config file in ASP.NET 2.0 form the command prompt in few easy steps.

Read More..
Wednesday, April 02, 2008
Create A Digital Clock in ASP.NET with Ajax
By tmahmud @ 10:24 PM :: 2353 Views :: 3 Comments :: Article Rating :: VB.NET Specific, C#.NET Specific, ASP.NET 2.0, AJAX

Creating a clock in ASP.NET is very simple. You can accomplish this with one line of code.

Read More..
Monday, March 24, 2008
Extending GridView to Include Sort Arrows
By host @ 10:33 AM :: 507 Views :: 0 Comments :: Article Rating :: C#.NET Specific, ASP.NET 2.0
While the GridView supports built-in, bi-directional sorting, it does not provide any visual feedback as to what column the grid is sorted by. This ar...
Read More..
Thursday, March 20, 2008
Export Crystal Reports to PDF file
By host @ 10:43 AM :: 685 Views :: 0 Comments :: Article Rating :: C#.NET Specific, ASP.NET 2.0
Explains how you can export crystal reports to PDF, Excel, Word and HTML formats with ASP.NET application.
Read More..