Custom Web Control Postback Weirdness
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I have built a custom web control with C#. For some reason, when another control fires a postback (such as a drop down list with AutoPostBack set to true is changed), the event handler for my custom control gets fired as well as the event that is intended to get fired. Does anyone have an idea why this might be? Thanks. -Matt ------------------------------------------ The 3 great virtues of a programmer: Laziness, Impatience, and Hubris. --Larry Wall