I have a cart radbutton with a numeric total that is it's own control that sits on Default.aspx. The numeric total is called by a server side method.
I have a radwindow control that has the ability to add items to that cart.
Onclientclose of the radwindow, I need to find a way to refresh or postback that radbutton control to update my total cart items.
I DO NOT want the entire page to postback.
How can I accomplish this?
I have a radwindow control that has the ability to add items to that cart.
Onclientclose of the radwindow, I need to find a way to refresh or postback that radbutton control to update my total cart items.
I DO NOT want the entire page to postback.
How can I accomplish this?