Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fsh290

    access the textbox of dynamically creaed table inside the listview

    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...
  2. fsh290

    how to access the textbox of dynamically created table in user control

    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"...
  3. fsh290

    how to access the textbox of dynamically created table in user control

    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...
  4. fsh290

    how to change the values of label in listview from codebehind?

    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"...
  5. fsh290

    load aspx page which is include listview in Masterpage that contain Up

    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...
  6. fsh290

    load aspx page which is include listview in Masterpage that contain Up

    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...

Part and Inventory Search

Back
Top