This article describes how to use asp.net data repeater control for paging with database level paging. This approch will give you significant performance for your page.
This article describes you how to convert asp.net repeater controls html or entire webpage to pdf using itextsharp. It will also give introduction to iTextSharp library.
This article will describe you how to export Asp.net GridView / Repeater control data to excel using C#. We will use the Gridview / Repeater data bound controls created in previous articles.
This article helps you to read data from Microsoft Excel sheets. We can use OleDb data provider to get connected C# code to excel. It will give you step by step implementation for importing data from already created xls/xlsx file.
This article helps you to create AutoComplete textbox using jQuery library. This will also give you details about jQuery AutoComplete UI, CSS and select event.