This page has moved. You will be automatically redirected to its new location in 10 seconds. If you aren't forwarded to the new page, click here.

Search This Blog

Thursday, May 28, 2009

Elevating permissions/privileges in SharePoint

http://blogs.objectsharp.com/CS/blogs/jlee/archive/2009/01/06/elevating-privileges-in-sharepoint.aspx

Anonymous access in Sharepoint

http://sharepointlogics.com/2009/05/how-to-enable-anonymous-access-in.html

My problem (grayed out items in list anonymous users permissions) was solved by 
  • List settings > Advanced permissions > Allow read permissions to "All Items" instead of Only "their own" and then recheck the list permissions for anonymous users.

Add items to SharePoint list programmatically

http://blog.the-dargans.co.uk/2007/04/programmatically-adding-items-to.html

AllowUnsafeUpdates

http://hristopavlov.wordpress.com/2008/05/16/what-you-need-to-know-about-allowunsafeupdates/

AllowUnsafeUpdates

http://hristopavlov.wordpress.com/2008/05/16/what-you-need-to-know-about-allowunsafeupdates/

Tuesday, May 19, 2009

Watermark an Image using ASP.NET

http://www.eggheadcafe.com/community/aspnet/2/10080566/re.aspx

http://www.daniweb.com/forums/thread105229.html#

http://www.codeproject.com/KB/aspnet/httpImageHandler.aspx

http://www.dnzone.com/go?1397

http://community.devexpress.com/blogs/aspnet/archive/2009/03/20/add-watermark-to-asp-net-textbox.aspx

http://forums.asp.net/t/901961.aspx - MOST Useful for me

Search with filetype on Google

Write Query then put a space and type "filetype:ext" (without quotes)

e.g.

User Interface Design filetype:ppt

Will search against the keyword User Interface Design and will result only ppt files.

MVC Controller and Actions

http://msdn.microsoft.com/en-us/library/dd410269.aspx

MVC and ASP.NET Chart Controls

http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/

http://www.codeproject.com/KB/aspnet/MvcChartControlFileResult.aspx

http://stackoverflow.com/questions/680448/asp-net-mvc-how-to-add-a-code-behind-page-to-a-partial-view

http://kinsey.no/blog/index.php/2008/11/13/microsoft-chart-controls-for-the-net-framework-rendering-using-a-httphandler/

http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx

http://www.myblogon.net/archive/2009/02/15/21.aspx

http://weblogs.asp.net/melvynharbour/archive/2008/11/25/combining-asp-net-mvc-and-asp-net-charting-controls.aspx

Get current url of the web page

Request.Url

http://dotnettipoftheday.org/tips/HttpRuntime.AppDomainAppVirtualPath.aspx

http://forums.asp.net/t/1383898.aspx