Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to see the programming code of the label, I don't want to modify, but I don't know how to see.

Does anyone know how to see it?

Thanks
Posted

1 solution

Label is inherited from System.Web.UI.HtmlControlsNamespace.


Declare a label in Code behind page and press F12 selecting Label , you will get the Label class

C#
Label label = new Label();
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900