Hi,
Having some touble with one of my buttons - EmptyCartBtn. When the button is clicked it appears as if nothing happens, but when it is clicked the second time, the associated method is called.
When i debug it, it looks as if it should work the first time around (ie it reaches the associated method) but in practice it doesnt.
In a nut shell, i have a sub routine EmptyCartBtn.cl ick that calls a method in another code file. While it works, you have to click the button twice for it to work.
Very weird. Any ideas? Any help Much Appreciated!
Cheers
Matt
Having some touble with one of my buttons - EmptyCartBtn. When the button is clicked it appears as if nothing happens, but when it is clicked the second time, the associated method is called.
When i debug it, it looks as if it should work the first time around (ie it reaches the associated method) but in practice it doesnt.
In a nut shell, i have a sub routine EmptyCartBtn.cl ick that calls a method in another code file. While it works, you have to click the button twice for it to work.
Very weird. Any ideas? Any help Much Appreciated!
Cheers
Matt
Comment