Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello, I have a sqlDB with two tables user and private I want the user after logging in to be able to see their info displayed in text boxes all set to read only so just displaying the data for them

 

I need to form to record the user id from the login form which I have done

with this code

 

Dim returnValue2 As DialogResult

       returnValue2 = My.Forms.frmLogin.txtUserID.Text()

       txtcustomerID.Text = returnValue2
       frmlogin.Hide()
       Me.SqlDataAdapterC.Fill(Me.userData.Accounts)

 

Ho can I use the stored varible to be referanced by the database so it loads that users details ? any sugestions

 

thanks

M

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...