Thank you Jason,
<%= ((CLUEAuto.BusinessEntities.ClueAutoElements.Claim)DataItem).first_payment_date%>
Now I get "The name 'DataItem' doesnot exist in the current context" error.
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?)
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...
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...
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#...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.