11 2013 档案

摘要:在GridView中使用radioButoon方法一:javascript:var lastRadioSelected = null;function radioBtnClick(obj, dataId) { if (lastRadioSelected == null) { lastRadioSelected = obj.id; alert(lastRadioSelected); } else { var radio = document.getElementById(lastRadioSelected); radio.... 阅读全文
posted @ 2013-11-26 11:23 日光之下无新事 阅读(355) 评论(0) 推荐(0)
摘要:參考自:http://www.dotblogs.com.tw/puma/archive/2008/11/07/5910.aspxhttp://www.codeproject.com/Articles/19398/Example-for-FolderBrowserDialog-in-Chttp://www.dotblogs.com.tw/mis2000lab/archive/2011/09/26/fileupload_serverpath_2011.aspx選擇本機檔案的兩種方式:1.利用FolderBrowserDialog或OpenFileDialogpublic partial class 阅读全文
posted @ 2013-11-08 07:17 日光之下无新事 阅读(952) 评论(0) 推荐(0)