Search results for query: *

  1. J

    FYI Develop your custom controls

    I think I will develop both approach, WebForms (not WinForms) and Razor for MVC.
  2. J

    FYI Develop your custom controls

    In this case, it's a library named wetcontrols but each controls aren't name with this namespace. They are the prefix 'Wet' because it's an extension of the .net controls. WetTextbox extends Textbox but it's the same thing when you call a control TextboxExt.
  3. J

    FYI Develop your custom controls

    You can easily build your controls or extend control like textbox by adding properties, methods or changing the render of it. The best way to understand how to do that is by exploring my custom controls on this github project: https://github.com/wet-boew/wet-boew-dotnet-controls If you like...
Back
Top Bottom