Reply to thread

Mister E - I have put break points on the code. The raiseevent code is firing, the event handler is not firing.


PlausiblyDamp - This is not a server control, its a normal class object. What I am trying to do, and maybe I will just not go this route, is trying to put all the validation in the class and not on the page itself. So I am trying to use the event to notify the page that the data entered was bad data.


I am trying to go with the whole business layer idea, where all the logic is in the class, and not in the UI (being the webpage and code behind).


Thanks for the help though, I am not sure if I am explaining myself.


Back
Top