Problem in javascript in checking database value
Hi
All,
Apology for posting this question if irrelevant.Problem is with a textbox validation with asp.net(Sql server database).How can it be possible to check the textbox value with the database value? I have two table column named WeightMax and WeightMin.whenever i input a Weight value in the textbox it should generate a pop up error message"Weight should be greater than WeightMin and less than WeightMax",after checking the particular column values.How can I do this with javascript?
Please help me.
|