How to specify Between syntax in LLBLGenProDataSource2 Select Parameters

Posts   
 
    
amitjindal
User
Posts: 34
Joined: 03-Jun-2010
# Posted on: 24-Sep-2010 09:55:24   

Hello,

I am trying to use LLBLGenProDataSource2 with a table where I need to select rows where currentdate should be between startdate and enddate that are stored in database.

How can I do this at design time on ASP.NET? Is there a way to do this.

Thx

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 24-Sep-2010 10:10:52   

You can set the LLBLGenProDataSoure's FilterToUse at some page event. (PageLoad for instance).