Hello
I have a repeater control that is getting results from the database. Now, I would like to dynamically create another repeater control inside the <itemtemplate>. I have placed a PlaceHolder control in the <itemtemplate> tag. I then create a repeater object dynamically, collect additional records that would be displayed in the child repeater object, and try to display it. Everytime I try to add the child repeater object to the Placeholder, I get the following error.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Any Ideas ??
I have a repeater control that is getting results from the database. Now, I would like to dynamically create another repeater control inside the <itemtemplate>. I have placed a PlaceHolder control in the <itemtemplate> tag. I then create a repeater object dynamically, collect additional records that would be displayed in the child repeater object, and try to display it. Everytime I try to add the child repeater object to the Placeholder, I get the following error.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Any Ideas ??