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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top