in ASP.NET we don't have messagebox,]
Code:
StringBuilder sb=new StringBuilder(0);
sb.Append("<script language=JavaScript>window.alert('Saved')</script>");
if(!this.IsClientScriptBlockRegistered("clientScript"))
this.RegisterClientScriptBlock("clientScript", sb.ToString());
RegisterClientScriptBlock writes that simple script in the top of the form.
_____________
Mehdi.
software student.