
ASP.NET
daidaoke2001
这个作者很懒,什么都没留下…
展开
-
the difference between ClientID and ID of web control
Basically, The ID of web control should be used on serverprogramming, and the ClientID should be used on Client, pretty basic.if you want to use the ID of web control on Client, you will find it原创 2005-08-19 10:35:00 · 933 阅读 · 0 评论 -
Uncle Chutney's ASP.NET articles
The articles about ASP.NET written by Uncle Chutney are great, he explains common troubles and questions lot of programmers like me encounter and worried about, explian complex things using simply an原创 2005-08-20 20:05:00 · 966 阅读 · 0 评论 -
Upgrading from ASP.NET 1.1 to 2.0
Recently Im working on the stuff that upgrading a ASP.NET 1.1 project to ASP.NET 2.0(of course, I mean visual studio 2005 beta 2). Before starting this stuff, my colleague in U.S and I both think原创 2005-08-19 11:32:00 · 1031 阅读 · 0 评论 -
My namespace disappear in ASP.NET 2(beta2)?
When you create your first ASP.NET 2.0 Web Page. You may say:"Oh!", theres no default namespace in your code-behind cs file? OK, lets add one, we think every object should be in one certain names原创 2005-08-20 02:16:00 · 1062 阅读 · 0 评论 -
JavaScript operators( from Javascrip: The definitive guide, 4th guide)
Table 5-1. JavaScript operators PAOperatorOperand type(s)Operation performed15L.object, identifierProperty access L[]array, integerArray index L( )function, argumentsFunction call Rnewconstructor call原创 2005-09-23 14:10:00 · 1008 阅读 · 0 评论 -
How does the certain version of a certain brower support the JavaScript Standard?(come from Javascript:The definitive guide, 4th
Table 1-2. Client-side JavaScript features by browser BrowserLanguageDOM capabilitiesNetscape 2JavaScript 1.0Form manipulation Netscape 3JavaScript 1.1Image rollovers Netscape 4JavaScript 1.2DHTML wit原创 2005-09-23 13:23:00 · 999 阅读 · 0 评论