Click here to Skip to main content
15,997,491 members

Comments by Kethu Sasikanth (Top 27 by date)

Kethu Sasikanth 2-Feb-12 14:37pm View    
Rewriting is the best option. But, another option is convert your exe to an ActiveX control. The web browser can consume ActiveX, if your client does not have issue with that!
Kethu Sasikanth 2-Feb-12 13:33pm View    
without looking into the converted .net dll it is hard to guess where could the performance be improved. Using Reflector and debug to see which chunk of code is taking so long to execute.
Kethu Sasikanth 1-Feb-12 21:58pm View    
The sql seem confusing to me. First comment out the whole sql then try just hardcoded sql. ex: UPDATE users SET Id='xx', User='yyy' where id=... If this executes correctlty then problem is in below lines otherwise the problem is in sql construction.
Kethu Sasikanth 1-Feb-12 20:38pm View    
May be the HTTP Response is complete, done its job, before thread(update label one) is finished?
Kethu Sasikanth 22-Jan-12 7:09am View    
To better understand the problem i would like to see the img tag and how you are calling showanswer.