G
Guest
How do i reference a control in the following scenario?
Master page has an ascx file which show the total items and value in a
shopping cart (using Profile data)
This needs to be updated when the cart is changed / amended.
The file structure =
master1.master with cartTotal.ascx with a label - lblTotal
shoppingCart.aspx with cart.ascx with events - CartGrid_RowUpdating etc
What i need to do is when the CartGrid_RowUpdating event fires i'd like to
reference the lblTotal in the cartTotal.ascx/ master1.master file and update
its contents.
Any suggestions?
Master page has an ascx file which show the total items and value in a
shopping cart (using Profile data)
This needs to be updated when the cart is changed / amended.
The file structure =
master1.master with cartTotal.ascx with a label - lblTotal
shoppingCart.aspx with cart.ascx with events - CartGrid_RowUpdating etc
What i need to do is when the CartGrid_RowUpdating event fires i'd like to
reference the lblTotal in the cartTotal.ascx/ master1.master file and update
its contents.
Any suggestions?