|
-
Dec 9th, 2002, 10:17 AM
#1
Thread Starter
Lively Member
Why won't a button's click event fire in ASP.NET?
Hi, there.
I have a button on an ASP.NET Webpage and have added code to its click event. However, when I run the application and click on the button, the click event code is never run.
I placed a breakpoint on within the the button's click event so that I can tell if that code is run. However, I noticed that when I fire the app up in debug mode, a question mark appears over the breakpoint with the following message:
"The breakpoint will not currently be hit. No symbols have been loaded for this document.".
What does that mean? Why won't the event fire? In my other Webpages, there has never been a problem like this.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|