Ejemplo n.º 1
0
    public string asyncGet_Agents_By_Request(string Request_ID)
    {
        BLL_TRV_QuoteRequest objQtnReq = new BLL_TRV_QuoteRequest();

        return(UDFLib.CreateHtmlCheckBoxList("htmlchkremark", "hdfhtmlchkremarkcount", objQtnReq.Get_Agents_By_Request(int.Parse(Request_ID)), "SHORT_NAME", "id", "horizontal", 2, "htmlchkremark-css"));
    }