Hi,
There is nothing like Message.Show() in asp.net. If you want to show the messages then you can use javascript as follows:
ScriptManager.RegisterClientScriptBlock(this.Page, this.GetType(), "MyScript", "alert('Saved Successfully !!');", true);
For more details you can view
this[
^].
All the best.
--Amit