Passing Query String with a button to next page
Budget: $10 – $30 AUD
Hello
I have a website developed with ASP.Net core 5 and C#, MVC model using Visual Studio 19, the site is only two pages, the URL for the first page is something like
https://aaa.bbb.net/ccc/ddd?MyQueryString
MyQueryString can be an Integer, for example
https://aaa.bbb.net/ccc/ddd?345
The first page has only one button, when the button is pressed, the second page opens with a few Input Boxes in it for the user to fill in, it is exactly like adding a new record, what I need is simple, assign the value of the QueryString in the first URL to, the first Input Box and lock it in the second page so the user cannot change the value in the first input box, however, the user can change all the other fields in the other Input Boxes before submitting the request. Nothing more than that, the website is currently live and I can send all the code for the controllers (only 2) and for the views (only 2) for the bidders to see where the change fit and I will be happy to pay if the successful bidder just tells me what to do, i.e. I will do all the coding and if it works. releasing the payment will be in a flash
Thank you very much
I have a website developed with ASP.Net core 5 and C#, MVC model using Visual Studio 19, the site is only two pages, the URL for the first page is something like
https://aaa.bbb.net/ccc/ddd?MyQueryString
MyQueryString can be an Integer, for example
https://aaa.bbb.net/ccc/ddd?345
The first page has only one button, when the button is pressed, the second page opens with a few Input Boxes in it for the user to fill in, it is exactly like adding a new record, what I need is simple, assign the value of the QueryString in the first URL to, the first Input Box and lock it in the second page so the user cannot change the value in the first input box, however, the user can change all the other fields in the other Input Boxes before submitting the request. Nothing more than that, the website is currently live and I can send all the code for the controllers (only 2) and for the views (only 2) for the bidders to see where the change fit and I will be happy to pay if the successful bidder just tells me what to do, i.e. I will do all the coding and if it works. releasing the payment will be in a flash
Thank you very much