gridview根据数据中的数据动态添加控件
摘要:
//根据数据中的数据动态添加控件function AddRow(){ if(xmlHttp==null) { creatXhttp(); } xmlHttp.open("get","Apply.aspx?type=1",true); xmlHttp.onReadyStateChange=function () { if(xmlHttp.readyState==4) { types=xmlHttp.responseText.split(','); var table = do... 阅读全文
posted @ 2013-12-31 13:44 あ类 阅读(315) 评论(0) 推荐(0)
浙公网安备 33010602011771号