Link to home
Start Free TrialLog in
Avatar of mathieu_cupryk
mathieu_cuprykFlag for Canada

asked on

Need to fire up an event through a user control that is on an aspx page

I have a user control on a aspx page and when the user selects an item I want an
event thrown SelectedIndexChanged += new
EventHandler(_ddlFields_SelectedIndexChanged);

in the behind of the aspx.cs page.

Features:&nbsp;<KORE:uxLookupTicketFeatures runat="server" ID="uxLookupTicketFeatures" KeyField="Features"
                        ValueField="Features" CssClass="FormFieldLayoutFormElement" />

<asp:Button ID="btnSubmitFeatures" runat="server"
        onclick="btnSubmitFeatures_Click" Text="Submit" />
ASKER CERTIFIED SOLUTION
Avatar of Member_2_4913559
Member_2_4913559
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial