M
Miguel
Hello,
I have a DataList with the results of a search. The ItemTemplate
of the DataList is a Repeated template with all the records.
I have a Link Button with a Command Name called Select that allows me
to show the user extended information about the record. ( This view is
the Selected Item template view ).
Here I have a "Back" Button. ( an HTML "<a>" anchor ).
Either setting a "JavaScript:history.back()" event or
"document.form1.submit();" I go back to the previous view but once I
am on that view I have only the Selected Item view on each button. It
seems that the server "Remember" that my previous choice was "--> go
to Selected Item Template".
Do you know how can I make a "Back" button, and keep on paging normaly
afterwards?.
Thank you.
Miguel.
I have a DataList with the results of a search. The ItemTemplate
of the DataList is a Repeated template with all the records.
I have a Link Button with a Command Name called Select that allows me
to show the user extended information about the record. ( This view is
the Selected Item template view ).
Here I have a "Back" Button. ( an HTML "<a>" anchor ).
Either setting a "JavaScript:history.back()" event or
"document.form1.submit();" I go back to the previous view but once I
am on that view I have only the Selected Item view on each button. It
seems that the server "Remember" that my previous choice was "--> go
to Selected Item Template".
Do you know how can I make a "Back" button, and keep on paging normaly
afterwards?.
Thank you.
Miguel.