Hi
I have an asp.net web form application. in one of the form, when user select record from grid, it will callback to refresh a grid, and also repopulate a combobox listing.
Everything is working fine in intranet, but failed if user access the applicatiom via Internet. We also found that, if we limit our connection to lower bandwidth, the callback will fail as well. However, that is no error show on brower nor server side.
Any ideas?
Thank you
Go to the complete details ...