Loosing events

N

Neven Klofutar

Hi,

I have expirienced lose of events in VS Web projects.
I know that it's known problem, but is there some sort of patch for VS2003
to fix this ?

Thanks, Neven
 
E

Eliyahu Goldin

Neven,

There is no patch. You can set the links to the event handlers in .aspx file
as control attributes. For example:

<asp:Button ... OnClick="ButtonClicked" ..>

You will need to make ButtonClicked method protected.

Eliyahu
 

Ask a Question

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.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,139
Latest member
JamaalCald
Top