Hello,
I am trying to use the example from the website below but I keep getting an error on the line where the 'live' function starts.
http://www.aspforums.net/Threads/919992/Display-details-of-ASPNet-DataList-Item-in-jQuery-Dialog-Modal-popup-on-button-click/?s=1#Replies
The error message is:
Unhandled exception at line 13, column 9 in 0x800a01b6 - Microsoft JScript runtime error: Object doesn't support this property or method.
I researched and it seems like the live function may have been removed from jQuery but I am not sure why it works fine in the example, I am referring to the same site where this example points to i.e:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/jquery-ui.js" type="text/javascript"></script> & ...

Go to the complete details ...