36 Reputation Points
Ranked #630
- Strength to Increase Rep
- +4
- Strength to Decrease Rep
- -1
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #55.0K
Re: Hi, I'm not sure what you're trying to do here.... Could you just use something like... [COLOR=SeaGreen]Private Sub lnkVac_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lnkVac.Click 'Dim Timevisited as string 'Response.Redirect("Vacancies.aspx") label1.text = [B]Now()[/B] End Sub[/COLOR] You could change the Now() bit with Today() or TimeOfDay() to get … | |
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). However, when the problem occurs it looks like all users of all applications/pages … |