随笔分类 -  ASP.NET2.0&3.5

摘要:ASP.NET 2.0 Table control Table row and table cell can not use this property, 阅读全文
posted @ 2008-04-30 16:16 许晓光 阅读(157) 评论(0) 推荐(0)
摘要:By default, HTML elements within an ASP.NET file are treated as literal text and you cannot reference them in server-side code. To make these elements programmatically accessible, you can indicate tha... 阅读全文
posted @ 2008-04-29 10:53 许晓光 阅读(286) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2008-04-29 09:09 许晓光 阅读(165) 评论(0) 推荐(0)
摘要:3 tier 2 tier 阅读全文
posted @ 2008-04-23 12:51 许晓光 阅读(98) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2008-04-22 09:32 许晓光 阅读(120) 评论(0) 推荐(0)
摘要:Html table asp.net table control TableCell test = new TableCell test.Width=Unit.Percentage(6); 在ASP编程,我们可以创建复用的方法来输出表格,因为可以循环输出Table。 在ASP.NET2.0编程中,使用服务器控件,很难做到控件的复用。 阅读全文
posted @ 2008-04-18 09:12 许晓光 阅读(489) 评论(1) 推荐(0)
摘要:A circular reference may occur http://support.microsoft.com/kb/919284 Solution Add new user control 阅读全文
posted @ 2008-04-15 12:42 许晓光 阅读(765) 评论(0) 推荐(0)
摘要:The relative virtual path 'WebUserControl1.ascx' is not allowed here. To resolve this issue, move your WebUserControl from root directory to a sub directory. 阅读全文
posted @ 2008-04-10 17:54 许晓光 阅读(242) 评论(0) 推荐(0)
摘要:When running ASP.NET under IIS 6.0 ( W2K3 ), you need to place 1.1 applications and 2.0 applications in different Application Pools. You can have as many Application Pools as your RAM allows but, at ... 阅读全文
posted @ 2008-04-09 16:41 许晓光 阅读(255) 评论(0) 推荐(0)
摘要:http://www.startvbdotnet.com/aspsite/extras/deploy2.aspx 阅读全文
posted @ 2008-04-03 10:07 许晓光 阅读(178) 评论(0) 推荐(0)
摘要:安装WebApplicationProjectSetup.msi VS80-KB915364-X86-ENU.exe 阅读全文
posted @ 2008-03-31 14:33 许晓光 阅读(631) 评论(0) 推荐(0)
摘要:create a blank solution in VS2005, create ASP.NET web site, location with file system, 阅读全文
posted @ 2008-03-24 15:30 许晓光 阅读(153) 评论(0) 推荐(0)
摘要:The Single-File Page Model The Code-Behind Page Model http://msdn2.microsoft.com/en-us/library/015103yb.aspx 阅读全文
posted @ 2008-03-18 17:15 许晓光 阅读(107) 评论(0) 推荐(0)
摘要:http://msdn2.microsoft.com/en-us/library/ms973813.aspx 阅读全文
posted @ 2008-03-18 15:41 许晓光 阅读(201) 评论(0) 推荐(1)
摘要:http://msdn2.microsoft.com/en-us/library/aa730880(VS.80).aspx 阅读全文
posted @ 2008-03-18 15:35 许晓光 阅读(184) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2008-03-18 13:03 许晓光 阅读(159) 评论(0) 推荐(1)
摘要:xmlns:v="urn:schemas-microsoft-com:vml" 阅读全文
posted @ 2008-03-14 17:26 许晓光 阅读(203) 评论(0) 推荐(0)
摘要:1using System; 2using System.Data; 3using System.Configuration; 4using System.Collections; 5using System.Web; 6using System.Web.Security; 7using System.Web.UI; 8using System.Web.UI.WebControl... 阅读全文
posted @ 2008-03-03 09:50 许晓光 阅读(209) 评论(0) 推荐(0)
摘要:ASP.NET2.0 Callback! C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\... 阅读全文
posted @ 2008-03-03 09:26 许晓光 阅读(192) 评论(0) 推荐(0)