Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi

My goal is to update details from a DAtabase.

 

I wrote almost the whole code, i have a page2 that shows the table with option to update the details.

The first page include the option to insert user and password and according to that to show page2 with the user details.

My problem is to get the UserTextBox from the firstpage to the second page, that's because i use with the next query:

("SELECT * FROM tblUsers WHERE UserName='UserFromTheFirstPage.Text' ", Conn)

 

I want to write the UserName from the first page instead of 'UserFromTheFirstPage'.

Thank's.

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...