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 Mike Lewis 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. maadhukari

    Binding Listview to multiple Objects ASP.net 3.5

    I tried System.ComponentModel.Container but it doesn't have a defeiniton for DataItem.
  2. maadhukari

    Binding Listview to multiple Objects ASP.net 3.5

    Thank you Jason, <%= ((CLUEAuto.BusinessEntities.ClueAutoElements.Claim)DataItem).first_payment_date%> Now I get "The name 'DataItem' doesnot exist in the current context" error.
  3. maadhukari

    Binding Listview to multiple Objects ASP.net 3.5

    Hi Jason, Thank you. I get the following error at the below line of code <%= ((Claim)DataItem).first_payment_date%> Error is :The type or namespace name 'Claim' could not be found (are you missing a using directive or an assembly reference?)
  4. maadhukari

    Binding Listview to multiple Objects ASP.net 3.5

    Hi Jason, Thank you very much. What I am trying to write in the ???? area is to bind the Claim class to the second Listview. When I supply "claim" to datasource property I get the error message : claim is not a property of result_dataset class, which is true. How can i assign claim class to...
  5. maadhukari

    Binding Listview to multiple Objects ASP.net 3.5

    Hello, I am using Object as the data source to my Listview and trying to display data in a Hierarchical manner. I am not able to figure out how to bind these objects to my listviews. Below pasted is the code. I am trying to place Listview inside another listview, inside another listview...
  6. maadhukari

    Hierarchical Grid Asp.net 3.5

    Could please provide me with an example. Thanks Madhu
  7. maadhukari

    Hierarchical Grid Asp.net 3.5

    Hello, Any ideas on how I can acheive 'Hierarchical' gridview? What I want is Parent-child cascading (Multi level). I am using LINQ to XML to fetch data from an XML file and persist it in the C# object and dispaly the data in a ListView Control with all the different levels of hierarchy. (C#...

Part and Inventory Search

Back
Top