Forum: VB.NET Mar 23rd, 2007 |
| Replies: 2 Views: 2,565 Re: Displaying time on a Form You need to add a Timer to you form and a Lable
Double click in the timer and it should up the code editor in the Timer Tick event.
In the Tick event you need to update the Lable.
Lable.text =... |
Forum: ASP.NET Aug 18th, 2005 |
| Replies: 145 Views: 148,374 Re: Updated : Simple ASP.Net Login Page Have been working with the code and having lots of luck...
But one question, stopping access to pages directly and re-directing them to the login page is fine for me in the .aspx world but I have 2... |
Forum: ASP.NET Aug 14th, 2005 |
| Replies: 145 Views: 148,374 |
Forum: ASP.NET Aug 13th, 2005 |
| Replies: 145 Views: 148,374 |
Forum: ASP.NET Aug 13th, 2005 |
| Replies: 145 Views: 148,374 |
Forum: ASP.NET Aug 13th, 2005 |
| Replies: 145 Views: 148,374 4 hours and My Access MDB file hates me... First I am new to coding and db but working hard at learning.
The login page comes up fine and no bugs in the build bet...
In the below code I keep getting an exception error??? I have checked that... |