I use attached behavious in my WPF applications, which allows a lot of code reuse and I would like to know if there is a trick to use something like behaviours in ASP .NET applications.
Thanks, DA924. I will search how to do it as I know nothing about JQuery and only have a poor knowhow in Java Script, but if there is a way to do reuse of code to handle events with these technologies, I'm satisfied.
Member
1 Points
3 Posts
Something like WPF attached behaviours in ASP .NET?
Sep 22, 2017 06:06 PM|Codelines|LINK
I use attached behavious in my WPF applications, which allows a lot of code reuse and I would like to know if there is a trick to use something like behaviours in ASP .NET applications.
Contributor
3981 Points
3354 Posts
Re: Something like WPF attached behaviours in ASP .NET?
Sep 23, 2017 01:12 AM|DA924|LINK
JavaScript and JQuery client-side scripting languages allows behaviors to be attached to HTML events hosted by the browser.
Member
1 Points
3 Posts
Re: Something like WPF attached behaviours in ASP .NET?
Sep 24, 2017 02:52 PM|Codelines|LINK
Thanks, DA924. I will search how to do it as I know nothing about JQuery and only have a poor knowhow in Java Script, but if there is a way to do reuse of code to handle events with these technologies, I'm satisfied.