Home

Submit

Source

Feeds

Home » ASP.NET » Web Forms ::

ASP.NET Web Forms
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web.
Related Tutorials
ASP.NET Security and Membership
Generating Forms Authentication Compatible Passwords (SHA1).
ASP.NET / Security and Membership
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET .NET and Databases
Encrypt Passwords in the Database
ASP.NET / .NET and Databases
This code will show you how to encrypt user passwords with md5 algorithm and how to start using encrypted passwords if you already have users' database ready.

Site: www.bytemycode.com Report - View Tutorial

ASP.NET Security and Membership
Logging In
ASP.NET / Security and Membership
This tutorial covers: *Manage Web-based security *Implement Forms Authentication *Work with Forms Authentication in the raw *Work with ASP.NET login controls to make writing login pages painless *Work with ASP.NET role-based authorization This tutorial covers managing access to your ASP.NET application. Web site security is a major concern for most enterprises. Without any means of securing a site, the Web site can expose areas of your enterprise you may not want exposed. We'll take a quick look at what security means when it comes to Web applications. Then we'll look at various services available within ASP.NET for authenticating and authorizing users.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Security and Membership
Creating a Login/Password Script
ASP.NET / Security and Membership
With ASP.NET, it is easy to create a script that will surf through a database of Logins and Passwords until it finds those entered by a particular user.

Site: www.carbotek.org Report - View Tutorial

ASP.NET Functions
Generating Random Number Using RND Function And Randomize Statement
ASP.NET / Functions
We will use RDN function to generate a random number.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
Connecting to a SQL database from ASP .NET I
ASP.NET / .NET and Databases
This is part I of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to set up MSDE for Mixed Mode and how to use Web Data Administrator to create databases and users.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Functions
Generating Random Number Using RND Function And Randomize Statement
ASP.NET / Functions
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET Dynamic Images
Generating Text Images on the Fly with ASP.NET
ASP.NET / Dynamic Images
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 which I won't go into, but prior to ASP.NET it was a relatively difficult thing to do.

Site: www.asp101.com Report - View Tutorial

ASP.NET .NET and Databases
Connecting to a SQL database from ASP .NET II
ASP.NET / .NET and Databases
This is part II of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to connect to the database using ASP .NET code and Visual Studio .NET's features.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET General Development
Using server side includes
ASP.NET / General Development
Demonstrates how to use server side includes in ASP .NET by including User Control files in Web Forms.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Web Forms
Accessing the controls and methods of a MasterPage
ASP.NET / Web Forms
If you are looking to access the method, property or control of an ASP.NET MasterPage from inside a web form you need to do a little trick to get it to work properly. This tutorial explains how you can do this with only a few lines of code, and it also shows you how to create MasterPages that you can use with web forms.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Controls
The Page Rendering Model
ASP.NET / Controls
This tutorial covers the heart of ASP.NET's Web Forms rendering model: controls. As we'll see here, System.Web.UI.Page works by partitioning the rendering process into small components known as server-side controls.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Getting Started
A Fast-Track Guide to ASP.NET
ASP.NET / Getting Started
Since then, mailing lists, newsgroups, and web sites have sprung up containing a mixture of code samples, applications, and articles of various forms. Even if you're not a programmer using existing ASP technology, it's a good bet that you've at least heard of .NET, even if you aren't quite sure what it involves. After all, there's so much information about .NET, that it's sometimes hard to filter out what you need from what's available. With new languages, new designers, and new ways of programming, you might wonder exactly what you need to write ASP.NET applications.

Site: www.devasp.net Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement