How to expose dropdown selectindexchanged event in custom control?
Hi Experts,
How to Expose DropDown SelectIndexChanged Event in Custom Control?
Thanks,
subrahmanyam.i
Hello Subrahmanyam,
In order to do so, you need to use GetControl<T> method as in the following example:
protected internal virtual HtmlGenericControl ItemsContainer get return this.Container.GetControl<HtmlGenericControl>("itemsContainer", true);