Common CSS code to change html elements look and feel

This article describe how to write common css code to change the look and feel of html elements.

Read more at http://www.dotnetfunda.com/articles/article126.aspx

Author: SheoNarayan

Recursive FTP folder deletes in .NET 2.0

This article aims at explaining the recursive ftp deletes without using the concept of recursion. As far as I know there is no way of deleting the ftp folder recursively using inbuilt .NET API. However, I made use of the available FTP API that ship with .NET 2.0 in accomplishing my mission.

Read more at http://www.dotnetfunda.com/articles/article125.aspx

Author: Deeraj

SEO friendly pagination using asp:DataPager control

This article shows how to paginate (SEO friendly) a ListView using DataPager control without enabling ViewState.

Read more at http://www.dotnetfunda.com/articles/article122.aspx

Author: SheoNarayan

ListView Tips and Tricks

ListView control is one of the most popular and powerful web server control in ASP.NET 3.5. In this article, we will explore most frequently asked questions about ListView control.

Read more at http://www.dotnetfunda.com/articles/article121.aspx

Author: SheoNarayan

Difference between DropDownList.Items.Add and DropDownList.Items.Insert method

DropDownList.It …

Read more at http://www.dotnetfunda.com/interview/exam223_difference_between_dropdownlistitemsadd_and_dropdownlistitemsinser.aspx

Author: SheoNarayan

How to convert a sentence into Title Case (Capitalize first character of every word)?

Use ToTitleCase …

Read more at http://www.dotnetfunda.com/interview/exam224_how_to_convert_a_sentence_into_title_case_capitalize_first_character.aspx

Author: Raja

Generating XML from relational database tables

This article describes how to generate XML string from relational database tables.

Read more http://www.dotnetfunda.com/articles/article119.aspx

Author: Deeraj

Dynamic Menu using XML DataSource ASP.NET ,VB.NET

I am going to explain how to build dynamic menus using XMLDataSource Asp.Net ,vb.net.

Read more http://www.dotnetfunda.com/articles/article120.aspx

Author: Majith