Hi
In a textbox in detail section, i have to display either low or medium or high based upon the value of another textbox(in detail section), which takes value from the database. Where should i write the if condition statements?
1 Answer, 1 is accepted
0
Ivan
Telerik team
answered on 18 Aug 2009, 08:43 AM
Hi Prasanth Rajendiran,
For such a simple task you do not have to write any code at all. You can just bind your TextBox using an expression that returns 'Low', 'Medium' or 'High' according to the value of the database field. Please, refer to the Using Expressions topic in the online documentation for additional information about expressions.