• yghaziza (9/23/2013)


    @Grasshopper, Can you be more specific on 'restrict with validation expression'? What else is there other than parsing the expression, which is the result of this definition coming from SQL query??

    your goal is to validate some input value in web app.

    And we say, our user may insert only value which i define (in this case 1D, 2D ...)

    Well,

    with restrict with validation expression i mean: create and define regular expression depending on your specification in your web page, if i enter for example 9A then show error on web page.

    OR

    every allowed value save in table, iniFile, global variable e.t.c and check entered value with event on control where input happens