I was looking at different way of removing duplication in code and increasing SOC, that is why I resulted in using custom controls, the product couldn't use MVC for the moment(administraion issues).
So basicall three DDL from three different controls, how can I get their events to fire considering state persistance?
I have opted for the wrong way and used three complete controls but deep down I know It is wrong.
Member
52 Points
104 Posts
Re: Consecutive DDL event firing
Aug 31, 2011 08:42 AM|Jmurekezi|LINK
Hi,
I was looking at different way of removing duplication in code and increasing SOC, that is why I resulted in using custom controls, the product couldn't use MVC for the moment(administraion issues).
So basicall three DDL from three different controls, how can I get their events to fire considering state persistance?
I have opted for the wrong way and used three complete controls but deep down I know It is wrong.