R
rblanchard
Guest
I figured out the issue. On my PageShow I would use JS to determine what page i was coming from. Based on the page I was coming from I would clear out the controls text/val. When I invoked my create call and returned an error I would display the error in a popup. Once I clicked ok my controls were being cleared because the PageShow event would fire and I was not testing for the Popup page. Thanks.
Continue reading...
Continue reading...