actually i'm developing web template using asp.net and c#.
i have mainTemp.aspx page which is include usercontrol page. in my usercontrol i have a listview which in this listview i have to create dynamic table inside the ItemTemplate based on a XML file. my listview code including the...
thanks jbenson001 for reply,
i'm trying to find this control from usercontrol code behind.
and i have put it in my insert function.
i have used <Table> instead of <placeHolder> in my usercontor page as below but still does not work. and i can not access the textBox.
<asp:Table runat="server"...
Actually i'm creating web template using asp.net and c#.
in my user control page i have to create the table dynamically. i just read the data from XML file then retrieve the name and number of columns and rows of each table. while i'm creating the table i assign the name and id to each cell...
Actually i'm developing template using asp.net and c#.
i'm using listview at my ascx page and my ItemTemplate is as below:
<ItemTemplate>
<tr style="background-color:#FFF8DC;color: #000000;">
<td>
<asp:Button ID="DeleteButton" runat="server" CommandName="Delete" Text="Delete"...
i have solved this problem using User Control method.
now i have put content of the page inside uc1 and used the below code to call the page at the update panel:
<uc1:WebUserControl ID="WebUserControl1" runat="server" Visible="false" />
once the user click on the related button i just change...
actually I'm developing a template using ASP.net and C#.
my template include 3 part and i want to have partial refreshing, that's why i'm using updatepanel.
in this template once the user click at the top menu it will refresh the side menu then when the user click on the side menu it will...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.