Series


This page provides list of related post for specific topics published on this blog. So it will be useful for finding some alternative post related to the same topic.
Note: I am not updating this page for long time. Will be updating soon.

Export to Excel from GridView in ASP.NET
ViewExporting to Excel from GridView - Getting Started
ViewExporting to Excel from GridView (All columns and rows - Normal Method)
ViewExporting to Excel from GridView (Adding & Removing columns with all rows)
ViewExporting to Excel from GridView (using a custom class without GridView)
ViewExporting to Excel using Excel Application object
ViewExporting the data to a Templated Excel sheet using Excel Application object
ViewExporting the data to Excel sheet with image embedded using Excel Application object

Binding Images to GridView from a Folder in ASP.NET
ViewBinding all (or specific) images to GridView
ViewBinding images to GridView where image file name and other info stored in Text file
ViewBinding images to GridView where the file name and other info stored in XML file
ViewBinding images to GridView where the image should show in Horizontal layout

How to print Web Page Using Javascript
ViewWeb page printing using Javascript
ViewHow to show Preview before Printing a Page using Javascript
ViewAppling style for the Print Preview using Javascript
ViewRemoving unnecessary contents from the Normal page when Preview for Print
ViewUsing window.onafterprint(), window.onbeforeprint() Javascript functions (IE Only)
ViewHow to print Content Page Information from Master Page using Javascript
ViewPrinting different parts of page using Javascript when Master Page, User Controls used
ViewPrinting Single Page GridView with Preview
ViewPrinting Multi Page GridView with Preview - 1
ViewPrinting Multi Page GridView with Preview - 2
ViewAdding & Removing GridView columns in the Print Preview using JavaScript

Client & Server conversation in ASP.NET
ViewHow to implement XML HTTP AJAX in ASP.NET Web Pages
ViewImplementing XML HTTP AJAX with JSON in ASP.NET (Cascading Dropdown, retain the list and selection)
ViewImplementing XML HTTP AJAX with JSON concept in ASP.NET Web Pages
ViewImplementing ICallbackEventHandler in ASP.NET Web Pages
ViewCall Web Services from Javascript
ViewCalling server method from client side using HttpHandler
ViewCalling server method when closing the browser
ViewUser Interaction between server executions in ASP.NET

How to select multiple row in GridView
ViewMultirow Selection in GridView when CSS used for row style
ViewMultirow Selection in GridView when alternative row colors used
ViewMultirow Selection in GridView by retaining selections on Multiple Pages
ViewSelect All in Single Page GridView
ViewSelect All in Multiple Page Grid View (Normal)
ViewSelect All in Multiple Page GridView (Advanced)

SQL Azure database Backup and Restore
ViewImport and Export (Backup and Restore) using Azure Management Portal
ViewImport and Export (Backup and Restore) using DAC Framework (DacImportExportCli.exe)
ViewExport and Import (Backup and Restore) SQL Azure (SQL Server) table data using BCP utility
ViewAutomating SQL Azure backup using Worker Role

Handling Session in Azure WebRole
ViewHandling Session in Azure WebRole - Part1
ViewHandling Session in Azure WebRole - Part2

Getting Started with SQL Azure Reporting Service
ViewGetting Started with SQL Azure Reporting Service–Part 1
ViewGetting Started with SQL Azure Reporting Service–Part 2

Sending mails in ASP.NET
ViewSending mails with Embedded image using System.Net.Mail
ViewSending Mail using System.Net.Mail.SmtpClient in ASP.NET (Custom Class)
ViewMail Merge using XSLT while sending mail in ASP.NET

Showing Tool tip for each row in GridView
ViewShowing Tooltip with some data from database on mouse over of a GridView column
ViewShowing Tooltip with an Image on mouse over of a GridView Column
ViewHow to Show Image stored in Database in ToolTip on Mouseover of GridView row

Database Pagination in GridView
ViewDatabase Pagination in GridView using nHibernate
ViewDatabase Pagination in GridView using SQL Store Procedure

Hierarchical GridView in ASP.NET
ViewHierarchical GridView in ASP.NET
ViewHierarchical GridView in ASP.NET with AJAX implementation
ViewHierarchical GridView in ASP.NET with AJAX, JQuery implementation - Part 1
ViewHierarchical GridView in ASP.NET with AJAX, JQuery implementation - Part 2

Getting Started with NHibernate
ViewGetting Started with NHibernate - Part 1
ViewGetting Started with NHibernate - Part 2