Previous Page
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i have a problem i have multiple web pages and when i move from one page to another though the control moves to the other page but when i user this.PreviousPage it gives null value in some page there is no problm this.PreviousPage gives the previous page thanx
-
i have a problem i have multiple web pages and when i move from one page to another though the control moves to the other page but when i user this.PreviousPage it gives null value in some page there is no problm this.PreviousPage gives the previous page thanx
are u specified the this in u r current page?
<%@ PreviousPageType VirtualPath="~/PreviousPage.aspx" %>
also u have specify for the button from where u r navigating. other it will gives nullGV Ramana