M
Mike P
I want write a method to send several strings to a webpage using
Response.Redirect (I'm trying to find out why my website keeps
crashing). If I write a method to do this I can obviously only do a
redirect once before the code in the method will finish executing.
How can do this? Would I need to use multithreading or something?
Cheers,
Mike
Response.Redirect (I'm trying to find out why my website keeps
crashing). If I write a method to do this I can obviously only do a
redirect once before the code in the method will finish executing.
How can do this? Would I need to use multithreading or something?
Cheers,
Mike