Questions tagged [query-extender]

QueryExtender is a control for ASP.Net that applies filtering to a data source.

QueryExtender is an ASP.Net server control that applies filtering to a data source.

4 questions
2
votes
1 answer

QueryExtender IgnoreCase with Oracle

I have a QueryExtender control with an EntityDataSource as Target (db Oracle11g). I've added a Search Expression to it with the property ComparisonType="CurrentCultureIgnoreCase". When I perform the search, it doesn't ignore CaseSensitivity at all.…
2
votes
2 answers

QueryExtender Linq Orderby using TimeSpan.Parse

Basically I have a QueryExtender control of ASP.NET and First I need to Convert sql varchar value to TimeSpan of CSharp type then apply Linq OrderBy Clause on it, but get an error when execute. Here is my code: protected void…
Muhammad Adnan
  • 1,373
  • 1
  • 13
  • 20
0
votes
3 answers

how to remove case sensitivity in ASP.Net Query Extender data field search?

I applied a query extender to my text box for three fields. Its Working but it is case sensitive. e.g. if a username field is having a name "AWAIS" and i search for "awais" , it does not search and vice virsa. How can i remove sensitivity ? My Code…
Awais Alvi
  • 29
  • 1
  • 8
0
votes
1 answer

show data in datalist using RangeExpression

I have two dropdown lists which show the minimum and maximum price. I want to show all product ranges between these two dropdown lists' values in another page using RangeExpression. Both dropdown lists are on the master page. Now when I click on…
vikas
  • 23
  • 2
  • 10