UserControl Event won't fier
-
When a user control is loaded into a other control such az panel or other usercontrol dynamically the events do not fire.
-
When a user control is loaded into a other control such az panel or other usercontrol dynamically the events do not fire.
Which Event? find control of usercontrol and Use EventHandler for that control Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
-
Which Event? find control of usercontrol and Use EventHandler for that control Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
Thanks For Answer. For example my usercontrol have one button ,when my user control add to another usercontrol click event not fier but usercontrol load event is fiered.
-
Thanks For Answer. For example my usercontrol have one button ,when my user control add to another usercontrol click event not fier but usercontrol load event is fiered.
post ur ascx.cs file code and also ascx html source code Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
-
post ur ascx.cs file code and also ascx html source code Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="uc_CP_Product_Category.ascx.cs" Inherits="Products_CP_ModifyControl_uc_CP_Product_Category" %> <%@ Register Src="WebUserControl.ascx" TagName="WebUserControl" TagPrefix="uc2" %> <%@ Register Src="WebUserControl2.ascx" TagName="WebUserControl2" TagPrefix="uc3" %> <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %> <%@ Register Src="uc_Mdf_Products_Category.ascx" TagName="uc_Mdf_Products_Category" TagPrefix="uc1" %>
-
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="uc_CP_Product_Category.ascx.cs" Inherits="Products_CP_ModifyControl_uc_CP_Product_Category" %> <%@ Register Src="WebUserControl.ascx" TagName="WebUserControl" TagPrefix="uc2" %> <%@ Register Src="WebUserControl2.ascx" TagName="WebUserControl2" TagPrefix="uc3" %> <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %> <%@ Register Src="uc_Mdf_Products_Category.ascx" TagName="uc_Mdf_Products_Category" TagPrefix="uc1" %>
Where is ur Button1 control? Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
-
Where is ur Button1 control? Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Button" -- modified at 6:41 Thursday 19th July, 2007