Your best source of information and news about Vista hardware , drivers and vista on the internet お客様の最良の情報源とビスタのハードウェアについてのニュースは、インターネット上でのドライバビスタ

Vista ARTICLESビスタの記事 TOP 50トップ50 Vista VIDEOSビスタビデオ Vista SOFTビスタ柔らかい Vista HELPビスタヘルプ

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.役立つことを期待します。

Popularity: 4%人気度: 4 %


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 ヒントやテクニック .

Related articles関連記事

No commentsコメントはありません

There are still no comments on this article.そこに、この記事のコメントはまだありません。

Leave your comment...あなたのコメントを残す...

If you want to leave your comment on this article, simply fill out the next form:あなたのコメントを残す場合は、この記事には、次のフォームにご記入いただくだけ:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> .これらのXHTMLにタグを使用することができます:の<a href="" title=""> <abbr title=""> <acronym title=""> <blockquote cite="">の[ <b>の<code>の<em> <私>の[ <strong>て<strike> 。