摘要:
1. install all features in IIS2. Try the following steps to register it.run %windir%\Microsoft.NET\Framework\v4.0.21006\aspnet_regiis.exe -i或运行,跳出如下错误:开发环境是Window Server2008, Visual Studio2010。出现原因:在安装开发环境时有关模块的安装顺序不太正确引起。(如先安装.NetFramework v4.0后安装IIS)解决方法:一、修复 .NET Framework 4.0.针对 32 bit or 64 bit 阅读全文
posted @ 2013-09-03 16:15
VipSoft
阅读(560)
评论(0)
推荐(0)
摘要:
protected void Page_Load(object sender, EventArgs e){ ScriptManager sm = Page.Master.FindControl("ScriptManager1") as ScriptManager; if (sm != null) { foreach (GridViewRow item in gvInvoiceHistory.Rows) { LinkButton lbtnTemp = item.FindControl("btnInvoiceNumber") a... 阅读全文
posted @ 2013-09-03 11:04
VipSoft
阅读(2012)
评论(0)
推荐(1)
浙公网安备 33010602011771号