XD
XD
CC#
Created by XD on 11/9/2023 in #help
❔ (MVC web app) How can I handle exceptions/errors in this case?
alright, thank you man, i really appreciate your help!
24 replies
CC#
Created by XD on 11/9/2023 in #help
❔ (MVC web app) How can I handle exceptions/errors in this case?
it should be shown after reloading the page right?
24 replies
CC#
Created by XD on 11/9/2023 in #help
❔ (MVC web app) How can I handle exceptions/errors in this case?
that is amazing
24 replies
CC#
Created by XD on 11/9/2023 in #help
❔ (MVC web app) How can I handle exceptions/errors in this case?
24 replies
CC#
Created by XD on 11/9/2023 in #help
❔ (MVC web app) How can I handle exceptions/errors in this case?
i'm not proficient in any framework yet so i'm just using html with razor
24 replies
CC#
Created by XD on 11/9/2023 in #help
❔ (MVC web app) How can I handle exceptions/errors in this case?
btw i was thinking of redirecting to the same view but changing the red <p> as i showed here if there was an error, do you think it is better than redirecting to an error view? @softmek
24 replies
CC#
Created by XD on 11/9/2023 in #help
❔ (MVC web app) How can I handle exceptions/errors in this case?
yeah, will fix it, thank you so much!
24 replies
CC#
Created by XD on 11/9/2023 in #help
❔ (MVC web app) How can I handle exceptions/errors in this case?
thank you for your answer, so it is okay to use a try catch block for all the code?
24 replies
CC#
Created by XD on 11/9/2023 in #help
❔ (MVC web app) How can I handle exceptions/errors in this case?
sorry
24 replies
CC#
Created by XD on 11/7/2023 in #help
❔ Why isn't one of my Identity user field being updated?
@ZZZZZZZZZZZZZZZZZZZZZZZZZ it seems it was because of that and also because I initialized my decimal fields previously as null, so when adding numbers, the field would still be null. Now I initialized them as 0, thank you
6 replies
CC#
Created by XD on 11/7/2023 in #help
❔ Why isn't one of my Identity user field being updated?
Will look into it, thank you!
6 replies
CC#
Created by XD on 10/7/2023 in #help
❔ Show error text message under update text box through server validation without refreshing
i had to add in my Scripts section the following:
@{
await Html.RenderPartialAsync("_ValidationScriptsPartial");
}
@{
await Html.RenderPartialAsync("_ValidationScriptsPartial");
}
28 replies
CC#
Created by XD on 10/7/2023 in #help
❔ Show error text message under update text box through server validation without refreshing
hey @V.EINA Jaken, I found the way to fix the problem
28 replies
CC#
Created by XD on 10/7/2023 in #help
❔ Show error text message under update text box through server validation without refreshing
thank you @V.EINA Jaken
28 replies
CC#
Created by XD on 10/7/2023 in #help
❔ Show error text message under update text box through server validation without refreshing
i'll add client-side validation and leave it like that for now
28 replies
CC#
Created by XD on 10/7/2023 in #help
❔ Show error text message under update text box through server validation without refreshing
i can achieve that only through client-side validation right?
28 replies
CC#
Created by XD on 10/7/2023 in #help
❔ Show error text message under update text box through server validation without refreshing
user can create a to-do after submitting the form at the top. then, if the user clicks on one to-do's update button a textbox will be shown as in the screenshot if the user enters an invalid value the page will refresh, the to-do form at the top will show the error shown in the screenshot and the update textbox is hidden (it will show the error shown in the screenshot if you click on the update button once again)
28 replies
CC#
Created by XD on 10/7/2023 in #help
❔ Show error text message under update text box through server validation without refreshing
it's a project of mine but i want to implement the best practices i can
28 replies