I am creating new .NET MVC web apllication and to make it's url seo friendly i would like to create dynamic url's based on post title etc.
how can i do it in .NET MVC
Also i believe, i would have to change routing also using RouteConfig.cs
Any help would be appreciated, thanks
I have recently updated my Visual studio from 2015 to 2017 and started using 2017 now, but when I start debugging in it, it opens website in new browser tab and as soon as I stop debugging it closes the browser tab/website also.
Previously, in Visual Studio 2015, Browser tab never used to get closed as soon as I stop debugging.
So, how i can disable this new feature and keep website open/running even when debugging is stoppped in Visual Studio 2017?
...I have uploaded a new website on server, but when i try to run it on web-browser i am getting this error
Format of the initialization string does not conform to specification starting at index 120.
What is the cause of issue & how to resolve it? I didn't got this error before
...
The non-generic type cannot be used with type arguments
...Hi, I wanted to clear the validation errors if I clicked the Create Button.
Because if I click the Close Button or The Black Shadow(Accidentally close the modal) behinds the Modal within the state of "Errors" in validation, if I click the create button again, the errors will still show, which should be removed as I am clicking back "Create" button.
Please check this link below as reference, the only thing I wanted to do is everytime i click Create Button, the partial view must clear all errors even it was from the previous transaction because sometimes I accidentally drop the modal. Thanks in Advance.
https://qawithexperts.com/article/asp.net/validate-pop-up-modal-using-ajaxbeginform-in-c-mvc/52 ...(Make this as reference)
...