N
Nutan
Hello,
I am facing a problem in using PostbackUrl property in asp.net.
I have set value for PostBackUrl property of asp:Button control.
Fine, that it redirects user to another page, allowing me to access all
properties, controls of previous page.
But problem comes when my current page is having some error and i want to
report these errors to user,
but instead of staying on the same page, it redirects user to another page.
How can i stop user to be redirected to another page, when PostbackUrl
property is set.
Thanx and Regards
Nutan
I am facing a problem in using PostbackUrl property in asp.net.
I have set value for PostBackUrl property of asp:Button control.
Fine, that it redirects user to another page, allowing me to access all
properties, controls of previous page.
But problem comes when my current page is having some error and i want to
report these errors to user,
but instead of staying on the same page, it redirects user to another page.
How can i stop user to be redirected to another page, when PostbackUrl
property is set.
Thanx and Regards
Nutan