古詩詞大全網 - 成語查詢 - asp.net 動態表格顯示邊框怎麽實現?

asp.net 動態表格顯示邊框怎麽實現?

myTable.Attributes.Add("border", "1");

再設置屬性,如:

table.Attributes.Add("border", "1");

table.Attributes.Add("width", "100%");

table.Attributes.Add("cellspacing", "0");

table.Attributes.Add("bordercolor", "DarkGray");

table.Attributes.Add("BorderStyle", "Solid");

ASP.NET是.NET FrameWork的壹部分,是壹項微軟公司的技術,是壹種使嵌入網頁中的腳本可由因特網服務器執行的服務器端腳本技術,它可以在通過HTTP請求文檔時再在Web服務器上動態創建它們。 指 Active Server Pages(動態服務器頁面) ,運行於 IIS(Internet Information Server 服務,是Windows開發的Web服務器)之中的程序 。