AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Working with Virtual Path Providers : Bipin Joshi

Monday, July 14 2008

In this article I will illustrate how a simple ASP.NET Virtual Path Provider (VPP) can be developed and plugged in your web site to enable you to store web forms in a database and serve them when requested. In the majority of the web sites web form exist physically on the web server. However, in some cases you may want to deviate from this storage mechanism. For example, some Content Management Systems (CMS) allow the end users to add web forms dynamically. In such cases disk based storage is tedious to manage. More elegant approach would be to store the web forms in a database and serve them as and when requested. But how can we accomplish this? ASP.NET Virtual Path Providers (VPP) is the answer. In this article I will illustrate how a simple VPP can be developed and plugged in your web site..

Read More:
Working with Virtual Path Providers : Bipin Joshi
Also See:
Your First Server Control : Bipin Joshi
Globalization and Localization : Richard Bean
DataGrid Paging and Sorting Using A DataReader : Dimitrios Markatos
How to Show Messenger-Like Popups Using AJAX : Bilal Haidar [MVP,MCT]
Master Pages: Tips, Tricks, and Traps : K. Scott Allen

Post your comment

Comment