T
|
Tempus_Erus author 5/13/2010 |
In which one you want to use this filter function? please be some more clearer about the question..
|
A
|
ann 5/14/2010 |
Hi, SearchValue="123"
|
T
|
Tempus_Erus author 5/14/2010 |
Hi, to create a button which performs filter use custom event (Insert ASP code snippet option on the Visual Editor tab). Here is a sample code: SearchValue="123"
|
A
|
ann 5/17/2010 |
Hi, $SearchValue="123"; |
T
|
Tempus_Erus author 5/18/2010 |
Hi, to create filter button in PHP use this code: $SearchValue="123";
|