Blogs and Tutorials for tag Web Form

Crystal Report with SQL Stored Procedure Parameter and Visual Studio
This article will describes you about how to create Crystal Report using Stored Procedure Parameters and Visual Studio.

DataTable Comparison Using LINQ Except, Intersect and Union
This article describes you how to compare DataTables to get matched, unmatched, combine list of all rows in both tables.

Repeater control and database level paging
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.

Converting ASP.NET Repeater HTML to PDF using iTextSharp
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.

Export gridview content to excel
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.

Display Excel sheets data in web page using ASP.NET and C#
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.

jQuery AJAX with Page Method example in ASP.NET
This article gives you step by step example for implementing WebMethod and calling it through jQuery.ajax() method

jQuery AutoComplete by Example in ASP.NET
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.

ASP.NET Website Performance Improvement Tips
This article give you some of the best tips to improve your ASP.NET Website performance.

IIS settings to improve ASP.NET Website Performance
This article helps you to understand required IIS settings to improve ASP.NET Website Performance.

How To Enable HTTP Compression in ASP.NET Website
This article shows how you can use HTTP compression in ASP.NET

How to host wcf service in IIS 7.0 or 7.5
This article will give you brief description about required steps to host your wcf service in IIS and test it