SyntaxFix
Write A Post
Hire A Developer
Questions
You may use MessageBox if you want but it is recommended to use alert (from JavaScript) instead.
MessageBox
alert
If you want to use it you should write:
System.Windows.Forms.MessageBox.Show("Test");
Note that you must specify the namespace.