View Single Post
Join Date: Jan 2009
Posts: 2
Reputation: Rockstar_021 is an unknown quantity at this point 
Solved Threads: 0
Rockstar_021 Rockstar_021 is offline Offline
Newbie Poster

code for validation(asp.net 3.5)

 
0
  #1
Jan 6th, 2009
I m using asp.net 3.5(visual studio 2008) and sql server 2005/2000.

I want code for validation of Account number and password. i.e. when user enter the Accountno and password and click submit button it should check the data with that enter in database. If it is correct it should go to next page otherwise show error message..

Also the account no should be of 12 charcters and password of 8 charecters.
Reply With Quote