Can we write all the control events in a seperate class file in different layer rather than in code-behind of web-page?

StackOverflow https://stackoverflow.com/questions/8149558

سؤال

Can we write all the control events in a seperate class file in different layer rather than in code-behind of web-page ? Kindly help.

Thanks in advance.

هل كانت مفيدة؟

المحلول

Yes you can. One way of doing that is to make a partial class with the same name as your codebehind file and use that to contain the events.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top