You'd be MUCH better off using either Cookies, or even better XML UserData
persistence on the client.
See the topic here:
http://msdn.microsoft.com/library/de...am03052001.asp
--
Thanks,
Eric Lawrence
Program Manager
Assistance and Worldwide Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Nikhil Tayal" <a-> wrote in message
news:uXVBcMW$...
> Is there a way to write a file on the client machine from an aspx page?
I've
> a custom query page and need to store the search criteria specified in an
> XML file on the user machine from my web page (aspx). I form the XML at
run
> time from the search fileds specfied by the user and now my aspx page
should
> save it on client machine so that the user can open the same query on next
> visit of the page.
>
> And help is appreciated.
>
> Nikhil
>
>