//ASP.NET?? MessageBox.Show("abc","123")???MessageBox is in Windows.Forms namespace, why do you need to popup a message box on the server side?? use 
Response.Write("abc=123");
instead