Java offers external applications with the exec method of the class Runtime only limited possibilities into the own project to include. The exec method enabled starting application however the automated control of started application is not...
Ask the DotNetJunkies: Editing with the ASP.NET DataGrid is an article which explains you the method of changing the data of the datagrid columns without using the edit link button. You have to add EditCommandColumn, and a BoundColumn for each of...
SQL Transactions with the SqlTransaction Class is a simple tutorial through which you can learn about the use of the SqlTransaction Class and its three methods such as commit method, save method and rollBack method which helps you to implement the...
Avoid The Parameters Collection With The Microsoft .NET Data Provider For Oracle is an article which gives you the solution for getting the recordsets from the stored procedure with out using the parameter collection of the oracle command object....
Consuming the MSDN RSS Feeds with the DataGrid and Xml Web Controls is an article which is developed for the webmasters describing about how to distribute the organized content of their website. In this article the author used the DataGrid and Xml...
Creating Folders with the File System Object is an ASP article in file manipulation and file management techniques. The author has used the powerful file system object function in creating new folders with the path of the root directory. The...
Dates with the Ordinal Suffix is a tutorial which helps the users to explain how to display the present date with the ordinal suffix on their websites. A detailed description is given with an example. This tutorial is easily understood and more...
Dig Into WS-Security With the WSDK is an article in which the author gives description about the process of building WSDK-based XML web services. In this tutorial the author gives an idea about using WS-Security class for signing response messages...
Ease Swing development with the TableModel Free framework is an easy to learn tutorial useful for the java programmers to learn more about the TMF framework. The TMF framework has 3 divisions such as a generic TableModel which manages any type of...
This is an ASP.NET tutorial through which you can learn about the use of HTMLEncode and HTMLDecode methods of ASP.NET server object. The HTMLEncode method is used to encode the string for transmission by HTTP and HTMLDecode method is used to... |