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.
Reply as early as possible.
Thanks and Regards
Vijay. R
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
Comment