I've recently been reading about using COM objects to encapsulate business logic and to enhance performance of my Active Server Pages. I like the idea of being able to debug my application easier and I like to idea of hiding my business logic in class libraries. I know I will greatly appreciate the ability to delegate authority using MTS.
What I think I would actually like to do is, use this method for both the business and display logic. I've found several sources on how to use the intrinsic APS objects within my component. So now I can easily, via code, control my display. My problem is, that I have not seen any examples of how to bubble events into the custom COM object without using JavaScript and without using the <OBJECT> tag. For example: if I write a form to the display via my component, I'd like to capture onclick events and perform some other function such as populating the contents of a list box with the results of a SQL query using the first selection as my key. At this time, I'm also trying to avoid .Net. I'm sure what I'm trying to do may be easier, but I am not prepared to make the investment of time for this technology. Any tips, or reference would be most appreciated. I've spent about 8+ hours looking through the web and newsgroups without any definitive examples. I've seen the use of the WITHEVENTS keyword but I'm not sure what the proper syntax would be for what I'm trying to accomplish. Thanks, Shawn CONFIDENTIALITY NOTICE: This E-Mail is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you have received this communication in error, please do not distribute and delete the original message. Please notify the sender by E-Mail at the address shown. Thank you for your compliance. --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
