摘要: 1 var strsql = "insert into Staff_Answer (ExamTitleID,QuestionsID,MultipleChoice,RightOption,AnswerOption,IsRight,Score,StaffScore,Remark,State,Crea... 阅读全文
posted @ 2015-03-20 00:53 嘿嘿v8v 阅读(665) 评论(1) 推荐(0)
摘要: 1 public String StrSort(string Str) 2 { 3 var tempOption = Str.TrimEnd(',').Split(','); 4 var text = ""; 5 ... 阅读全文
posted @ 2015-03-20 00:44 嘿嘿v8v 阅读(515) 评论(4) 推荐(0)
摘要: 感谢网上的一位朋友 1 /// 2 60 /// 将集合类转换成DataTable 3 61 /// 4 62 /// 集合 5 63 /// 6 64 public static DataTab... 阅读全文
posted @ 2015-03-20 00:42 嘿嘿v8v 阅读(442) 评论(2) 推荐(0)
摘要: 希望高手朋友给我留下美好的意见,在此先感谢您!前台代码repeater: 1 2 View Code 1 2 3 4 题目: 5 6 ... 阅读全文
posted @ 2015-03-20 00:32 嘿嘿v8v 阅读(592) 评论(0) 推荐(0)