Change text box colour depend on the values
how to change text box colour based on text values which we retrieve from database. Example if a text box value is 10,000/= then text box should display black colour if the text box value more than 10,000/= then text box should display red colour. Please help me
Abhay ShankerPosted Apr 2, 2014, 8:26 AM
just check the condition and add code as below
if(price<=10000)