C
CsaaGuy
My button events stopped working on a aspx form. Dont' know why. any
suggestions?
suggestions?
Brock Allen said:. There's a bug where sometimes VS.NET removes all the code that wires up
the event handlers.
to do is click on the lightenning icon from the event property page, and
re-hook the event from the "onClick" property drop-down list.
Eliyahu Goldin said:The ultimate solution is to assign event handlers inside control tags in
the
.aspx file.
Eliyahu Goldin said:It's a good practice. It takes control from famously buggy Design View to
your hands.
Many avoid using html view for simple reason of not understanding how an
aspx page builds and works.
Very wrong perception! Separation of "codes" are main purpose of .NetFW.
How does it help those who use VS 2003?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.