ASP.NET

ページのタイトル(...)の内容を動的に変更するには

概要 サンプル moo.aspx <title id="myTitle" runat="server"></title>moo.aspx.vb(コードビハインド) myTitle.InnerText = "ページ・タイトルを設定" 関連 [ATMARKIT]http://www.atmarkit.co.jp/fdotnet/dotnettips/131pagetitle/pagetitle.html InnerText

ロールオーバーを実装するには

概要 イメージボタンにマウスをあわせると色が変わったりするページがあります。 このページでは、このようなロールオーバーを実装するためのサンプルスクリプトを 提供します。 マウスポインタをボタンに乗せたり、クリックしたときに画像を差し替えるため…

ファイルをダウンロードする ASP.NET Web ページで日本語ファイル名が文字化けする

聞かれたので,回避策を伝えた。 ASP.NET 1.0, 1.1 や Internet Explorer の設定では、これらの現象を回避することはできません。ファイル名に使用する文字をご検討ください。 なお、ASP.NET Web アプリケーションにて Content-Disposition を含む HTTP ヘッ…

inprocを使うと予期しないタイミングでセッションを失う可能性があります。

ステートモードを変えよう。 Session Data Is Lost When You Use ASP.NET InProc Session State Mode

MsgBox(笑)

だから、WebアプリでMsgBoxは使っちゃいけないって。 例外の詳細: System.InvalidOperationException: アプリケーションが UserInteractive モードで実行されていないときに、モーダル ダイアログまたはフォームを表示することは有効な操作ではありません。…

VS2008エディタとパフォーマンス改善のHotFixが出ています。

One of the things we are trying to do with VS 2008 is to more frequently release public patches that roll-up bug-fixes of commonly reported problems. Today we are shipping a hot-fix roll-up that addresses several issues that we've seen rep…

WebアプリにMsgBox(MessageBox)はつかっちゃダメだってばよ

詳しくはgoogle:ASP.Net Tips/42参照 行 19: MsgBox(ipAddr.ToString(), MsgBoxStyle.OkOnly)

SYSTEM.WEB in .NET Framework3.5

NEW35は .NET Framework3.5で追加になったもの。 System.Web HttpApplication HttpCookie HttpRequest HttpResponse HttpRuntime HttpServerUtility System.Web.ApplicationServices NEW35 AuthenticationService NEW35 ProfileService NEW35 RoleService NE…

DoSのExploitが発見された模様

うへー>AUX(予約デバイス) CONとか、PRNとか、NULとかはだいじょうぶなのかしらん IIS7はどうだろう... #When sending multiple parallel GET requests to a IIS 6.0 server requesting #/AUX/.aspx the server gets instable and non responsive. This h…

*.jsxファイル...

ASP.NET Futures(07年5月版)には、 Managed JScriptが搭載されているようです。 http://quickstarts.asp.net/Futures/@ Page Language="ManagedJScript" http://quickstarts.asp.net/Futures/util/srcview.aspx?path=~/dlr/samples/ManagedJScript/FormCo…

次バージョンのASP.NETの足音が聞こえてきました

QuickStatTutorialがもう公開されています。要チェック Microsoft ASP.NET Futures (May 2007): Documentation and Resources This topic is Microsoft ASP.NET Futures pre-release documentation and is unsupported by Microsoft. Blank topics are inclu…

でCookie の設定と取得をする方法

聞かれたので。MsgBoxヤバス。 Cookie の設定と取得をする方法

IIS 7.0 から使用する Web ページが Windows XP から Windows Vista へコンピュータをアップグレードした後に、 .aspx ファイルのソース コードを表示することがある

開発環境のアップグレードインストールに注意。 FIX: A Web page that is served from IIS 7.0 may display the source code for the .aspx file after you upgrade a computer from Windows XP to Windows Vista

Control Toolkitに魅力的なコントロールがさらに追加

