vb.net - Command for c# to direct page -
how create code check if there no item in cart, page on home page, frmhome
. if there item in cart, directed frmincart
.
my code,
private sub picmycart_click(byval sender system.object, byval e system.eventargs) handles picmycart.click me.close() frmitemincart.show() end sub
thank you.
if (itemincart = true) frmitemincart.show() 'or maybe: frmincart.show() since weren't clear that, either... else frmhome.show() end if
vb.net
No comments:
Post a Comment