Hi All,
          I am using ASP.NET 2.0 TreeView Control..
          using XML file and  XMLDatasource for  populating the TreeView...
          while displaying  want to hide the Root Node in the  TreeView Control ...
         
          XML File Content:
          <xml>
          <Business>
           <Departments> 
              <Service>
                  <ServiceReport>
                    <Measure>
                     </Measure>
                  </ServiceReport> 
               </Service> 
           </Departments>
          </Business>
         </xml>
 
         when i bind to Tree View i will get it as
         +xml
             +Business
                +Departments
                   +Service
                      +ServiceReport
                         Measure
 
          actully i need
 
             +Business
                +Departments
                   +Service
                      +ServiceReport
                         Measure
           Thanks in Advance
            

--
Kiran R Kawalli

mob no:9880281339

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---

Reply via email to