protected void
btnUpload_Click(object sender, EventArgs e)
{
System.Windows.Forms.MessageBox.Show("The Category Description has been repeated,
please make the necessary changes! ", "Template", MessageBoxButtons.OK, MessageBoxIcon.None);
if (MessageBoxButtons.OK ==
true)
{
Response.Redirect("ViewCategory.aspx");
}
}
|