Why Does DotNetNuke TextEditor Control Break After Editing Module .ascx File -


when building custom module dotnetnuke, have run annoying issue whenever need edit .ascx control makes use of dotnetnuke texteditor control.

if make change .ascx file, control's designer file reverts control's definition system.web.ui.usercontrol after change made. if manually change definition dotnetnuke.ui.usercontrols.texteditor, can build until make change in .ascx control again. have searched dnn forums , stack overflow, have not found solution problem.

after searching, have found answer via following post:

designer.cs issues using user control in visual studio

basically, move "texteditor" entries placed in "designer.cs" file code behind file. once done, can edit .ascx controls without annoying need manually edit "designer.cs" files repeatedly.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -