Hi,We are selecting values from two columns which does not include
primary key or unique & binding it to drop down and thus getting
multiple values in dropdown.The code snippet is:ctx.students =
xtk.queryDef.create(
).ExecuteQuery();How can we can fetch only DISTINCT
records?ThanksSachin