Storing and Reading Base64 Encoded Connection String in Web.Config is a web based tutorial through which you can learn about how to encrypt and decrypt the information of the Web.Config file using Base64 algorithm. Web.Config is an XML based text...
Code Behind in Web Forms and User Controls is an user firendly tutorial in which author discusses about the process of code behind in the web form, which is hosted in a single page with two files, one for code and another one for content. By using...
Creating a Web.config Editor - Part 2 is an article in which the author talks to you about creating custom properties in the web.config file of the ASP.NET. The author shows this by adding the server nodes to the dropdown list box control. This...
Setting Initial Focus in Web Form is an article through which users can gain knowledge about setting intial focus, which is a code inorder to load a page in the browser for the first time. In this article the author offers few code which perform...
The role of private UDDI nodes in Web services, Part 1 is an online ASP.NET article for one of the advanced technology UDDI, involved in developing web services. The author has focussed on the ultimate role of UDDI in developing web services and...
Securing ASP.NET with web.config is one of the main article dealing with the authentication and authorization through which the user could look at allowing and denying users access to their sites. Earlier, any user could access the ASP.NET page...
Compiling Components in Visual Basic for ASP is a tutorial which elaborates about methods involved in generating a compiling componets for MTS and IIS. In this tutorial users can get more details about ASP components, MTS components and automatic...
Creating your own web.config section handler is a tutorial which shows you how to create your own web.config section handler by implementing the IConfigurationSectionHandler interface on the user defined class. You must import System.Configuration...
Hosting Windows Custom Controls In Web Forms is an article in which the author shows how to create a custom web control through which you can open a file with associated application installed on the client machine. The author shows you the...
Managing Focus in Web Forms is a tutorial which concentrates on web control on the web forms. In this tutorial author explains about generating custom web control, which add the focus manager control to the tool box inorder to set the focus to web... |