Beispiel #1
0
    public string asyncGet_CaptCash_Items_Attachments(int Vessel_ID, int CaptCash_Details_ID)
    {
        UDCHyperLink aLink = new UDCHyperLink("DocURL", "../uploads/CrewAccount", new string[] { }, new string[] { }, "_blank");
        Dictionary <string, UDCHyperLink> dicLink = new Dictionary <string, UDCHyperLink>();

        dicLink.Add("Doc_Name", aLink);

        return(UDFLib.CreateHtmlTableFromDataTable(BLL_PB_PortageBill.Get_CaptCash_Items_Attachments(Vessel_ID, CaptCash_Details_ID),
                                                   new string[] { },
                                                   new string[] { "Doc_Name" },
                                                   dicLink,
                                                   new Dictionary <string, UDCToolTip>(),
                                                   new string[] { "left" },
                                                   "CreateHtmlTableFromDataTable-table",
                                                   "CreateHtmlTableFromDataTable-DataHedaer",
                                                   "CreateHtmlTableFromDataTable-Data"));
    }