B
ByB
Hello,
I created an ASPX page with some buttons on it, but one of them is
reacting in a strange way :
In design mode, if i double click on it, it takes me to the
corresponding OnClick method. But if I put a breakpoint on this method,
when i work in debug mode and clicking on this button, it never takes
me to the breakpoint (so it's hard to say what it does ...)
Other buttons on the same page react normally.
I deleted the button, and recreated it with same Id and name, but no
change !
I move the OnClick method to the end of my code (in the page), and
moved the eventhandler to the end of the InitializeComponent method,
but still no changes ...
I wonder if you have met such behaviour, and if you know a way to
correct it ...
Thank you for any hint !!!
I created an ASPX page with some buttons on it, but one of them is
reacting in a strange way :
In design mode, if i double click on it, it takes me to the
corresponding OnClick method. But if I put a breakpoint on this method,
when i work in debug mode and clicking on this button, it never takes
me to the breakpoint (so it's hard to say what it does ...)
Other buttons on the same page react normally.
I deleted the button, and recreated it with same Id and name, but no
change !
I move the OnClick method to the end of my code (in the page), and
moved the eventhandler to the end of the InitializeComponent method,
but still no changes ...
I wonder if you have met such behaviour, and if you know a way to
correct it ...
Thank you for any hint !!!