ClickButton1 doesn't fire the click event. ClickButton2 fires. As you can tell, the only difference is the bloody alert() method. Can't figure out what the hell the problem is here.
This event is being called by this ASP.NET code: this.txtStudentID.Attributes.Add("onkeydown", "clickButton('OrgsIndividualDDL1:btnSubmit')");
Any ideas?
This event is being called by this ASP.NET code: this.txtStudentID.Attributes.Add("onkeydown", "clickButton('OrgsIndividualDDL1:btnSubmit')");
Any ideas?