Click here to Skip to main content
15,894,267 members

Comments by Sathish km (Top 179 by date)

Sathish km 9-Jun-17 6:30am View    
Thanks for ur reply. I got it
Sathish km 29-Sep-16 5:50am View    
hi vincent, i got the answer thank you for reply
Sathish km 27-Sep-16 2:21am View    
thank a lot....
Sathish km 27-Sep-16 2:16am View    
i replaced that code with

$("#<%=btnClear.ClientID %>").live("click", function () {
alert('live btnClear')
$('body').css('overflow', 'hidden'); // Hide the scrollbar
});

now it's working fine
Sathish km 27-Sep-16 1:15am View    
No. i can't able to call this $("#<%=btnClear.ClientID %>").click(function () not more than once

this event will trigger correctly (protected void btnSubmit_Click(object sender, EventArgs e))