My Application have some same component. I want to reuse them.
So I want to inheirt some UserControl from Ext.Net.Component to use these UserControl in Panel.
For example, There is a ComboBox used to display category, and such ComboBox used many times.
So I want to define a UserControl named CategoryComboBox.
I noticed there is a example in "https://examples1.ext.net/#/Combination_Samples/Applications/Simple_Tasks/".
But all UserControl in that example are not defined both aspx and aspx.cs files.
If we can defined UserControl both aspx and aspx.cs files., it will be so quickly to achieve it.
Could anybody tell me is it can be achieve?