Search results

  1. T

    ServerFilter works on Access Database but not SQL Server.

    Hi, all I have a DAP page with a dropdownlist which I tried to list items according the ServerFilter. Suppose the dropdownlist is as following: ListRowSource->Recordset: APPLN_APPLT1 ListDisplayField->PVP_NO2: PVP_NO ListBoundField-> PVP_NO3: PVP_NO I try to apply the filter with in...
  2. T

    Data access page filter refresh the page

    Hi All, I have a data access page needs a filter by a dropdownlist, the dropdownlist used is a html control and I use javascript to filter the data programmaticlly in the onchanged event of the control. MSODSC.DataPages(0).Recordset.Filter="AppID = 3"; My problem is, when this statement runs...
Back
Top Bottom