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...
Advertisement
HOW TO: Set Current Culture Programmatically in an ASP.NET Application is an useful tutorial for the .NET programmers in which they can learn about the process of converting the current culture and UI culture in .NET framework. The author explains...
How to capture the Double Click event in a DataGrid? is a tutorial in which the author gives you a brief explanation about how to retrieve the values of the rows when it is double-clicked, show the contents of the row that is selected and how to...
How to set focus to a MS ASP.NET TreeView on form load is an easy to learn ASP.NET tutorial in which the author shows you the sample code for setting the focus to the treeview control using the document object and applying colors when the users...
How to determine the DB item is null or not is a tutorial in which the author shows you how to eliminate the error which arises when you store the database item which has empty data. IsDBNull method gives you the solution for this problem. The...
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 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...
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...
HOW TO: Use the RequiredFieldValidator Control with Other Validation Controls to Handle Blank Entries is an ASP.NET article in which author elaborates about web form validation with the help of RequiredFieldValidator controls. In this tutorial...
This is an article and a tutorial that tells the users how to set html links as their home page. This tutorial provide info to the users about the html elements provided. This tutorial is useful for the users.
In this article the author shows how to set connections to database software. The author proceeds this task with DSN connections and DSN Less connections. The article provides the sample source code for these connections in SQL Server, ORACLE, MS...
This article explains how to use the file upload features of the web to upload images and store the binary data directly into a MySQL database and access it later for use in your projects.
Sample showing how to modify the system menu of Form (change, delete, add new items in menu). + Example of showing the ShellAbout dialogue (as in standard Windows programs).Exe-demo available from Homepage
Sample showing how to modify the system menu in forms (change, delete, add new items in menu) and example of showing the ShellAbout dialogue (as in standard Windows programs).
Various sources (but principally Hammond and Robinson) show how to instantiate Internet Explorer in order to have access to its interfaces. However, few places show how to connect to an instance that is already running, which is so easy in VB.
This tutorial gives you some tips on how to start the programming in PHP and to sequence the codes in a particular order with a simple real life example. This will be useful for new programmers to create their own programs effectively and helps...
PHP Snurk tutorial teaches how to create URL structures that are less complicated. This tutorial tells the users how to use the snurk in which users has the ability for running custom CGI scripts. This tutorial provides more tips for the users,...
How to use the speech module to use speech recognition and text-to-speech in Windows XP or Vista.
The voice recognition system can listen for specific phrases, or it can listen for general dictation.
You can use...
HOW TO: Determine the Browser Version in ASP.NET is a web based tutorial in which author describes the procedure to establish the web browser version using the HttpBrowserCapabilities in ASP.NET. Through this tutorial users can learn about various... |