Pages

Thursday, April 24, 2014

Open CSV file instead of saving in SharePoint 2013

Usually when we save any CSV file in SharePoint document library and we open it, the browser actually prompts to "Save" the file first and then gives "Open" file option. How to make some settings so that browser allows CSV files to get "Open" instantly without saving them? Here is the solution - In your SharePoint 2013 server, make the settings in “IIS Mime Types” and in “DOCICON” file to open the CSV files from the browser instead of saving them.Steps to follow are:a.      ...
Read More »

Wednesday, April 16, 2014

Implementing Autocomplete Textbox in SharePoint

Implementing Autocomplete TextBox in SharePoint In my recent project activity, I got a requirement to fill the textbox with autocomplete functionality. After some research and struggle, I was able to achieve it. The best thing about the solution I created is, it is cross browser compatible. I have tested it in Chrome and Internet Explorer. What is autocomplete? Autocomplete means when user starts typing the characters in a textbox, just below the textbox, user sees the suggestions. The...
Read More »