Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to integrate google bookmark with web application using ASP.NET and C# ?
Is possible then How to integrate..
Posted

1 solution

It might be helpful,


ASP.NET Social Bookmarks
[^]

Hope it helps :)
 
Share this answer
 
Comments
abey e mathews 24-Feb-12 0:21am    
but showing error while running above code

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'AspNetSocialBookmarks._Default'.

Source Error:


Line 13: * *****************************************************************************************/
Line 14: -->
Line 15: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="AspNetSocialBookmarks._Default" %>
Line 16: <%@ Register src="Bookmarks.ascx" tagname="Bookmarks" tagprefix="aspbook" %>
Line 17:


Source File: /WebSite8/Default.aspx Line: 15

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900