Hey!
I am trying to code in C Sharp to work with data that is being added to the form. How can I display a message box or alert window in the website when the chart is rendered?
MessageBox.Show(String); does not work as apparently it can only be executed on the server.
Thanks!