jquery .net not firing the function $.ajax

Posted by user279474 on Stack Overflow See other posts from Stack Overflow or by user279474
Published on 2010-04-30T07:29:46Z Indexed on 2010/05/03 7:18 UTC
Read the original article Hit count: 158

Filed under:
|

hi, im using jquery in asp.net, if i try to use $.ajax functionality, i got this

  1. if i use it in a separate page it works..
  2. when i put it in an ascx and put the ascx out of <form runat="server" >... tags it works
  3. if i put it between <form> tags , jquery works but it doesnt fire $.ajax event

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about c#