Hello All,
Urgent please guide me and my code is
<asp:DropDownList ID="cmb1" runat="server" Width="100px" ></asp:DropDownList><asp:RequiredFieldValidator ID="req5" runat="server" ControlToValidate="cmb1" ErrorMessage="" InitialValue="" ></asp:RequiredFieldValidator>
but its not firing and i hav added Causesvalidation=true fro button in which i want to do my required validator function