Click to See Complete Forum and Search --> : C# and Ajax


stormcandi
05-04-2007, 06:29 PM
I am using the Ajax Session Extender created by Eric Pascarello which is great, however I am having a problem. Since the extension of the Session is not considered a postback I keep getting an error on my line of code that is trying to take a parameter in the URL and assign it to a variable. When the Page Load event occurs it cannot find any Query String in the URL. Anyone know why this is and how to recreate the Query String in the URL?

I am using C# and ASP.NET

Thanks in advance for your help!

stormcandi
05-07-2007, 10:45 AM
Did anyone have any ideas?