正式版終於推出了,做個標記,可以徹底放棄atlas了,有時間時再來研究它.http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&DisplayLang=enOverviewASP.NET AJAX integrates client script libraries with the ASP.NET 2.0 server-based
Interview Questions : ASP.NET1. Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process. inetinfo.exe is the Microsoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET
Sometimes we need to persist the scroll position of a page after a post back and not reset to the top, In ASP.NET 2.0, you can use the SmartNavigation feature. However, setting SmartNavigation to true in the Page directive of an ASP.NET page is
By default, the control that is provided in a DataGrid's Edit Mode is the TextBox control, unless of course you are using EditItemTemplates, which is left for another discussion. In Edit mode, the TextBox is pretty wide. What if you want to make
Update (3 August 2004, 10:20) A simple but effective approach supplied by mike , check it out .Many of the bugs reported against ASP.NET applications have to do with unexpected user input. One common instance of this is when a user clicks a button,
Add the following directives in the Web.config file of the Web application between the <system.web> tag and the </system.web> tag: <!-- Clear out the WSS ASP.NET handler and specify the default ASP.NET handler for all pages. --><
Scott Guthrie在ALT.NET會議中展示了ASP.NET MVC Framework,它的CTP版本將於今年年底放出。這個架構將支援以下特性:為Controller提供原生的TDD模型支援支援ASPX作為一種視圖引擎(沒有ViewState和Postback)提供介面以使用其他的視圖引擎,如MonoRail提供對Controller對象產生的IoC支援和依賴注入支援完全支援對URL和導航的控制整個架構的模組都可以插拔(pluggable )關注分離(Separation of
自訂ASP.net 2.0 Membership的步驟,和entry 'AspNetSqlMembershipProvider' has already been added錯誤的解決 今天再新的系統裡面用上了membership這個功能,雖然很久以前就對他瞭解很多了,但是苦於公司裡面程式的局限性,一直都沒有機會使用它。今天再新的程式裡用上了,不過有一些東西微軟雖然考慮了很多嚴謹的配置,卻無形中給我們帶來了很大麻煩。例如使用者名稱密碼必須是那種強命名方式