jeudi 28 janvier 2021

ASP.net returning value from sql proc in an if statement

i have a login box on my form with a submit button , on submit im passing the value through to sql to return a simply yes or no.

I can see the value No as my outcome (pic 1)

however i cannot seem to pull it though to my If statement (pic 2). it only allows my to choose count which is always 1, i need the Yes or no value. something on the lines of

  if (Login.Outcome() == "No" )

I have read somewhre its within items but need help on how to get this value.

enter image description here

enter image description here

Aucun commentaire:

Enregistrer un commentaire