Sunday, May 17, 2009

Alert Message in ASP.net

public static string GetAlert(string Message)
{
string Script = "";
Script += "";
return Script;
}

I code behind:

Script = VetCareUtilities.GetAlert("File does not exists");
Page.ClientScript.RegisterStartupScript(typeof(Page), "Filedoesnotexists", Script);

No comments:

Post a Comment

 
Locations of visitors to this page