How do you bind a textbox to a SQL database?
B
bthumber
@bthumber
Posts
-
Binding an asp .Net textbox to a SQL database -
Logon screenThe next question is how do you compare those two strings?
-
Logon screenI would like to create a logon page, but I didn't want the names store in a COTs datebase. Can I create a file store the names in it, then compare want is in the file to to want the user types in the textboxes?
-
Using C# and ASP .NetArjan...that last piece of the pie was beautiful!!! It works!!!! Thanks!
-
Using C# and ASP .NetHi Andy, Thank for your help! I'm getting an error: can't implicitly convert type 'object' to 'string'. Page 2 string username = Session["username"];
-
Using C# and ASP .NetHi, Using the code-behind, I have two web pages, page 1 and page 2. The user will enter their name into TextBox1.Text on page 1, then press the submit button. Question is how do you get the data (user name) from page 1 to page 2. Please show using C# code:((