<llblgenpro:LLBLGenProDataSource2 ID="TicketPriorityCollectionDataSource" runat="server"
DataContainerType="EntityCollection" EnablePaging="True"
AdapterTypeName="Data.Rad.DatabaseSpecific.CustomDataAccessAdapter, Data.RadDBSpecific"
EntityFactoryTypeName="Data.Rad.FactoryClasses.TicketPriorityEntityFactory, Data.Rad">
<SelectParameters>
<asp
arameter Name="IsActive" DbType="Boolean" DefaultValue="True" />
</SelectParameters>
</llblgenpro:LLBLGenProDataSource2>
<llblgenpro:LLBLGenProDataSource2 ID="MessageCollectionDataSource" runat="server"
DataContainerType="EntityCollection" EnablePaging="True"
AdapterTypeName="Data.Rad.DatabaseSpecific.CustomDataAccessAdapter, Data.RadDBSpecific"
EntityFactoryTypeName="Data.Rad.FactoryClasses.MessageEntityFactory, Data.Rad">
<SelectParameters>
<asp:P arameter Name="IsActive" DbType="Boolean" DefaultValue="True" />
</SelectParameters>
</llblgenpro:LLBLGenProDataSource2>
Here is my datasource control in markup. Is there a way to stop these from loading all there data. I need to populate them later.