I managed to update my repeater based on a dropdown change using the onItemChanged value in a DropDownList control.
Now I would like to use JQuery to do the same thing but without a complete page refresh.
Can anyone point me in the rifht direction?
Thanks
You can use an updatePanel to refresh specific parts of a page.
http://msdn.microsoft.com/en-us/library/bb399001.aspx
You can then use a client side script to add a “loading” graphic to make it obvious that a part of the page is refreshing its content.