http://forums.asp.net/1064112/ShowPost.aspx Hi, behaviors are Atlas components that allows to dynamically add/remove client-side functionality from controls. For example, if I want to handle click and keypress events, I could attach the corresponding behaviors to an Atlas control. Then, if I don’t want to handle the click event anymore for that control, all I have to do… Read More


      http://dict.jiangws.net .NET An Atlas behavior to handle text changes dotnetnuke module ajaxdictionary JAVA Using an AJAX Text Completion Component サンプル Dictionary .hm – Free Online Dictionary – Searchable, Live English-Japanese Dictionary objectgraph Dictionary… Read More


Atlas notes : An Atlas behavior to handle text changes: user on the ASP.NET Forums (dleffel, in this thread) has an interesting requirement. Basically, he wants a ‘changed’ event to be fired when the text in an input field changes, but only after the user has paused/stopped typing for a certain amount of time. To… Read More


自家製の辞典で中国語検索時にミスがありまして、調べた結果は: パラメータオブジェクトのデータ型をAnsiStringに指定しています。 これをStringに変更したら、OKです。 よかった!!!… Read More


ASP.NET is a programming structure built on the common language runtime. This structure can be used on a server to build powerful Web applications. ASP.NET 2.0 improves upon the base of advantages by adding support for many new features in: Developer Productivity Administration and Management Extensibility Performance The following gives an explanation on the enhancements.… Read More


同じ IIS プロセスで、異なる 2 つのバージョンの ASP.NET を実行することはできません。サーバーを再構成して、異なるプロセスでアプリケーションを実行するには、IIS 管理ツールを使用してください。 問題の解決方法: From:http://msdn.microsoft.com/library/ja/default.asp?url=/library/ja/cpguide/html/cpconconfiguringaspnetapplicationforaspnetversion.asp      MSDN Japan Home >  MSDN Library Japan >  .NET Framework >  アプリケーションの構築 >  ASP.NET Web アプリケーションの作成 >  ASP.NET での side-by-side 実行のサポート .NET Framework 開発者ガイド    ASP.NET バージョン用の ASP.NET アプリケーションの構成   既 定では、既に .NET Framework がインストールされているコンピュータに新しいバージョンの .NET Framework をインストールすると、すべての ASP.NET アプリケーションは自動的にこのバージョンの .NET Framework を使用するように更新されます。例外は、互換性のないバージョンのランタイムにバインドされているアプリケーションや、ランタイムの以降のバージョンにバ… Read More