Hi Guys,
I'm new in the Zoom Search Engine and have some problem with the implementing. I made a new folder for the search engine in my ASP.NET application, what includes all the files from the output of the indexing. This folder contains the Search.aspx and the zoom javascripts as well. The only thing, what I did, included the javascripts to the asp file and registered the suggested codebehind in the Page_Load:
this.Form.Method = "GET";
this.Form.EnableViewState = false;
this.ClientScript.RegisterClientScriptBlock(GetTyp e(), "clr", @"document.getElementById('__VIEWSTATE').value = '';", true);
The content of the aspx is the same as the sample html file. When I trying to call the page with the zoom_query parameter, it results with an empty page without any result.
I'm pretty sure, I did something wrong, but don't know what... Can you please help me out?
Thanks in advance for any suggestions!
Best regards,
Craig85
I'm new in the Zoom Search Engine and have some problem with the implementing. I made a new folder for the search engine in my ASP.NET application, what includes all the files from the output of the indexing. This folder contains the Search.aspx and the zoom javascripts as well. The only thing, what I did, included the javascripts to the asp file and registered the suggested codebehind in the Page_Load:
this.Form.Method = "GET";
this.Form.EnableViewState = false;
this.ClientScript.RegisterClientScriptBlock(GetTyp e(), "clr", @"document.getElementById('__VIEWSTATE').value = '';", true);
The content of the aspx is the same as the sample html file. When I trying to call the page with the zoom_query parameter, it results with an empty page without any result.
I'm pretty sure, I did something wrong, but don't know what... Can you please help me out?
Thanks in advance for any suggestions!
Best regards,
Craig85
Comment