摘要:
前端框架:Amaze UI:http://amazeui.org/getting-startedBootstrap:http://www.bootcss.com/响应式布局:PropertyDescriptionwidthWidth of the viewport in pixels (or dev... 阅读全文
posted @ 2015-01-20 17:25
peter cheng
阅读(291)评论(0)推荐(0)
摘要:
如图:exception说的比较清楚了,已经从list里删除的这行就不能再读取了,所以在读取之前做一个判断去处理就可以了: For Each coderow As CourseDataset.T_RO_COURSERow In Me.m_myAllCoursesDS.T_RO_COURSE.Rows If coderow.RowState <> DataRowState.Deleted Then dMoeCode = coderow.MOE_CODE End If Next 阅读全文
posted @ 2012-07-26 14:53
peter cheng
阅读(972)评论(0)推荐(0)
摘要:
if you add a reference to Microsoft Excel and then try to use it within your ASP.NET application you may receive the following error.Server Error in '/excel' Application. Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the follow 阅读全文
posted @ 2011-12-02 17:51
peter cheng
阅读(1219)评论(0)推荐(0)