Displaying a message box from embedded C Sharp


https://www.nevron.com/Forum/Topic7690.aspx
Print Topic | Close Window

By Bob Smith - 11 Years Ago

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!