Browse by Tags

All Tags » .NET Code Snippets (RSS)
In this post; I will try to explain use of Recursion method to clear TextBoxes in nested Container Controls. Below is the Iterative code snippet to clear TextBoxes within any Container Control: foreach (Control ctl in this.Controls) { if (ctl is TextBox...
Posted by kaushalparik | 1 comment(s)
Filed under:
Check out the code; how you can upload file to specified FTP Server programatically. /// <summary> /// Code to upload file to FTP Server /// </summary> /// <param name="strFilePath"> Complete physical path of the file to be...
Posted by kaushalparik | 1 comment(s)
Filed under:
I come accross a code snippet while development which can be useful to convert the date display format. //For ex., Convert MM/dd/YYYY to dd/MM/yyyy string date = "03/27/2008" ; //format is MM/dd/yyyy DateTimeFormatInfo dateTimeFormatterProvider...
The leading UI suite for ASP.NET - Telerik radControls
Outstanding performance. Full ASP.NET AJAX support. Nearly codeless development.