Click here to Skip to main content
16,023,117 members

Comments by Jordan Blair (Top 6 by date)

Jordan Blair 24-Nov-23 7:29am View    
The issue isn't with tStatus. That one is working, the issue is with the first section of the code.
Jordan Blair 24-Nov-23 7:28am View    
The ID variable contains the UserID selected from the sql table. The C# and HTML pull all the information from the sql table in the background
Jordan Blair 23-Nov-23 9:34am View    
When I debugged the code, ID didn't appear to have a value. It gets pulled from the sql table from the UserID column and then displayed to the user. The working code is the original code and the only difference is that is a different table and it contains more information
Jordan Blair 23-Nov-23 9:09am View    
The ID variable is Request.Query["UserID"] which pulls the UserID from the Form
Jordan Blair 23-Nov-23 7:49am View    
When I run the debug, nothing appears. However, when I hover over it in the code, I see the below:
Gets the query value collection parsed from Request.QueryString.

Returns:
The query value collection parsed from Request.QueryString.

'Query'is not null here.

CS8600: Converting null literal or possible null value to non-nullable type