Search results for query: *

  1. R

    Visual Studio Sign Up Form

    my code is Partial Class _Default Inherits System.Web.UI.Page Function InsertUser(ByVal NewUserName As String, ByVal NewPassword As String, ByVal NewConfirmPassword As String, ByVal NewEmail As String, ByVal NewSecurityQuestion As String, ByVal NewSecretAnswer As String) As Integer Dim...
  2. R

    Visual Studio Sign Up Form

    I`ve tried as you said and i can connect to the database. But when i click the add button to add the users details to a database, it does ot add? If I were to post the code, do you think you could help?
  3. R

    Visual Studio Sign Up Form

    Hi, can anyone help me with the code for a sign up form. A form where the user enters a username and thier details and it is all added to a database and then next time they visit, they can log in. Ive found the templates but the code is too tricky for me???
Back
Top