29-Sep-2008
Alternate methods to evaluate a string and retrieve a result as Eval() function in Javascript.
07-Aug-2008
Trick way to send email with friendly display name in System.Web.Mail .NET C#
10-Jun-2008
The sample code for creating the SOAP Client (request XML) to access Web Service with SOAP ToolKit u
11-Apr-2008
Upload File through File Transfer Protocol (FTP) client using FtpWebRequest Class in .Net C#
30-Apr-2008
Converts byte[] datatype to string datatype with C# .Net System.Text.Encoding.GetEncoding (GetString
30-Apr-2008
This function in Asp.Net C-Sharp will help you change to proper case of the given string
09-Apr-2008
Application Extension Mapping can be programmatically added using "DirectoryEntry" class in "System.
09-Apr-2008
Zip multiples files in folder using Asp.net 2.0 C# System.IO.Compression class progammatically
30-Apr-2008
Convert HTMLTextWriter output to string usinf StringBuilder & StringWriter class