PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Change parameter name from zoom_query?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Change parameter name from zoom_query?

    Hi
    Is it possible and where can one change the parameter when calling an aspx page with ZoomASPX:ASPXSearch control? For example I would like to call my aspx as follows, zsearch.aspx?q=thequeryString
    Thanks
    Moshe

  • #2
    The ASP.NET Server Control is compiled code (in unmanaged C++ and C#). The "zoom_query" parameters cannot be changed without recompilation.

    You can consider using the URL Rewriting option of your web server however, so that q= will be the same as zoom_query= behind the scenes.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      Thanks

      Might be a nice option in the future to add that as an attribute of the control.
      Thanks

      Comment

      Working...
      X