The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Page.PreviousPage Method in Asp.net
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Vinu KPosted Jan 2, 2015, 3:37 AM
nice
Santosh YadavPosted Dec 17, 2014, 6:57 AM
Very useful article....Thanks
Vishal GilbilePosted Mar 18, 2013, 8:31 AM
Hello Friend, you by mistakely might have delete the hiddenfield code. If you look at the survey.aspx file you fill that i have a hiddenfield with the name hdnRegion. Following is the code for the same from survey.aspx file <asp:TableCell ID="outerR7C2" runat="server"> <asp:ImageMap ID="imgMap" OnClick="imgMap_Click" runat="server" ImageUrl="~/Images/BikeTheWorld.gif" HotSpotMode="PostBack"> <asp:PolygonHotSpot Coordinates="0,0,150,0,75,60,75,100,0,75" HotSpotMode="PostBack" PostBackValue="USA" TabIndex="1" /> <asp:PolygonHotSpot Coordinates="160,0,225,0,200,60,125,60,125,25" HotSpotMode="PostBack" PostBackValue="Europe" TabIndex="2" /> </asp:ImageMap> <asp:HiddenField ID="hdnRegion" runat="server" /> </asp:TableCell>
Pat HanksPosted Mar 17, 2013, 9:45 PM
I copied your example into a new project in VS 2010. When I build it, I get the error "Error 3 The name 'hdnRegion' does not exist in the current context" in Survey.aspx.cs. Is there a setting i need to have set to get this to run?
Stephen JohnsonPosted Sep 19, 2011, 1:50 AM
Hi Vishal. Can you tell me.What is the purpose of using xmlns