try
{
string str = ConfigurationManager.ConnectionStrings["e_con_connection"].ConnectionString;
SqlConnection con = new SqlConnection(str);
SqlCommand cmd = new SqlCommand("GetProduct",con);
cmd.CommandType = System.Data.CommandType.StoredProcedure;
cmd.Parameters.AddWithValue("@ProductId", productid);
SqlDataAdapter da = new SqlDataAdapter();
DataSet ds = new DataSet();
da.Fill(ds);
}
catch (Exception e)
{
//throw new Exception(message.ex);
HttpContext.Current.Response.Redirect("~/Error.aspx?err=" + e.Message);
}
return ds;
을 시도하지만 보여 않습니다이름 DS 내가 내용에 <p>이름 DS</p>가 종료되지 않습니다 위대한 작업을 잡을 시도없이 동일한 코드를 사용할 때마다 내용에 종료되지이 오류가 난 위의 내 코드를 작성 캐치에게