Forum: ASP.NET May 14th, 2004 |
| Replies: 1 Views: 4,187 Hi,
I'm not sure what you're trying to do here.... Could you just use something like...
Private Sub lnkVac_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles... |
Forum: ASP.NET May 14th, 2004 |
| Replies: 2 Views: 10,441 Just received some feedback about this (below) ... Will let you know how this goes.
Some notes
- the lag always seems to happen at the beginning of a request (not in the middle as you mentioned)... |
Forum: ASP.NET May 14th, 2004 |
| Replies: 2 Views: 10,441 We have an really weird problem on our web server. A few times each day, all requests are unanswered for 10 to 30 seconds.
The delay looks similar to when a page is compiled (on first load).... |