Why do I get the error message "System.InvalidOperationException: It is invalid

You can't use MsgBox or MessageBox.Show in ASP.NET WebForm. You maybe use:

VB.NET

Response.Write()

C#

Response.Write() ;