I found that I need to perform the same operations on HtmlControls and WebControls. I firmly believe in DRY and found that if I want to combine functions on both types, only the Control class can b
I found that I need to perform the same operations on HtmlControls and WebControls. I firmly believe in DRY and found that if I want to combine functions on both types, only the Control class can b