mvc5 - how to work with summernote editor in edit action in asp.net mvc 5 its working in create but not even coming in edit part -


how work summernote editor in edit action in asp.net mvc 5, working in create not coming in edit action.

<b>    <textarea class="m-0" name="descmarathi" id="descmarathi" data-plugin="summernote" data-options="{height: 250}" placeholder="description"></textarea> </b> 


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -