I have just spent the better part of the day trying to figure out why code that used to work does note.
I have been systematically changing my string handeling to the fast StringBuilder to try and speed up my site and change the RemotePost to the using a StringBuilder:
I was getting an error on the Response.End and by using the browser debugs I traced it back the the stupidest thing. I had added a UpdatePanel and scriptmanager so that I could update the post status on the fly using AJAX and because this was there the form would not post :(
after much frustration and gnashing of teeth, at the fact that in the old days you could get proper errors since the libraries were not so complex I solved the problem by removing the AJAX additions
Now I can go to sleep, perchance to sleep.
First a cup Quaffee Specialty Grade Coffee...
I have been systematically changing my string handeling to the fast StringBuilder to try and speed up my site and change the RemotePost to the using a StringBuilder:
I was getting an error on the Response.End and by using the browser debugs I traced it back the the stupidest thing. I had added a UpdatePanel and scriptmanager so that I could update the post status on the fly using AJAX and because this was there the form would not post :(
after much frustration and gnashing of teeth, at the fact that in the old days you could get proper errors since the libraries were not so complex I solved the problem by removing the AJAX additions
Now I can go to sleep, perchance to sleep.
First a cup Quaffee Specialty Grade Coffee...
Comments