Hi all,
i havw make a page for user entry..now i'm uisng
<asp:RequiredFieldValidator ID="CmpCode" ErrorMessage="*" runat="server" ControlToValidate="txtCmpCode"></asp:RequiredFieldValidator>
to make a validation but not enough space..
anybody have any suggestion to make a validation rather than diaplay the error message?
i'm thinking about just red bold the textbox but not found yet..
anybody knows?