Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
i add an error provider component to my textbox control at runtime.
now i want to remove error provider icon from this textbox at runtime.
neaS
Posted
Comments
Prerak Patel 19-Aug-11 3:16am    
Not clear.
LittleYellowBird 19-Aug-11 3:17am    
Why is this a problem? If you added it, don't you know how to remove it? I think you need to use the 'Improve question' link at the right-bottom of you question to modify it by adding more detail. :)

Use Clear[^], so there won't be any error nor the icon. Is this what you mean?
 
Share this answer
 
erp.SetError(textbox,string.Empty);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900