What are the steps involved in building a Printable View?
Here is an article from ftp online: Build Printable ASP.NET Pages.
Are there ways to parse text files with Regular Expressions?
You can use regular expressions to parse delimited text, for example, very easily. Here is an article from ftp online: Parse Text Files With Regular Expressions that discusses this in more detail.
What are the different ways to manage client states?
Client state can be managed in different ways, session state, view state or using cookies. Here is an article from ftp online: Manage Client State that discusses this in more detail.
Is there a way to let users Save data locally?
Here is an article from ftp online: Let Users Save From ASP.NET
How do we use the Wizard Control while creating forms?
Here is an article from ftp online: Let Users Save From ASP.NET