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);
Difference between Rollup and Cube
14 years ago
No comments:
Post a Comment