Is there a way to Ajaxify a usercontrol from a button on another usercontol if both are nested in a Masterpage. I hope that makes sense.
The scenario is a product detail page in an ecommerce package. When the user clicks the add to cart in the product detail ascx, I was hoping to write the product to the cart db and then call a specific sub on the small cart ascx that would then show the updated list. Or simply refresh the small cart ascx and in the page_load it will show the updated list.
Sincerely,
Ben
The scenario is a product detail page in an ecommerce package. When the user clicks the add to cart in the product detail ascx, I was hoping to write the product to the cart db and then call a specific sub on the small cart ascx that would then show the updated list. Or simply refresh the small cart ascx and in the page_load it will show the updated list.
Sincerely,
Ben