How do you bind a datalist that is inside a bound datalist

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to bind a datalist that is inside of a bound datalist? Any
help would be greatly appreciated.
 
Sure. You just need to setup databinding for the inner datalist
programmatically in the ItemDataBound event of the outer datalist.
 
Thanks for the rapid reply! I tried that and before I get to the
itemdatabound event it gives me an error because it is trying to bind to the
inner datalist as well.

Talk to you soon.

Eliyahu Goldin said:
Sure. You just need to setup databinding for the inner datalist
programmatically in the ItemDataBound event of the outer datalist.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]


ASP Developer said:
Is it possible to bind a datalist that is inside of a bound datalist? Any
help would be greatly appreciated.
 
Back
Top