Use X.509 Certificates With the WSDK is an article based on constructing of WSDK- based web services which utilizes X.509 certificate for encryption. The author discusses about the procedure for creating WSDK-based web services which uses single...
This is an article that provides detailed information about providing security with the combination of form authentication and role-based security in ASP.NET. This tutorial clearly explains about role-based security and instructs readers to...
Simple Security with ASP is an ASP tutorial through which users can learn more about understanding the level of security, session variables to track the login status, securing the users ASP pages, logging automatically with the help of cookies,...
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...
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...
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...
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... |