AddHandler method not being called

B

Barry

Hi

Using VS 2003 i had programmatically created Tables with rows and columns
having Buttons, Textbox etc , the button were activated using

AddHandler btn.Click, AddressOf btnAddProjectNotes_Click

At that time everything was working fine, now using VS 2005 the delegate is
somehow not getting called, is there some change in handling of AddHandler
between these two versions of Visual Studio


TIA
Barry
 
R

Rory Becker

forgot to mention , this is a webbased app not desktop

I'm not especially up on my web app stuff. but is it possible the page and/or
Control lifecycle event sequences are different between v1 and v2?

When exactly do you hookup your delegate?
 
B

Barry

Hi Rory

Thanks for your reply, i must admit frankly that my last 2 posting on nearly
identical issues were in a haste and that the mistakes were silly at me end.
There are no problems.

Barry
 
R

Rory Becker

Thanks for your reply, i must admit frankly that my last 2 posting on
nearly identical issues were in a haste and that the mistakes were
silly at me end. There are no problems.

No problem Barry.

Everyone, on this list and others, makes mistakes. The important thing, having
discovered the mistake, is to learn from it or at least learn to recognise
the symptoms so that, should the same thing happen again, you can quickly
spot what's going on and fix things quickly.

We would all like to be able to say we will never make a mistake a second
time but it does occasionally happen.

Glad everything worked out for you :)
 

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

Top