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

Re: code for validation(asp.net 3.5)

 
0
  #4
Jan 15th, 2009
use RegularExpression validators or simply set textbox's maxlenght property to 12 and 8 respectively.
Reply With Quote