Grid view Paging is not working with Linq Data source

I got an error when i try to use asp.net Grid view to show the Linq Data source, saying that The data source does not support server-side data paging, its not supporting with the pagination features.

To solve this i try to use the ToList() option of the linqdatasource, then its working fine.

So whenever we need to use pagination option in gridview or any other data controls then during data source setting we need to use linqDataSource.ToList() instead of just linqDataSource()

Flash not playing in Sharepoint 2010

I try to add flash swf/flv files to the sharepoint (in SharePoint 2010) page but its not playing, the reason is that we need to enable the “Broswer File Handling” settings in Central Admin -> Web application General settings to Permissive, for that web application.

I hope this may help for others who struggle rendering flash in SharePoint 2010