Related resources for Multiple Controls
  • Using Windows Controls and Properties4/18/2011 12:29:55 PM. In this article we will see how to bind a single event to multiple controls and also use of the tag property. With this article we will clearly see how we can avoid redundancy of code and how to apply re-usability.
  • Writing a Single Event Handler for Multiple Controls8/29/2006 4:33:04 AM. Writing a Single Event Handler for Multiple Controls by Giuseppe Russo. Jul 22, 2002. I have noticed that in many articles, I read, people use a longer method of clearing many textboxes, as well as handling more than one control at the same time.