|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SIMPLE USER CONTROL PROBLEMI added a label into my ascx file wich has "Label" text as default. When i try to change its value in my ascx file's page_load event Label1.Text ="Value"; It still shows Label as its text. In my ascx file <asp:Label id="Label1" runat="server">Label</asp:Label> I call my user control in main page's page_load event Skin.UserCartHistory pch1=(Skin.UserCartHistory) Page.LoadControl ("Skin/UserCartHistory.ascx"); this.AddControl (pch1,"_uch",true); this.SetActive(e.Query); What can be the problem ?
Save Child GridView only when parent GridView Saved
Creating composite web controls Custom control with ListBox Selecting a value from a Gridview Control HyoerLink - need 2 params Select text in asp:textbox Failed to load viewstate. Auto postback in dropdownlist WebParts - can you transfer one users choice to all users? Event Handler for Control in a Nested Datagrid |
|||||||||||||||||||||||