Is there any solution to controls repeated properties ?
An example would be that imagine you have 4 gridview but each of them have the same templates, same properties, same everything (except id of course). It happened to me several times to have more than one gridview that have the same properties.. so i will ask my question again… Is there any solution to controls repeated properties ? and how to apply your solution.
You could create a
UserControlcontaining the control that you need to repeat and then the constructor for theUserControlto pass in the information that needs to be initialized.