Fork501
Active member
I am just trying out AJAX and am having a slight problem. Right now, my VS 2003 and VS 2005 @ work are on the fritz, so I cant even pop my page into it to try to see if I can get an answer.
Anyways, my question:
When I do a simple Response.Write in my aspx form to return to my JavaScript, it works fine. Im just making it return the current time. It doesnt refresh the time, which is fine, because I know how to fix it. The problem is the fix is what kills me!
When I put Response.Expires=-1 or Response.Expires=0 or anything OTHER THAN Response.Write in my code, my code no longer returns anything.
I am using .NET Framework 2.0 to program with. Any and all help will be GREATLY appreciated!
Anyways, my question:
When I do a simple Response.Write in my aspx form to return to my JavaScript, it works fine. Im just making it return the current time. It doesnt refresh the time, which is fine, because I know how to fix it. The problem is the fix is what kills me!
When I put Response.Expires=-1 or Response.Expires=0 or anything OTHER THAN Response.Write in my code, my code no longer returns anything.
I am using .NET Framework 2.0 to program with. Any and all help will be GREATLY appreciated!