I have a asp.net #c SlideShowControl in a default.aspx page.  The
SlideShowControl uses jQuery to set the xml file of image urls that
the control displays with a $(document).ready( ...) function.  How can
I re-wrte this on client callback so that the xml image file
referenced can change on the client.  I know how to trigger the client
call back to the server, what I don't know how to do is to purge the
previously constructed $(document).ready to be re-written.

????

Reply via email to