// Obtain stored procedure from the physical database for Custom Content. public string WrGetCustomSp(string CustomDtlId, byte DbId, string dbConnectionString, string dbPassword) { using (Access3.WebAccess dac = new Access3.WebAccess()) { return(dac.WrGetCustomSp(CustomDtlId, DbId, dbConnectionString, dbPassword)); } }