How to find from GUI whether Client Side scripting or server side scripting is running
Posted
by rockbala
on Stack Overflow
See other posts from Stack Overflow
or by rockbala
Published on 2010-03-16T12:31:38Z
Indexed on
2010/03/16
12:36 UTC
Read the original article
Hit count: 730
We have a GUI which runs on ASP.NET 2.0 framework (Client-Server model). From the support perspective how can one find whether the pages which are opening on GUI at any point of time is a server side scripting or Client side scripting.
The reason why I ask this is because I understand that some of the codes are executed by the browser such as Javascript. So, if there are such scripts which are handled by the client browser, how can one find out that it is the Client side scripting which is running at that moment.
Thanks for your answers in advance.
© Stack Overflow or respective owner