Asp.net custom server control with child items example
Custom ASP.Net server control. The control renders an html and uses jQuery to handle client side interaction. The purpose of this project is a server control that does not use the standard ASP.Net features, like auto postback.
I am a freelancer that works on many projects. Mostly I work on fullstack (angular, .net mvc) + cms implementations. And sometimes I get to deal with legacy projects, like windows forms and in this case ASP.Net webforms. The regular ASP.Net controls render inline javascript code. My client added new security rules (CSP headers) that enforces inline js not to work anymore.
3.1. Requirements
- ASP.Net 4.6.2 (or higher).
- jQuery 3.3.1
- bootstrap 3.3.7
3.2.
#credits