Posted
on Jan 29, 2010
(permalink)
Hello Experts,
I am using RAD tool bar on my ASP.Net Web page.
I have BACK button on the toolbar, on click which should take to previous page. the data of previous page should be shown when we go back to the page.
i know whe need to use
javascript:history.go(-1)
some cases the above statement throws me an error, if it could not find the prevoius page.
can someone suggest me the best approch?
thanks