Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Building Controls
Strange button behaviour
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="ByB, post: 4254135"] 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 !!! [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Building Controls
Strange button behaviour
Top