|
|
|
|
 |
|
 |
 |
 |
Tips and Tutorials
|
|
|
Hits: 17
 0.0
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is.
|
Platform(s): n/a |
Date: Jun, 23 2003 |
 |
|
|
Hits: 20
 2.0
Have you ever needed to have an image of some text generated dynamically on the fly? There are tons of possible applications for this type of thing, but prior to ASP.NET it was a relatively difficult thing to do. This article explains how to generate text images on the fly using ASP.NET. Source code available for download.
|
Platform(s): n/a |
Date: Aug, 27 2003 |
 |
|
|
Hits: 14
 0.0
Have you ever wanted to see who is viewing your web site in real time? how many of them are there? what browser they are using? where have they come from? what are their host addresses and host names? and exactly what pages they have read? all in detail? In this article we build an ASP.NET application to do exactly that.
|
Platform(s): n/a |
Date: Nov, 07 2002 |
 |
|
|
Hits: 20
 0.0
This 5-part article introduces you to the basics of coding C# in ASP .Net. Some of topics covered: the classic "Hello World" example in .Net form, Adding class and using Namespaces, Code a Web form in .Net and see how you can create flexible server-client interaction, How controls can be used to manipulate data from your Web forms, and Server-side data access in .Net.
|
Platform(s): n/a |
Date: Oct, 11 2001 |
 |
|
|
Hits: 10
 0.0
A Sample Chapter from "Beginning ASP.NET using VB.NET". Topics covered include: Static Web Pages
Dynamic Web Pages; An overview of the different technologies for creating dynamic web pages, including ASP.NET; Installing Internet Information Services (IIS); Installing the .NET Framework; and Testing and Troubleshooting your installation.
|
Platform(s): n/a |
Date: Oct, 15 2001 |
 |
|
|
Hits: 14
 0.0
ASP.NET 2005 is part of a whole suite of applications and user interfaces that are packed under the banner of Visual Studio.NET 2005. Code named as Whidbey, the entire package is still being tested and the final version is slotted to be released late this year. The suite includes the .NET Framework; user interfaces like Windows forms, ASP.NET and Compact framework; Official languages like C#, J# and Visual Basic.NET; Integrated Development Environment (IDE) like Visual Studio.NET.
| Freeware |
Platform(s): Windows |
Date: May, 30 2006 |
 |
|
|
Hits: 14
 0.0
ASP.NET 2005 is part of a whole suite of applications and user interfaces that are packed under the banner of Visual Studio.NET 2005. Code named as Whidbey, the entire package is still being tested and the final version is slotted to be released late this year. The suite includes the .NET Framework; user interfaces like Windows forms, ASP.NET and Compact framework; Official languages like C#, J# and Visual Basic.NET; Integrated Development Environment (IDE) like Visual Studio.NET.
| Commercial |
Platform(s): Windows |
Date: May, 30 2006 |
 |
|
|
Hits: 34
 0.0
This tutorial explains about Oracle Apps login, Choosing Responsibility, Choosing Function / Opening Form, Switch Responsibility, Query Form and Keyboard Shortcuts. This chapter would tell a user about the basics of login to the Oracle Applications instance. It would also demonstrate the basics of working with Oracle Applications. To understand the complete functionality of a particular responsibility please refer to the respective User Guide.
| Freeware |
Platform(s): Linux, Windows |
Date: May, 24 2005 |
 |
|
|
Hits: 32
 4.0
Explains how to simulate hidden column in GridView control. GridView is one of the new controls in ASP.Net 2.0 that replaced the DataGrid.
In earlier versions of .Net when you didn't want the data to be visible to the client, you simply set the Column visibility to False. But, if you try that with ASP.NET 2.0 GridView control, it will return only empty string.
| Freeware |
Platform(s): Windows |
Date: Sep, 08 2006 |
 |
|
|
Hits: 20
 0.0
How to create a cookie, how to get the value stored in a cookie, set the lifetime, path and domain for a cookie, edit a cookie, delete a cookie, remove subkeys from a cookie...
|
Platform(s): |
Date: Nov, 30 1999 |
 |
|
|
|
 |
 |
|
 |
|
 |
|