Creating a plug-in module

  • Thread starter Thread starter sony.m.2007
  • Start date Start date
S

sony.m.2007

Hi ,
I'm new to ASP.Net applications.
I have created a login application for webserver.
Now I would like to use the same coding for different
applications(using a dll like that).
For this I need to create a plug in module or any other ?
Kindly help me out

Thanks,
Sony
 
hi Sony,
In .NET if you have some re-usable functionality then you can wrap that
functionality in a user-control or a custom control.

regards,
Joy
 
hi Sony,
In .NET if you have some re-usable functionality then you can wrap that
functionality in a user-control or a custom control.

regards,
Joy

HI,
Thanks for the reply.
How to wrap that functionality in a user-control or a custom control?
Is there example available so that i can try using that

Thanks,
Sony
 
Back
Top