DataTable tt = new DataTable();
DataRow row = tt.NewRow();
………………
tt.Rows.Add(row);
……………………
GridView1.DataSource = tt;
GridView1.DataBind(); 對(duì)頁(yè)面輸出直接輸出了<a href='#'>;aaa</a>這一段, 怎么樣才能讓它是一個(gè)A標(biāo)記, 而不直接輸出字符?
- 2 回答
- 0 關(guān)注
- 642 瀏覽
添加回答
舉報(bào)
0/150
提交
取消