mercredi 22 novembre 2017

Using sql statement inside if condition

int stageID=0;
        if (stageID != 1 && stageID != 3 && stageID != 4 && stageID != 5)
        {
            StageTwo();

        }

I want to take the value of stageId from the database and display it in the condition of if statement . How I can do that .

Aucun commentaire:

Enregistrer un commentaire