摘要:
void dgResult_CellPainting(object sender, DataGridViewCellPaintingEventArgs e) { if (e.ColumnIndex == 0 && e.RowIndex != -1) { using ( Brush gridBrush = new SolidBrush(this.dgResult.GridColor)... 阅读全文
摘要:
stringstr = "{\"wang\":\"wang\",\"tiang\":\"tttt\"}XmlHttpHelper.transmit(true, "post", "text", "WebForm1.aspx", call, null);function call(respones) {var p = eval("(" + respones + ")");alert(p.wang);}... 阅读全文