views:

12

answers:

1

I'm very beginner for developping.

environment is ..

  • Windows XP Professional SP3 Microsoft
  • Visual Web Developer 2008 Express
  • Edition Microsoft SQL Server 2008

[table_name:LOGIN]

  • login_id ->  char(5)
  • login_name ->nchar(20)
  • password  -> char(10)

My Question is following.

  • How to develop login program ? with the table
  • I want to distribute a page opening after login by one charactor of head of the login ID (five charactores)
  • Do error indication three times when user failed in login
+1  A: 

Check out this walkthrough for visual web developer. There are a ton of great walthroughs in Getting Started (How Do I in Visual Web Developer).

JP Alioto