vb.net
when run below code the run without an error
If result.return_code = 1 Then
result.return_identity_id = Command.Parameters("@patient_id").Value
result.return_message = "Patient Process succesfull"
Else
End If
c# but this has an errorif (result.return_code == 1) {
result.return_identity_id = Command.Parameters("@patient_id").Value;
result.return_message = "Patient Process succesfull";
} else {
}
kindly rectify my errors
Carlos kambuiPosted Feb 20, 2017, 3:59 AM
Rafnas T PPosted Feb 19, 2017, 10:50 PM
Tapan PatelPosted Feb 19, 2017, 3:31 PM
Carlos kambuiPosted Feb 17, 2017, 7:56 AM
Carlos kambuiPosted Feb 17, 2017, 7:52 AM
Gnanavel SekarPosted Feb 17, 2017, 7:34 AM
Carlos kambuiPosted Feb 17, 2017, 7:00 AM
Carlos kambuiPosted Feb 17, 2017, 6:44 AM
Gnanavel SekarPosted Feb 17, 2017, 6:29 AM
Carlos kambuiPosted Feb 17, 2017, 6:27 AM
Carlos kambuiPosted Feb 17, 2017, 6:23 AM
Gnanavel SekarPosted Feb 17, 2017, 6:18 AM
Carlos kambuiPosted Feb 17, 2017, 6:13 AM
ankit srivastavaPosted Feb 17, 2017, 6:08 AM