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.