Hook Methods in Asp.Net 2.0 ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VijaySofist
    New Member
    • Jun 2007
    • 107

    Hook Methods in Asp.Net 2.0 ?

    Hi All!

    Can anybody give any idea about the hook methods in Asp.Net 2.0.

    The Language i am using is Asp.Net 2.0 with Vb Coding

    The following is the module that was assigned to me.
    • Create a Class file and build it as a dll file
    • The Class file calls some methods(For example say x(), y() and z())
    • When using my created dll, the end user must define the functions x(),y() and z(). in their Web Projects(Not to Call those functions. Only Defining those functions were needed since it was already called in my dll file)


    Reply as early as possible.

    Thanks and Regards
    Vijay. R
  • VijaySofist
    New Member
    • Jun 2007
    • 107

    #2
    At Last I found the Solution.

    I used MustInherit keyword within the class and MustOverride within my method and I got the Result what i was expected

    With Regards
    Vijay. R

    Comment

    Working...