HyperLinkCellType hl = new HyperLinkCellType();
hl.Target = "_self";
hl.NavigateUrl = String.Format("{0}?custid={1}&company={2}&customer={3}&sortby={4}", url, custcode, company, customer, sortby);
請問要hl.NavigateUrl = 要調用JAVASCRIPT要怎麼寫? |
|