Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. Problem with binding XMl data into nested repeater control??

Problem with binding XMl data into nested repeater control??

Scheduled Pinned Locked Moved XML / XSL
questioncsharpwpfwcfadobe
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vishnu Narayan Mishra
    wrote on last edited by
    #1

    Hello every one ! How can I display data into repeater control.. for eg. I have to display data in the following format from XML rediffHomePage(First Repeater) --HotJobs(Second Repeater) --Label rediffHomePage1(Second Repeater) --Images (Second Repeater) --Air Tickets I have to display of and below this label I have to display of FieldsToSupport/FieldToSupport for each . How can I bind repeater.. Following is structure my XML file -------------------------------------------------------------------------- 199d1dfd-63ca-4271-b234-77da0f579e0e ... 1 ... HotJobs ... ... Game ... rediffHomePage e62abc49-efc7-4a5d-908f-33f2f4df070b ... 2 .. Images .. ... Air Tickets ... rediffHomePage1 -------------------------------------------------------------------------- and the code written in c# to extract data from XML given below -------------------------------------------------------------------------- XmlDocument objXmlDocument = new XmlDocument(); objXmlDocument.Load(strAlbumPath + "\\" + strAlbumName + ".linkinfo.xml"); int count = 0; int intChildCount = 0; XmlNodeList objList = objXmlDocument.SelectNodes("/LinkInformation/ScreensToSupport/ScreenToSupport"); string lsString = ""; String strParentLabel = ""; string strChildLabel = "";

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups