NOTE: make sure that this function is being called when a radio buttion will be checked. You can call it where ever you want as per your requirement.
protected void Page_Load(object sender, EventArgs e) { Rbtn_yes.Attributes.Add("onclick", "javascript:return EnableDesable()"); }
No comments:
Post a Comment