ASP.NET 2.0 Server Side Comments asp.net 2.0サーバサイドのコメント
Ever wonder how to write comments within an aspx file?ワンダーこれまでどのようにコメントを書くaspxファイル内にあるか? <!– –> won’t cut it as it gets processed on the server side and the resulting HTML will contain the commented code as processed. < ! -- >カットすることはないとしては、サーバ側で処理することを取得すると、結果のH T MLコードが含まれ、コメントとして処理しています。 Enter, <%– –%>.入力は、 " < % -- %> "です。 There are 2 ways you can truly comment on an aspx file.そこには2つの方法真にコメントをすることができます。 aspxファイルです。
One way. 1つの方法です。 for example,たとえば、
<%– " < % -
Anything within this block will not be parsed/handled by ASP.NET.このブロック内で何もされませんパース/ asp.net処理される。
<asp:TextBox runat=”server”></asp:TextBox> <asp:textbox runat="server"> < / ASPの:テキストボックス>
–%> -% > "
And here is the other visual way of doing it,そしてここでは、他の視覚的なやり方には、

Hope it helps.役立つことを期待します。
Written by askars. askars書かれています。 Read more great feeds at is source 偉大なフィードでは、ソースの続きを読む WEBSITE ウェブサイト
no comments コメントはありません . 。
Read more articles on こちらの記事を読む howto ガイド and と ASP.NET asp.net and と .Net 。当期純 and と Visual Studio ビジュアルスタジオ and と Tips and Tricks ヒントやテクニック . 。
- [+] Digg [ + ]米 : Feature this article :この記事の特徴
- [+] Del.icio.us [ + ] del.icio.us : Bookmark this article :この記事をブックマークする
- [+] Furl [ + ]巻き上げる : Bookmark this article :この記事をブックマークする














