0
votes
1answer
11 views
Ajax Control to filter data in a DropDownList
Hello everyone. I'm making a web application using ASP and AJAX, and I have a DropDownList with some data. I've used a ListSearchExtender to filter data, and it searchs for the first data with the …
0
votes
1answer
17 views
Portletfilter to change locale?
Hello there,
the ServletResponse provides a setLocale() method to modify the locale of a response which is not commited yet. The PortletResponse doesn't provide such a method, only getLocale() - is …
0
votes
0answers
11 views
how do i find out what LDAP fields will be returned in my query
i have the following code:
using (DirectorySearcher userSearcher = new DirectorySearcher(domain))
{
userSearcher.Filter = "CN=Mydistributionlist";
…
1
vote
3answers
31 views
ASP.NET MVC Pass object from Custom Action Filter to Action
If I create an object in a Custom Action Filter in ASP.NET MVC in
public override void OnActionExecuting(ActionExecutingContext filterContext)
{
DetachedCriteria criteria = …
0
votes
1answer
31 views
Creating a Dynamic Linq filter over List<T>
Hi. Ok, I asked this question before, but deleted it as the way I went about describing my problem was wrong.
Firstly, let me state that Im creating a .NET3.5 Winforms app using C# and Plinqo …
0
votes
4answers
30 views
Overriding the JSP servlet (filter “*.jsp”) to wrap in an authentication model
Hi there,
Can the JSP servlet that filters on *.jsp (org.apache.jasper.servlet.JspServlet in Tomcat 6) be extended in some way so whenever someone goes to a JSP page I can do some server side …
0
votes
0answers
12 views
Report Builder 2.0 - SSRS - filtering in Row Groups: how to show only filtered values in the totals?
I have an aging report with totals per patient and per month.
I need to have months as column groups and patients as row groups.
plus I need to filter out patients, whose totals overall (for all …
0
votes
1answer
13 views
Custom Android Keyboard Input Filtering
I have an EditText that is to collect input for a basic calculator. I want to bring up the numeric keyboard, and thus I set android:inputType to numberDecimal|numberSigned. Problem is, the EditText …
0
votes
0answers
7 views
table2csv and columnfilters how to generate CSV with the result only?
Hi,
I'm using table2csv and and columnfilters jquery-plugins.
I'm wondering if there is a way to generate CSV of the filtered column not all the table.
Now I always got the CVS for the entire table.
…
3
votes
1answer
96 views
MATLAB: Apply a low-pass or high-pass filter to an array
Hi, is there an easy way to apply a low-pass or high-pass filter to an array in MATLAB? I'm a bit overwhelmed by MATLABs power (or the complexity of mathematics?) and need an easy function or some …
0
votes
0answers
7 views
price filter is not working- magento
price filter is not working even i clear the cache and rebuild search index.please help me
3
votes
2answers
117 views
MATLAB: filter noisy EKG signal
What is the best filter to use to remove noise from an ECG signal with matlab?
0
votes
2answers
28 views
How do I reset or override IE CSS filters?
I'm using the proprietry MS 'filter' property to try and create a non ugly equivelant to css3 text-shadow and box-shadow;
I was actually doing really well until i hit this problem. It looks like when …
1
vote
2answers
36 views
Make search input to filter through list Jquery
Hey, I am trying to create a search field that will filter or show/hide(which ever is best) the list elements based on what the user typed in and clicked the search button. I have no idea how to do …
0
votes
2answers
27 views
Adding Extra Paramaters to a Objects.filter (via Dict)?
Say we have a dvd table where we want to search for price=14.99 and rating=18. We could do:
#Making some dictionary
dict1 = {}
#Adding some stuff
dict1['price']=14.99
dict1['rating']18
#Use dict as …
