Click here to Skip to main content
15,884,388 members

Comments by Tanveer A (Top 4 by date)

Tanveer A 27-Feb-13 0:46am View    
thankx mr. haris
Tanveer A 17-Nov-12 2:11am View    
just using simple javascript
plz tell me how to solve this by jquery
Tanveer A 22-Dec-11 0:48am View    
<asp:TextBox id="txt" runat="server" onchage="validate(this);"/>
Tanveer A 21-Dec-11 23:45pm View    
$(".CancelUpload").live("click",(function () {
xhr = new XMLHttpRequest();
xhr.abort();
});