Control ToolkitはCodePlexコミュニティ発のツールキットです。 See: http://ajax.asp.net/ajaxtoolkit/ See: http://www.codeplex.com/Wiki/View.aspx?ProjectName=AtlasControlToolkit オートコンプリート(日本語OK!) AutoComplete Demonstration カレ…

aspnetresources.com/tools

使う予定なのでメモ Tools And Services On This Site

WPF/E ASP.NET Server Control & API

IDEでちゃんと、あー。すげー。あとでよみたい。 WPF/E ASP.NET Server Control

VSUG DAY2006 Winterフォローアップ:UpdatePanelの効果を実感できるデモ。

大野さんのデモが参考になります。 [Atlas による AJAX 開発(UpdatePanel による部分更新)] ※640x480、250kbps、5分32秒、音声なし 途中で、Atlas のためのバイナリモジュールを手作業で追加していますが、これは最初のプロジェクトを作るときに「"Atlas" …

UpdatePanelのテスト

ajax!!!!!!!!!!!!!!!!!!!!! UpdatePanelのテスト VWDHosting.net lets you try out Visual Web Developer 2005 Express Edition and ASP.NET 2.0 by uploading your web sites to a live web server (this type of service is called [Web hosting]. The VWD…

WSS3.0 RTM

Windows SharePoint Services 3.0 - 日本語版がリリースされました。 Windows SharePoint Services is a versatile technology that organizations and business units of all sizes can use to increase the efficiency of business processes and improve …

Search Results for - "ASP.NET"

ダウンロードまとめ。 Search Results for - "ASP.NET" language: English 179 results found; results 1-20 shown

Microsoft Best Practices Analyzer 1.0(w/ ASP.NET 2.0 configuration plug-in)

Me: Joe Morel's Blog : Microsoft Best Practices Analyzer 1.0 Released (w/ ASP.NET 2.0 configuration plug-in)">The Microsoft Best Practices Analyzer is a tool and framework that allows for the analysis of system elements against predefined …

今月のMicrosoftUpdateでASP.NET 2.0 の脆弱性がFixされます。

ASP.NET1.xは対象外。 「LASTFOCUS とクロスサイト スクリプティングの脆弱性」 - CVE-2006-3436

「ウェブパーツ」を使用してレイアウトをカスタマイズできるページを作る方法

http://www.microsoft.com/japan/msdn/asp.net/tips/WebParts1/default.aspx

高パフォーマンス ASP.NET アプリケーションの開発

ヒントが満載。 太字の部分だけでも目を通してくださいネ。 このトピックのガイドラインでは、ASP.NET Web アプリケーションの最大スループットを実現できるテクニックを示します。ガイドラインは次のセクションに分けられます。 PAGから。これもためになり…

ASP.NET関連のバーチャルラボ

ヴァーチャルラボはインターネット経由でVMRCを使用してラボ環境のVMに接続し、 ハンズオントレーニングを行うものです。 バーチャルラボを使用して、ハンズオントレーニングを行うことができます。

ScottGu's Blog : ASP.NET 2.0 Tips/Tricks TechEd Talk Posted

スライドとサンプルゲッツ You can download the slides + samples from my talk here. The samples are number in numbered order and correspond to the slides:

910443 -

機械翻訳が、きっつい。

フォーム認証の基礎知識

きかれたので フォーム認証を使用しているとき、セキュリティで保護されたファイルやリソースにアクセスしようとする未認証のユーザーによってトリガされるイベント、つまり、URL 認定によってユーザーのアクセスが拒否される順序を図 8.5 に示します。

セッションタイムアウト豆知識

まとめました→ASP/ASP.NETのセッションタイムアウトの既定は20分 - aspxの日記2009IISで設定できるがSession.Timeout=n で指定することもできる。この場合、後者が有効。 ClassicASPならGlobal.ASAの、ASP.NETならGlobal.ASAXの セッション開始契機で設定す…