ASP:Button on_click event simply will not ever fire

  • Thread starter Thread starter Weston Weems
  • Start date Start date
W

Weston Weems

Hello...

I've got a solution with 7 projects... the problem I am
having specifically is that I've got a simple asp:button
on a simple usercontrol.

I am making sure its not stupid vs.net forgetting event
bidnings etc, but its just not even firing off a postback.

on page load I register javascript, which gives no errors,
and has nothing to do with buttons at all...

I was curious if anyone could possibly think of any reason
whatsoever why this would be behaving as such.

Thanks
Weston
 
I wasnt able to do that anyway... I mean I opened up the
assembly with reflector and it showed the event binding
etc...


REally what solved it was adding/removing buttons,
restarting vs.net, restarting the whole machine etc.
Finally recognized the bindings.

Wes
 
Back
Top