Click here to Skip to main content
15,908,581 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon21-May-08 1:35
Jacob Dixon21-May-08 1:35 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior21-May-08 5:32
keyboard warrior21-May-08 5:32 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon21-May-08 15:37
Jacob Dixon21-May-08 15:37 
AnswerRe: GridView & SQLdatasourceproblems Pin
kinnuP20-May-08 21:03
kinnuP20-May-08 21:03 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon21-May-08 1:32
Jacob Dixon21-May-08 1:32 
QuestionTextBox.text not showing in code behind Pin
DerekFL20-May-08 11:05
DerekFL20-May-08 11:05 
AnswerRe: TextBox.text not showing in code behind Pin
led mike20-May-08 11:55
led mike20-May-08 11:55 
AnswerRe: TextBox.text not showing in code behind Pin
keyboard warrior20-May-08 12:15
keyboard warrior20-May-08 12:15 
Dim currentUser As New DAL.AppUser
currentUser = currentUser.AuthenticateUser(txtUsername.Text, txtPassword.Text)

If currentUser.AppUserId > 0 Then
=====================================
where is this in the code behind? is this on page load? or page init?
when the page is submit and then loads those text boxes will be blank when the code goes for them.



also when you step through the application and you go one step past the txtUsername, what is the value then? is it still "" for currentUser?

-----------------------------------------------------------
"When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford

GeneralRe: TextBox.text not showing in code behind Pin
DerekFL20-May-08 13:11
DerekFL20-May-08 13:11 
GeneralRe: TextBox.text not showing in code behind Pin
keyboard warrior20-May-08 13:37
keyboard warrior20-May-08 13:37 
GeneralRe: TextBox.text not showing in code behind Pin
DerekFL20-May-08 15:06
DerekFL20-May-08 15:06 
AnswerRe: TextBox.text not showing in code behind Pin
Christian Graus20-May-08 14:29
protectorChristian Graus20-May-08 14:29 
GeneralRe: TextBox.text not showing in code behind Pin
DerekFL21-May-08 3:06
DerekFL21-May-08 3:06 
QuestionFile Uploading/Downloading problem. Pin
TheMajorRager20-May-08 10:25
TheMajorRager20-May-08 10:25 
AnswerRe: File Uploading/Downloading problem. Pin
Expert Coming20-May-08 10:36
Expert Coming20-May-08 10:36 
QuestionMessages in web.config Pin
Saba0220-May-08 8:35
Saba0220-May-08 8:35 
AnswerRe: Messages in web.config Pin
Expert Coming20-May-08 10:37
Expert Coming20-May-08 10:37 
AnswerRe: Messages in web.config Pin
keyboard warrior20-May-08 11:23
keyboard warrior20-May-08 11:23 
QuestionHiding Columns in Datagrids (C#) Pin
Chris Beres20-May-08 7:55
Chris Beres20-May-08 7:55 
AnswerRe: Hiding Columns in Datagrids (C#) Pin
keyboard warrior20-May-08 8:12
keyboard warrior20-May-08 8:12 
GeneralRe: Hiding Columns in Datagrids (C#) Pin
Chris Beres20-May-08 8:25
Chris Beres20-May-08 8:25 
GeneralRe: Hiding Columns in Datagrids (C#) Pin
keyboard warrior20-May-08 8:36
keyboard warrior20-May-08 8:36 
GeneralRe: Hiding Columns in Datagrids (C#) Pin
Chris Beres20-May-08 8:56
Chris Beres20-May-08 8:56 
GeneralRe: Hiding Columns in Datagrids (C#) Pin
keyboard warrior20-May-08 9:14
keyboard warrior20-May-08 9:14 
GeneralRe: Hiding Columns in Datagrids (C#) Pin
Chris Beres20-May-08 9:23
Chris Beres20-May-08 9:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.