In this article you can find information about the hierarchical configuration infrastructure of the ASP.NET. The configuration data are stored in text files. The author explains that the changes made to the data of the configuration files are automatically applied by the system. This article is useful for the .NET beginners....
This is a program specially build for web hosting control panel on windows 2000 platform. It is possible for the webmasters to modify the files directly through web browser and it is easy to either install or configure the script written in the languages like ASP, PHP etc., with the help of this program. This program facilitates webmasters to update the contact information instantly and to edit the html content. It displays webmasters resource allocation directly from the control panel. Webmasters can use the efficiency of the Microsoft(r).NET frame work by using this program. It has several enhanced features for the benefit of the webmasters.... Tags: windows, html, web, program, files, control, browser, edit, easy, help, information, script, using, 2000, contact, install, build, webbrowser, work, update, resource, frame, windows2000, languages, for, features, modify, configure, hosting, efficiency,
It is a web based tutorial which explains you about the use of the web.config file of ASP.NET. In this tutorial the author narrates you the use and syntax of various configuration tags such as , , , , , , etc., of the web.config file. The author also provides you sample program to understand these tags....
This program can be used by the webmasters to let the users view the properties of the controls developed by them. This program makes it possible by allowing ASP.NET to execute the property window which is found in VS.NET. This program allows webmasters to take control of every aspect including activating or deactivating the editor, displaying read only property etc., This program has the ability to display descriptions as tool tip for each property and it is based on C#. It has several features for the benefit of the webmasters....
This is a tutorial in which the author discusses about converting object types. The author explains that conversion is a course of action that involves in converting one object’s type in to another object and also explains about the importance of conversion in utilizing an application differently. This tutorial is provided with appropriate sample codes and demonstrations for a better reference.... Tags: action, conversion, application, converting, type, tutorial, object, author, sample, for, course, codes,
Using the ASP.Net Runtime for extending desktop applications with dynamic HTML Scripts is a web based article in which programmers can learn about the method of hosting the ASP.NET runtime class in desktop applications. Here the author gives details about the procedure for utilizing the web browser control to work on the client side application....
This is an online tutorial that guides readers to do Object Oriented Programming in ASP.NET framework. In this tutorial the author explains about the necessity of polymorphism in Object Oriented Programming and instructs users to achieve it. The author defines that in C# Polymorphism is a process of enabling classes to execute the same methods differently after sharing them. The author clearly explains about this concept by providing explanation in detail....
ASP.NET Hierarchical Forms Suite is a set of three programs to meet out webmasters needs in generating hierarchial forms on their websites. Users can find several objects such as hyperlinks, text boxes, etc., and facility to build tree views, grids, tool bars and any compound object using any group of objects from the program ASP.NET Hierarchical Forms component. Secondly this suite provides users Hierarchical form editor using which users can edit, store and modify the hierarchical forms. Finally ASP.NET XML database engine that has the ability to provide an interface for the hierarchical data to simplify the consumption, storage, control, access, production and transformation of the data. Each program has several enhanced features for the benefit of the users.... Tags: database, tool, editor, program, data, text, programs, find, using, form, tree, forms, store, engine, build, set, interface, group, object, for, features, modify, users, objects, out, suite,
The Road to ASP.NET is a tutorial which briefly describes you about the features of ASP.NET. The author compares the coding of classic ASP and ASP.NET. One of the key feature of ASP.NET is that using the functions and server controls of ASP.NET you can easily separate the design from the code....
It is an article in which the author discusses about the use of HttpHandlers. In this article the author shows how to create a HttpHandler using the IHTTPHandler interface and ProcessRequest method with a sample program. The HttpHandler file have an extension of .ashx. This article also explains the steps for configuring these handler....
In this web based tutorial the author briefly explains about the ASP.NET. This tutorial explains the various features of the ASP.NET such as server controls like validation controls, intrinsic controls etc.,, how to create and register user controls, mobile controls, error handling mechanism, two types of caching methods, global.asx file etc., This tutorial also shows you the software that are needed inorder to run ASP.NET applications....
This is a program based on ASP.NET the can be utilized by the users to find solution for variable screen resolutions. This program comes with two components for the benefit of the users. Using this program users can enable their web control to resize itself and can enable their forms to alter itself according to the variance of the screen resolution. Users can manage the entire resizing processing by the use of its Resize Wizard....
Tracing Features of ASP.NET is an ASP.NET tutorial through which programmers can gain knowledge about the procedure of using debug and trace process in ASP.NET application. In this tutorial the programmers can gather information about tracing and debugging which trace the execution process and the process of checking whether the application works with perfect expectation....
Remoting in C# is a tutorial in which the programmers can get an idea about remoting in .NET, which offers network services. This tutorial gives information about remoting objects which can be accessed remotely by network application. Here the author details about the method of creating a server and client application which helps in working with network services....
In this online tutorial the author contributes to readers on solving a problem that occurs when a lengthy operation takes place in a web service. This discussed problem is getting ‘time out’ error on performing a long operation in web services. In this part-1 of this article the author explains about the entire process of executing long running method from the web applications and guides readers to solve this problem by decorating the web method with special attribute which SoapDocumentMethod (OneWay=true)....
Retrieving HTTP content in .NET is an easy tutorial in which the author clearly explains the process of utilizing the functionalities of HttpWebRequest and HttpWebResponse classes to access the content of the web pages in .NET framework. This simple tutorial gives detailed description about the method of cookie handling and string handling by the use of web request in .NET framework....
This is an ASP.NET article which helps you to implement globalization support for ASP.NET pages through attributes and reflection. It is necessary to define the GlobalizationMod HttpModule to perform this operation. The author gives you the sample code for defining the IHttpModule interface and onPreRequest method of the GlobalizationMod HttpModule....
This web based tutorial gives you the method for creating HttpHandler and HttpModule interface in ASP.NET. In this tutorial the author defines a class that has two methods such as ProcessRequest and ReadOnly Property IsReusable implemented by the HttpHandler interface. The author also shows you how to implement a class using HttpModule interface with a sample program. In this tutorial you can get the method for creating your own Http handler and testing this handler....
This is a program that can be utilized by the webmasters to construct and manage online discussion forum, magazines, newspapers, guestbook etc., This program uses XML file to store the data and facilitates to post numerous messages. Administrators can have the facility to change the threaded comments which are present on the website by the use of two XSL files. This program comes with several features for the benefit of the administrator....
In this web based tutorial you can get infomation about the ProcessInfo class of ASP.NET. This class has a method called SetAll which helps you to get the various information about the currently executing process such as starting time of the process, Id number of the process, the maximum memory used by the process, the status of the process etc., The author shows you the use of all the properties and methods of the ProcessInfo class....