How to Disable Form Elements in a HTML Page is a tutorial which shows the users the way to disable the form elements in HTML pages of their websites. Netscape Navigator 4.X and Internet Explorer 4.X or 5.0 are used for testing enable/disable...
How To Dynamically Include Files in ASP.NET is an article that explains the step-by-step process of creating an aspx page and reads a file with static HTML and/or client-side script code from the aspz page and writes the file's content to the...
How To Determine Browser Type in Server-Side Code Without the BrowserType Object in ASP.NET is a web based tutorial in which author tells about the step by step method that have to be adapted to determine the browser type of the users by using...
How To Perform Fragment Caching in ASP.NET by Using Visual C# .NET is an article in which author demonstartes about the method involved in caching the users controls with in a web form, which termed as fragment caching. Here the author describes...
This article is basically for the system administrator which instructs them in step by step process to enable HTTP compression on Internet Information Services(IIS) server and also it shows how it works. What is HTTP compression, how to enable...
HOW TO: Display DataGrid in small screen area without using Paging, is an article that discusses about how to display the datagrid in small window area without using the paging functionality of the datagrid control. You can save the window space...
This sapmle shows how to register a filetype, how to add an entry to a context-menu of a filetype and how to add some entires in the new-submenu of Windows95/ NT. The update fixes a bug that could delete the whole HKEY_CURRENT_USER Key when using...
How to deploy stand-alone in .NET applications is the main concept discussed through this online article. The author highlights the capability of this .NET, such as desktop applications are installed through the internet. This article deals with a...
This tutorial is helpful for every users who develop database table using SQL string which guides them how to handle apostrophe inputs in SQL string with simple code. This article has provided a sample code to the users.
How to implement Replace function in ASP programming to retrieve a new string from an existing string is simply taught on this tutorial from which you can learn the functionable format of Replace function and will come to know how to use... |