I have the strangest occurence on my auto post backs. On any instance where the script posts back, the form works the first time, the second time, sometimes the third time but then it stops working. I wait about 5 minutes and then it will work again. Then the same occurence, post back a couple of times and then it stops working, wait 5 min and works again ... etc.
What could be causing this. Here is my web.config info:
<configuration><system.web><sessionState timeout="120" /><customErrors mode="Off" /><compilation debug="false" defaultLanguage="vb" batch="false" /><pages asyncTimeout="120" buffer="true" enableEventValidation="false" enableSessionState="true" enableViewState="true" enableViewStateMac="true" validateRequest="false" viewStateEncryptionMode="Never" /><identity impersonate="false" /><httpRuntime executionTimeout="1000" maxRequestLength="2000000" /><machineKey validation="AES" /></system.web><appSettings><add key="ASQLConnect1" value="Server=mysqlserver;uid=sa;pwd=******;database=DB1;Connect Timeout=120" /><add key="ASQLConnect2" value="Server=mysqlserver;uid=sa;pwd=******;database=DB2" /></appSettings><system.webServer><defaultDocument><files><clear /><add value="default.aspx" /></files></defaultDocument><caching><profiles><add extension=".aspx" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" /></profiles></caching><asp><limits scriptTimeout="00:05:00" /></asp></system.webServer></configuration>