I Have A dropdown having values integer,string etc, when i select dropdown item, the textbox beside dropdown should validate with the selected dropdown item. i.e., if i select integer, then it validates that only integer values should enter in the textbox or if i select string, then it should validate that only string should enter in the textbox.