Hi guys
I m using Using SQL Server 200 with VB .Net
I have some numeric fields like
Rate numeric(12,2)
now how i translate this size to the MAX Length of say textbox so user wont be able to type above maxmimum limit
how i can find the Maxmimum No allowed for the above Field?
For varchar fields i don't have any probs but for numeric fields i want to know a proper way to figuring out the max length
Regards
Nouman
Nouman Zaheer
Software Engineer
MSR
I m using Using SQL Server 200 with VB .Net
I have some numeric fields like
Rate numeric(12,2)
now how i translate this size to the MAX Length of say textbox so user wont be able to type above maxmimum limit
how i can find the Maxmimum No allowed for the above Field?
For varchar fields i don't have any probs but for numeric fields i want to know a proper way to figuring out the max length
Regards
Nouman
Nouman Zaheer
Software Engineer
MSR