M
Manu
In my ASPX code I would like to open a new window, send a message box,
create an alert window etc. The logic when to do the above is
implemented in the server side, as it is depended upon Database
information. (i.e. open an alert window when a record was not found in
the database.)
As I know opening such windows can be done on the client side only.
How can I trigger these scripts from the SERVER side?
Is there an example explaining this?
create an alert window etc. The logic when to do the above is
implemented in the server side, as it is depended upon Database
information. (i.e. open an alert window when a record was not found in
the database.)
As I know opening such windows can be done on the client side only.
How can I trigger these scripts from the SERVER side?
Is there an example explaining this?