随笔分类 -  Visual Studio

摘要:"lc.exe"已退出 代码为-1 的解决方法是:删除Properties下的licenses.licx,然后再重新生成解决方案 阅读全文
posted @ 2009-04-03 14:37 CowboyRyan 阅读(3902) 评论(2) 推荐(1)
摘要:这里记录下经常用到的三个方法 1.GridView_RowCreated 1protected void gridview_RowCreated(object sender, GridViewRowEventArgs e) 2{ 3 if (e.Row.RowType == DataControlRowType.DataRow) 4 { 5 6 LinkBu... 阅读全文
posted @ 2007-12-12 16:50 CowboyRyan 阅读(370) 评论(1) 推荐(0)