Control Naming Conventions for ASP.NET VB C#

These control naming conventions may help provide some organization. Visual Studio sets Name properties to defaults for controls, like Label2. Using these conventions it would be something like lblName. ASP.NET Control Naming Conventions ASP.NET Control Naming Conventions are prefixed to the name, such as, lblName or rptEmployee. Control Naming Conventions List If I’ve left a naming convention out please feel … Continue reading Control Naming Conventions for ASP.NET VB C#