Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

The search page required is a single page form with multiple free-form and drop down search selections. How to go about creating custom search page in SharePoint 2010?

share|improve this question

1 Answer

Build a custom web part in Visual Studio that performs a search, you can have as many controls as you want. This would require an understanding of building custom web parts, which can't be imparted in a forum such as this.

If you have a programming background in VB.NET or C#, you should be able to pick up the differences. You can google "Building Custom Web Parts in SharePoint 2010", here is a fairly decent one I found:

http://blog.concurrency.com/sharepoint/create-a-custom-web-part-for-sharepoint-2010/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.