Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
This depends on a lot of things. How are you validating users in the first place? Using a database, using the web.config file? If you are using a database, it would be something like the following: Dim Myconn As SqlConnection = New SqlConnection("server=localhost; database=dbaseName; Trusted_Connection=Yes") Dim DBselect As String DBselect …
The End.
seth_kaufmann