Nevron Forum

Displaying a message box from embedded C Sharp

https://www.nevron.com/Forum/Topic7690.aspx

By Bob Smith 2 - Monday, April 22, 2013

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!