ASP.NET 4 adds a wealth of features for client-side developers, including new ways of instantiating controls, a new infrastructure for managing libraries and some minor but much-needed tweaks. And ...
<asp:TextBox ID="tbFirstName" runat="server" CausesValidation="true" style="width: 50%;" /> <asp:RequiredFieldValidator ID="rfvFirstName" runat="server ...