hi team, how can you reset asp control inside a form using javascript?
Code:<script language="javascript"> resetform(){ form1.reset(); }Code:<form id="form1> ...more codes here for asp controls <input id="Button4" type="button" value="button" onclick="javascript:resetfom();" /> </form>


Reply With Quote

