Search Result

Collapse
2 results in 0.0036 seconds.
Keywords
Members
Tags
xmldatasource
  •  

  • sachtech
    started a topic Filtering the XML Nodes bound with dropdownlist
    in XML

    Filtering the XML Nodes bound with dropdownlist

    Hello Friends, I have two DropDownList: 1) CollegeDDL which contains Four static names of the colleges. : Homeopathic Medical College,Physiot herapy College,Institu te of Ayurveda,Instit ute of Business Administration


    2) CourseDDL which is bind to CourseDetail.XM L.
    Code:
                
            <Institutes>  
            <Institute>
            <InstituteName>  Homoeopathic Medical College  </InstituteName>
    ...
    See more | Go to post

  • furqi
    started a topic tree view control

    tree view control

    hey there i have made a tree view control and i am having a problem that my data is not displaying on the screen can any body solve my problem


    here below is the code

    Code:
    <asp:XmlDataSource ID="XmlDataSource1" runat="server" 
                DataFile="~/App_Data/treedata.xml" XPath="\treedata" 
                TransformFile="~/App_Data/xslfile.xslt"></asp:XmlDataSource>
    ...
    See more | Go to post
Working...