- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
protected void SubmitOk_ServerClick(object sender, EventArgs e)
{
----- здесь код
bool lOk = true;
try
{
lSurvey.Save(int.Parse(mId.Value));
}
catch (Exception ex)
{
lOk = false;
Util.ShowAdminError(ex.Message, this.Page);
}
if (lOk) Response.Redirect("AdminSurvey.aspx");
}
Комментарии (0) RSS
Добавить комментарий