Deepload on nettier

Nettier architecture supports deapload feature.

Here how you can deepload data on code behind.

		TList entities=Data.DataRepository.TABLENAMEProvider.GetByUserId(UserId);
Data.DataRepository.TABLENAMEProvider.DeepLoad(entities,  true, Data.DeepLoadType.IncludeChildren,  typeof(OBJECTTODEEPLOAD));
grdGridView.DataSource  = entities;
grdGridView.DataBind(); 

How to bind deep objects in aspx?

		



<%# Eval("FKColumnNameSource.PropertyName")  %>



 
blog comments powered by Disqus