Suppose i ve a table like
create table { id numeric(5,3), code varchar(10) }
i ve two text box in my form for tha two field
suppose if i type 1234578 in the first text box the error has been thrown in asp.net because i crossed limit
how to validate in javascript or some otherways for that particular range validation
thank u