I have three textbox
<asp:textbox id="txt1" runat=server>
<asp:textbox id="txt2" runat=server>
<asp:textbox id="txt1" runat=server>
<asp:button ID="btnCheck" text="check" runat=server onclick="btnCheck_Click">
I want the txt1, and txt2 required if the txt1 has values.
Can this be possible in javascript/jquery because i dont want to trigger the onclick event of the checkbox.