How to distinguish WinForms from ASP .NET?
- From: "Nikolay Petrov" <johntup2@xxxxxxx>
- Date: 29 Aug 2005 05:26:16 -0700
I have compiled some shared function in a lybrary, which I use in
various application from asp pages, web services to winforms and
windows services.
some of the functionality in my libarary is dependent on where it is
called from. I would like to do one things if it is called from asp
application, and other if it is called from WinForms app.
Is there a way, I can distinguish where me library functions are called
from?
.
- Follow-Ups:
- Re: How to distinguish WinForms from ASP .NET?
- From: Herfried K. Wagner [MVP]
- Re: How to distinguish WinForms from ASP .NET?
- From: Richard Dudley
- Re: How to distinguish WinForms from ASP .NET?
- From: Cor Ligthert [MVP]
- Re: How to distinguish WinForms from ASP .NET?
- Prev by Date: Re: Arguments for learning VB - slightly OT
- Next by Date: Re: VB String Manipulation
- Previous by thread: reeview with columns?
- Next by thread: Re: How to distinguish WinForms from ASP .NET?
- Index(es):
Relevant Pages
|