I've created a php platform that allows users to upload videos and that shows them in categories and so on. It's written in php with a mysql database.
Now i'd like to integrate the system with sharepoint 2010. The main objective is to show the list of videos the way it's shown on my current site, the secondary is to allow the user to add a video from sharepoint to my system, so it can be seen in the sharepoint list too. Third objective, which would be nice to have, is to be able to search the video (on title) from the sharepoint search functionality.
I'm new to sharepoint, but i'm fluent in asp.net and php, so programming would be no issue. I've tried to hack it by trying to show my current site in sharepoint using an iframe on a new page, but sharepoint removes the iframe tag upon save, because it's insecure.
Should i be looking in creating a new Content Type? Or is that an invalid path for my quest?
Sharepoint 2010 includes support for Silverlight applications. Since you're already fluent in .NET, perhaps you could create a Silverlight app to display your videos.
Some links to get you started:
Silverlight and SharePoint 2010: Better together
Getting Started With Silverlight and SharePoint 2010
Silverlight and Sharepoint 2010: Getting Started
SharePoint 2010 Silverlight Client Object Model - How to use
Related
I want the Content Search Webpart to display like this below.
But it's showing me this instead.
Any idea why? i have de-activated and re-activated both the features for SharePoint Server Publishing and SharePoint Server Enterprise Site Collection features. Still it does not show up what i wanted.
SOLVED
1.Go to SharePoint Central Admin found in your startup app windows
2.Go to Application Management and click on Manage service applications and click Search Service Application.
3.Go to Crawl rules and click New Crawl Rule and configure it
4.Go to Content Sources and click Start All Crawls
I have a SharePoint 2010 web application migrated to SharePoint 2013. this is a classic mode web application, we are not using claims, my client doesn't wants it ( Don't ask why?).
I had other web application migrated as same process but i can add users in them.
but in this i am not able to.
I can add users and find users in the web application in central administration. But not in the web application itself.
I am not sure what changes i have to make so that it starts picking or finding users from the people picker. any ideas.
it was because of the asp.netvalidation=2.0 not present in the httprequest line in webconfig. there was no validation for the input provided in any input box.
once we added the asp.net validation it worked fine.
It is a browser compatible issue as well whereas in new browser like IE 10 and other latest browsers it doesn't play well.
we updated the
In short the fix is to edit the pickerdialog.master file in notepad and add a meta data tag, , to the header section.
well keep in mind always save a local copy of your original master page.
it is recommended not to update any original files, we can run the site in compatible mode too.
I have a webpart, and I insert that webpart into a site of Sharepoint 2010 (WSS).
I save a site as template by that site. After, I create a new site with that site template. I export this site, and after I import it. I see a error in import site:
"A Web Part with this ID has already been added to this page".
Please help me to fix it.
(It work well on MOSS 2010)
Is new site is on the same farm as the originating site?, I would also asume that this is a Team site with Publishing features or a publishing site al togethere right?, if so, basically is having a conflict of GUIDS for a particular web part within a page or layout. If you see most of the site comming up, then is easier, because you could open the page or layout using SPDesigner and change the guids of the added webparts on the page; if not, you might need to crack open the template file and do it there.
Changing the GUIDS might help you to bring the page up, however any change done of the front-end could reverse the changes, so the best option is to edit the page and re-add the web parts, so it takes a new GUID for good.
I have developed a silverlight application with WCF-RIA services and is working fine. I have to deploy this application on a Sharepoint 2010 site.
I am new to Sharepoint 2010. I am having "Full Control" on the site. But when I am in edit mode, not able to see "Media and Content" category which is having "Silverlight" web part.
New web page -> edit page -> Insert -> Web part.
This may be a simple setting issue. Can someone please help.
Thanks.
Along with whatever Thorsten has mentioned, I had to make another setting. Providing access to the web parts which was preventing users from viewing all the web parts
you've to activate the "SharePoint Server Publishing Infrastructure" Site Collection Feature. After activating all the Silverlight WebParts are available.
Thorsten
I developer a report in Access 2007 and i want to know if there is any way that allow me to view this report in Asp.net web page ?
Not an ASP.Net page but one possible option would be to export the report as a snapshot (*.snp) file. Then you can embed the file into a HTML web page.
You would have to re-export the report each time to update it though. Also the user would have to install the snapshot viewer on their PC Download Link
I think it still works with Access 2007 see MS kb article
The HTML code would be something like:
For more information see Automate publishing a report snapshot to the Web
You should be able to connect to Access just like any other DB, and display the data using a ASP.Net DataGrid.