I'm learning c# in web forms in these days

I want to display a MessageBox

I have tried this and It works

RegisterStartupScript("My message"<script language=javascript>alert('Hello World');</script>");

but I want to know if there is something like old MessageBox() in Visual c++ or MsgBox in Vb

Can You help me?

thanks in advance