protected void btnDelete_Click(Object Sender, EventArgs e) { oForecast.DeleteResponse(Int32.Parse(Request.Form[hdnId.UniqueID])); Response.Redirect(Request.Path); }