How can I convert text that I type manually into the VS ASP.NET Designer into a Labe开发者_运维百科l control?
If you switch to source view, you can highlight the text you want to turn into a label, and then right click it and select "Insert Snippet". Click ASP.Net and then click Label.
精彩评论