Hi Muhammad,Thank u for your response,but i take login control in that it have predifined validation group for usernae,password .(i take standard Login control
<asp:Login ID="LoginTest" runat="server" Style="z-index: 101; left: 24px; position: absolute;
top: 33px">
</asp:Login>
<asp:LinkButton ID="ForgetPwd" runat="server" Style="z-index: 100; left: 25px;
position: absolute; top: 193px" ValidationGroup="LoginTest">ForgetPassword</asp:LinkButton>
<asp:Label ID="lblMsg" runat="server" Style="z-index: 103; left: 172px; position: absolute;
top: 192px" Text="Label"></asp:Label>
In my requirement i validate only username textbox when customer click forget password ,For
Example User is not enter any thing in username textbox and click forget button but it validate for both username and password it dispays errormessage for both.
but i want validate only for username
kindly help me in this regard