where condition in repeater

ramesh perera asked on October 27, 2015 08:35

HI!

My site is kentico portal base site and there is a repeater there. and within the repeater i need to set the where clouse. there is a column called "startDate" so within the where clouse i need to check wheter startDate is grater than today date expect answer as soon as possible Thanks Ramesh

Recent Answers


Juraj Ondrus answered on October 27, 2015 09:35

Hi,
The WHERE condition is standard SQL syntax, so you can also use the SQL server functions, for example the GetDate function

startDate > GetDate()
2 votesVote for this answer Mark as a Correct answer

ramesh perera answered on October 27, 2015 10:24

thanks Juraj

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.