Forum: ASP.NET Oct 18th, 2009 |
| Replies: 0 Views: 279 I'm fairly new to asp.net and trying to use a session counter to check for when someone has tried to log in three times it counts and when reaches three it locks them out. I know it's easy but my... |
Forum: ASP.NET Oct 18th, 2009 |
| Replies: 0 Views: 190 Another problem in my program is that I can't get my access database to update. It works on the other fields here is the code
Public Sub Lockuser(ByVal path As String, ByVal userId As String,... |
Forum: ASP.NET Sep 26th, 2008 |
| Replies: 1 Views: 763 I've used VB.Net code with windows authentication but nothing else - have you tried using the login controls?
http://msdn.microsoft.com/en-us/library/ms178329.aspx |