asp.net - Page postback even after showing validation summary -
I have a masterpiece, the same old header, footer, and content section. I have different ASPX pages on this master page but each ASPX has a web user control.
Masterpages for the former -> sitemaster. ASPX -> BuildBid.spx, Web Control -> BuildBid.Saxx
I have used the verification control within the web control to show the verification summary in the same control. The problem here is that, there is a Page Postback even if verification fails. Verification summary is also shown, but the page has been postmarked.
Can anyone do this why this is happening?
Although the page has been postbacked, no code has been executed. For the past, if I'm clicking on submit button, nothing is presented, I can see the verification summary or message box but the page is refreshing. If I'm considering simple ASPX without the masterpage, then the page works perfectly with refresh without verification.
Thank you for sharing your precious time.
< / Div>Take a look at this: this may be your answer
Comments
Post a Comment