With DocHub, you can quickly bind comment in aspx from any place. Enjoy features like drag and drop fields, editable text, images, and comments. You can collect electronic signatures safely, include an extra layer of protection with an Encrypted Folder, and work together with teammates in real-time through your DocHub account. Make changes to your aspx files online without downloading, scanning, printing or mailing anything.
You can find your edited record in the Documents folder of your account. Create, submit, print, or turn your document into a reusable template. Considering the variety of powerful tools, it’s simple to enjoy trouble-free 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