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 Wanet Telecoms Ltd 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: *

  • Users: fsh290
  • Content: Threads
  • Order by date
  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

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