B
Bob
I have a C# assembly for logging messages. One option I
would like is to also display the message to the user.
It's easy if I know whether the caller is a Client/Server
app or a Web app. My question is, is there any way for my
code to determine whether the caller is a web app (and
has a page object I can use) or just a "normal" app that
I can write to the console?
If so, how would I get access to the callers current web
page object?
Thanks
Bob
would like is to also display the message to the user.
It's easy if I know whether the caller is a Client/Server
app or a Web app. My question is, is there any way for my
code to determine whether the caller is a web app (and
has a page object I can use) or just a "normal" app that
I can write to the console?
If so, how would I get access to the callers current web
page object?
Thanks
Bob