Z
Zeba
Hi!
I have an application in which a user searches for a particular item
as - He enteres the keyword in home.html and views the results in
searchresults.aspx.I want to uniquely identify the search based on the
timestamp+keyword. The keywork i can get from the URL. But is there
any way for me to get the timestamp for each unique search keyword
without modifying the URL ?
If i use if(IsPostBack) condition to set the timestamp, the timestamp
does not change even when I start a new search. I can't set a hidden
variable to detect if the page is fresh/not either ( by setting its
value from codebehind) , because the search can start from home.html
or searchresults.aspx. So how do can get the timestamp without
modifying the URL ??
Can I set a session variable from home.html, considering its not an
aspx page ?? Also, its the default starting page for the application.
Please help soon !
Thanks!!!
I have an application in which a user searches for a particular item
as - He enteres the keyword in home.html and views the results in
searchresults.aspx.I want to uniquely identify the search based on the
timestamp+keyword. The keywork i can get from the URL. But is there
any way for me to get the timestamp for each unique search keyword
without modifying the URL ?
If i use if(IsPostBack) condition to set the timestamp, the timestamp
does not change even when I start a new search. I can't set a hidden
variable to detect if the page is fresh/not either ( by setting its
value from codebehind) , because the search can start from home.html
or searchresults.aspx. So how do can get the timestamp without
modifying the URL ??
Can I set a session variable from home.html, considering its not an
aspx page ?? Also, its the default starting page for the application.
Please help soon !
Thanks!!!