Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
156 Points
520 Posts
Mar 30, 2012 09:28 AM|LINK
coolpal9 Ok will do that.
Ok will do that.
Here is the code:
public DataTable FetchHoliday()
{
try
return SqlHelper.ExecuteDataset(ConnStr, CommandType.StoredProcedure, "[usp_SHR_BDM_Fetch_Holiday_Master]").Tables[0];
} catch (Exception ex)
throw ex;
}
coolpal9
Member
156 Points
520 Posts
Re: calendar control: how to remove holidays and update it in the database
Mar 30, 2012 09:28 AM|LINK
Here is the code:
public DataTable FetchHoliday()
{
try
{
return SqlHelper.ExecuteDataset(ConnStr, CommandType.StoredProcedure, "[usp_SHR_BDM_Fetch_Holiday_Master]").Tables[0];
}
catch (Exception ex)
{
throw ex;
}
}