Tagged Questions
0
votes
1answer
132 views
Server control losing mousedown event handler on callback
I have a composite server control that contains a div to which I attach a right click event handler in the Render method (simplified for clarity):
protected override void Render(HtmlTextWriter ...