Fixing a small issue and an addition to MVC .Net 5.0 Visual Studio 2019 project
Budget: $10 – $30 AUD
Hello Experts
I have a small website that is currently live in development stage. Please before you bid you can check live what I need exactly, link will be provided here, the website is really simple and consists of 3 pages only, the website is designed with Visual Studio 2019 MVC model and .Net 5.0
The first page is really simple, only a title and a button (Screenshot provided Page1), the first page may have many URLs based on the following format
crsweb.azurewebsites.net/home/index?id=AnyNumber
AnyNumber can be any INT number, for example the following URLs are all valid:
crsweb.azurewebsites.net/home/index?id=1
crsweb.azurewebsites.net/home/index?id=100
That INT is a QueryString that will be passed to the second page (Screenshot provided Page2)
The second page consists of a Register button and a few fields bound to a model in MVC that is bound to an SQL database ConnectionString and specifically to a certain table “Registrations”
The model in MVC is managing the required fields and their values, the first field is the most important, it is a checkbox that is supposed to be bound to a bool field in the model of MVC, which is supposed to be bound to a Bit field in the SQL Registrations table which is defaulted to False
The user should not be able to register when pressing the Register button if the Consent checkbox is not checked, this is currently working and you should see the ErrorMessage if all fields are filled while not checking the Consent checkbox at the top.
The problem here is, even if you check the Consent checkbox, the registration is denied showing the ErrorMessage that you must check the Consent checkbox to proceed (Screenshot provided Page2a), the value of the checkbox being True must also be saved to the corresponding field in the model of the MVC and in the SQL table corresponding field, the field name in the model and the SQL table is ConsentGiven
That is the main problem that I have which I need it to be perfectly, professionally and quickly resolved please.
In addition to solving this problem, I need an addition; the addition should be in the third page (Screenshot provided Page3), the third page is another simple page with just a title that the Registration was Successful, but I need to show the following under that title
Registration ID (Label): The RegistrationID field (this is a field value which is an INT in the MVC model and also INT, Auto Number and Primary Key in Registrations SQL table, i.e. this RegistrationID field will only be known after the user successfully submits the Registration and SQL saves the record in the Registrations table
Full Name (Label): FirstName & “ “ & LastName (these are the same two fields the user entered in the second page and are also properties of the MVC model and should be successfully saved to the SQL table Registrations in fields that carry the same names after submitting the Registration
DOB (Label): DOB (this is a date field that the user also entered in the second page and is a property of the MVC model and should be successfully saved to the SQL table Registrations in a field that carries the same name after submitting the Registration
Thank you very much for your interest and help with this project
I have a small website that is currently live in development stage. Please before you bid you can check live what I need exactly, link will be provided here, the website is really simple and consists of 3 pages only, the website is designed with Visual Studio 2019 MVC model and .Net 5.0
The first page is really simple, only a title and a button (Screenshot provided Page1), the first page may have many URLs based on the following format
crsweb.azurewebsites.net/home/index?id=AnyNumber
AnyNumber can be any INT number, for example the following URLs are all valid:
crsweb.azurewebsites.net/home/index?id=1
crsweb.azurewebsites.net/home/index?id=100
That INT is a QueryString that will be passed to the second page (Screenshot provided Page2)
The second page consists of a Register button and a few fields bound to a model in MVC that is bound to an SQL database ConnectionString and specifically to a certain table “Registrations”
The model in MVC is managing the required fields and their values, the first field is the most important, it is a checkbox that is supposed to be bound to a bool field in the model of MVC, which is supposed to be bound to a Bit field in the SQL Registrations table which is defaulted to False
The user should not be able to register when pressing the Register button if the Consent checkbox is not checked, this is currently working and you should see the ErrorMessage if all fields are filled while not checking the Consent checkbox at the top.
The problem here is, even if you check the Consent checkbox, the registration is denied showing the ErrorMessage that you must check the Consent checkbox to proceed (Screenshot provided Page2a), the value of the checkbox being True must also be saved to the corresponding field in the model of the MVC and in the SQL table corresponding field, the field name in the model and the SQL table is ConsentGiven
That is the main problem that I have which I need it to be perfectly, professionally and quickly resolved please.
In addition to solving this problem, I need an addition; the addition should be in the third page (Screenshot provided Page3), the third page is another simple page with just a title that the Registration was Successful, but I need to show the following under that title
Registration ID (Label): The RegistrationID field (this is a field value which is an INT in the MVC model and also INT, Auto Number and Primary Key in Registrations SQL table, i.e. this RegistrationID field will only be known after the user successfully submits the Registration and SQL saves the record in the Registrations table
Full Name (Label): FirstName & “ “ & LastName (these are the same two fields the user entered in the second page and are also properties of the MVC model and should be successfully saved to the SQL table Registrations in fields that carry the same names after submitting the Registration
DOB (Label): DOB (this is a date field that the user also entered in the second page and is a property of the MVC model and should be successfully saved to the SQL table Registrations in a field that carries the same name after submitting the Registration
Thank you very much for your interest and help with this project