Ok this is weird. The code works fine when I run it from Visual Studio 2003. But when I post it to the server, the following code no longer works. I tried adding a call to my UpdateRecord to save the record prior to moving to another webform. I even tried making that code a function and only running the Response Redirect if the function was true so that it would wait for it and the Response Redirect doesn't work. Now I comment that out and the Response Redirect still doesn't work.
I can manually enter the path in the address and it works fine.
Now it just flashes the same webform and goes to the first field.
Any ideas?
Hope everyone is having a great day!
Thanks - Jennifer
Code:
Response.Redirect("EmployeePCRPrint.aspx?PassedInfo=" & txtPCRID.Text, True)
I can manually enter the path in the address and it works fine.
Now it just flashes the same webform and goes to the first field.
Any ideas?
Hope everyone is having a great day!
Thanks - Jennifer