I work on a script which included textbox but i want some chars or word in the textbox give a warning if this is a easyuo script i was used
Code:
if ( "idontwant" in textbox )
doaction
but in c# i cant do that always give error please tell me a way for this....