A question for C# experts.
Im wanting to create a aspx web form with some functionality, but my C# or coding in general knowledge isnt quite there yet.
The form will have several fields with pull down boxes that will have options such as "pass" or "fail"
What I would like to have is a "pass or fail" text box that will display Pass as long as none of the pull downs have fail selected or it will display Fail if any of the pull downs have fail selected.
The next step is to have a "reject number" text box that will be a required field but only if the "pass or fail" field displays Fail or in other words if the "pass or fail" field reads Fail, the form cant be submitted until a number value is entered into the "reject number" field.
Any help would be much appreciated.
Im wanting to create a aspx web form with some functionality, but my C# or coding in general knowledge isnt quite there yet.
The form will have several fields with pull down boxes that will have options such as "pass" or "fail"
What I would like to have is a "pass or fail" text box that will display Pass as long as none of the pull downs have fail selected or it will display Fail if any of the pull downs have fail selected.
The next step is to have a "reject number" text box that will be a required field but only if the "pass or fail" field displays Fail or in other words if the "pass or fail" field reads Fail, the form cant be submitted until a number value is entered into the "reject number" field.
Any help would be much appreciated.