|
|
|
|
|
Total Hits: 57 | Today: 0
|
Author: SANJIT SIL
|
Rating:
|
|

There are different approaches to taking an application offline, for such things as say maintenance purposes. The latest addition is App_Offline.htm in ASP.NET 2.0 and this article demonstrates how to perform this task. First, is a brief overview of IIS and then the usage of httpRuntime and App_Offline.htm are provided along with detailed analysis and screenshots....
|
|
|
|
Total Hits: 97 | Today: 0
|
Author: Rajesh Naik Ponda Goa
|
Rating:
|
|

ASP.Net has introduced one neat feature called themes by virtue of which we can assign different themes to page at design time. Unfortunately there is not built in support to change page themes at runtime. Here is a simple code which can be used to change page themes at runtime. This is a simple code which can be used to change page themes at runtime....
|
|
|
|
Total Hits: 55 | Today: 0
|
Author: Bean Software
|
Rating:
|
|

ASP. NET 3.5 introduced two new data bound controls ListView & DataPager . ListView Web server control enables us to display the data from a data source and if a DataPager is attached then it enables paging in the ListView. ListView is a data bound control similar to DataList and DataRepeater controls but it provides edit, insert, and delete , sort operations on the data that it bounded like a GridView control. Unlike GridView control ListView gives the user full control over the rendering...
|
|
|
|
Total Hits: 47 | Today: 0
|
Author: Bean Software
|
Rating:
|
|

Microsoft ASP.Net provides a configuration system that can be used to keep our applications flexible at run-time. In this article, I will focus on using multiple configuration files. This is a rare technique and is unknown to many developers. The usage of multiple configuration file makes the application more secure and manageable....
|
|
|
|
Total Hits: 34 | Today: 0
|
Author: Bean Software
|
Rating:
|
|

Welcome, in this tutorial we gonna talk about how to modify the Web.Config file at runtime. This might sound strange a little at the first, someone might say why would we need to do so. Well, this issue has its positive and negative side effects. The negative side effect is that when saving the web.config file at runtime, the visitors of your site might experience some delay at the first time they load your site after your changes have been made, no big deal anyway....
|
|
|
|
Total Hits: 24 | Today: 0
|
Author: Rockin J
|
Rating:
|
|

This article will demonstrate how to use a Tree Menu Control. If you need to allow sub menu's, or a tree like structure, this is your best bet. You can view this control on your ToolBox in Visual Studio 2005. It is branched under [Navigation]. You will see some other menu controls such as SiteMapPath, and Menu....
|
|
|
|
Total Hits: 18 | Today: 0
|
Author: Parag Agarwal
|
Rating:
|
|

Hello and welcome back! My name is Parag Agarwal, a support engineer at Microsoft. This month we are going to discuss virtual path providers in Microsoft ASP.NET 2.0. This month, we will discuss how to extend ASP.NET by providing virtual access to content and files for compilation in ASP.NET 2.0. This feature can be used to create applications similar to Microsoft SharePoint Portal Server, where the content is stored in a database instead of on the physical file system. In this article, we will ...
|
|
|
|
Total Hits: 33 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

When you print a graphical object, what appears on the page is shifted away from the position that you expect it to appear in. The distance that the graphical object is shifted depends on the margins that have been set on the printer.
To explain in more detail, when you use the PrintPageEventArgs.Graphics object to print a graphical object on the PrintPage event of the PrintDocument object, PrintDocument ignores the actual physical margins (that is, the printer limitations) of the selecte...
|
|
|
|
Total Hits: 37 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

When you perform a Garbage collection in your application, the managed usercontrol's memory resources are not reclaimed. The issue occurs in all up-level browsers on all versions of the .NET framework. The leaks are objects directly allocated in mscorwks.dll. IE ActiveX object activation presents additional challenges that complicate the bookkeeping that IE needs to do. Performing a garbage collection does not release the memory....
|
|
|
|
Total Hits: 28 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This step-by-step article describes how to create a client that accesses a remote server. This client can be located on the same computer, on a different computer, or on a different network....
|
|
|
|
Total Hits: 23 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This article provides an introduction to the ASP.NET state management features.
HTTP is a stateless protocol. Each request is serviced as it comes; after the request is processed, all of the data is discarded. No state is maintained across requests even from the same client....
|
|
|
|
Total Hits: 34 | Today: 0
|
Author: Jerry Orman
|
Rating:
|
|

Welcome to the ASP.NET Support Voice column! My name is Jerry Orman. I have been with Microsoft over 5 years, and have spent most of my time focused on Web-related technologies such as Microsoft FrontPage and the new Microsoft SharePoint technologies. I have spent the last year working with Microsoft ASP.NET as a support engineer. This month in the Support Voice column, I am going to describe creating and opening ASP.NET projects in Microsoft Visual Studio .NET....
|
|
|
|
|
|