With DocHub, you can easily work in text in aspx from anywhere. Enjoy capabilities like drag and drop fields, editable text, images, and comments. You can collect electronic signatures securely, include an extra level of protection with an Encrypted Folder, and collaborate with teammates in real-time through your DocHub account. Make adjustments to your aspx files online without downloading, scanning, printing or sending anything.
You can find your edited record in the Documents folder of your account. Create, send, print, or turn your file into a reusable template. With so many advanced tools, it’s easy to enjoy effortless document editing and managing with DocHub.
welcome to this video my name is Yannick from tutorial CU and today Iamp;#39;m going to teach you how you can create drop downs in asp.net core MVC from simple list data just like that maybe something you have fetched from your database or alternatively from an enum and we will get started with the enum here and at the second part of the video we will take a look on how you can create it from any kind of collection so letamp;#39;s get started so here I have created a very simple enum itamp;#39;s called e-rolled and we have four roles in total default sales manager and admin so now letamp;#39;s see how we can bring that into a nicely looking and working drop down since weamp;#39;re using asp.net core MVC right here I will switch to the default home controller and inside of the index view action that we have right here you can see that we are returning a view so I want to go to My Views folder open up the home folder for the home controller and then we got the indexes HTML I