I\'m wondering how I can apply a CSS class to an ASP.NET Control (TextBox in this case) through the backend in C#. For example:
you can use attribute of ui controls
firstName.Attributes["css"]="Your Class Name";