I don't think you can read cookies from AJAX. You are going to have to read cookies while you are loading the page, and either put the results in hidden fields or in javascript variables (you can encrypt this if you wish) and pass them back when you call the AJAX function.
You can also store the cookie data in a database on the server, so all you would have to pass is a record id. Geoffrey J. Swenson [EMAIL PROTECTED] -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Albert Weinert Sent: Sunday, July 23, 2006 10:31 PM To: [email protected] Subject: [ajaxpro] Re: cookie info within ajax method roni schuetz schrieb: > Request 'Request' threw an exception of type > 'System.NullReferenceException' System.Web.HttpRequest > {System.NullReferenceException} > > Response 'Response' threw an exception of type > 'System.NullReferenceException' System.Web.HttpResponse > {System.NullReferenceException} > > any idea? Ronni, please write this 100 times on the chalkboard. I have no initialized Page Object within Ajax Request. *grins* And use System.Web.HttpContext.Current.Request System.Web.HttpContext.Current.Response -- Freundliche Grüße Albert Weinert http://der-albert.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
