Hello
I'm trying to hide/show the Dialog object using javascript. When I call:
<%=Dialog1.ClientID %>.Show();
I get a JS error that the object doesn't support this property or method. The documentation seems to imply that for the AJAX library I don't need to worry about copying client side JS files to my web server. Is there anything I need to do to ensure this works?