The text of this article is not in this database — only its details are. Read it on the old site: Use of PostBackUrl in ASP.NET 2.0
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Use of PostBackUrl in ASP.NET 2.0
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Vic TabramPosted Mar 14, 2011, 7:20 AM
Sorry but, you're using PreviousPage on the source page (source page IS the previous page), using an onclick that won’t be reached (a side effect of posting to another page), redirecting to an external site (thus losing any info from ‘PreviousPage’) and setting TxtName.Text to FindControl("txtName") when the latter isn't even defined anywhere!