Click here to Skip to main content
15,896,348 members

Comments by Member 10578683 (Top 200 by date)

Member 10578683 2-Apr-15 7:16am View    
my Button2 is present in popup window and ImageButton10 present in parent page
Member 10578683 2-Apr-15 6:36am View    
document.getElementById('<%=ImageButton10.ClientID%>').Click();
On writing this an error ImageButton10 does not exit in current context is showing
Member 10578683 18-Mar-15 7:44am View    
I am not understanding how will I register the assembly of time picker
Member 10578683 16-Feb-15 2:43am View    
yes I have put the getElementById result in textbox1 and textbox2
Member 10578683 16-Feb-15 2:32am View    
hmm. Error is coming in the line
if ((txtbox1.value == txtbox2.value) && (i != j)) {