IF condition message based on sql temp variable not displaying

Answered IF condition message based on sql temp variable not displaying

  • 17. dubna 2012 0:58
     
     

    I'm trying to check if username exists on textbox changed event.I've a stored procedure that does this checking and returns the output variable @proceed which I call in my code behind file.How do I handle the if condition based on output parameter in my stored procedure.Like

    @ proceed == 1

    {

    print 'record exists'

    }                





Všechny reakce