<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Integrating a Custom ASP.NET Application into SharePoint (Part 4)</title>
	<atom:link href="http://www.devexpertise.com/2009/04/01/integrating-a-custom-aspnet-application-into-sharepoint-part-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devexpertise.com/2009/04/01/integrating-a-custom-aspnet-application-into-sharepoint-part-4/</link>
	<description>Practical tips and tricks for all things .NET, SharePoint, Silverlight, InfoPath, and general application development.</description>
	<lastBuildDate>Wed, 12 May 2010 15:57:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DevExpert</title>
		<link>http://www.devexpertise.com/2009/04/01/integrating-a-custom-aspnet-application-into-sharepoint-part-4/comment-page-1/#comment-1085</link>
		<dc:creator>DevExpert</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/04/01/integrating-a-custom-aspnet-application-into-sharepoint-part-4/#comment-1085</guid>
		<description>Gov, unfortunately I no longer have the code in a handy VS solution I can provide.  Luckily I didn&#039;t have anything in the solution that I didn&#039;t blog about, so there shouldn&#039;t be any surprises.  Sorry!</description>
		<content:encoded><![CDATA[<p>Gov, unfortunately I no longer have the code in a handy VS solution I can provide.  Luckily I didn&#8217;t have anything in the solution that I didn&#8217;t blog about, so there shouldn&#8217;t be any surprises.  Sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DevExpert</title>
		<link>http://www.devexpertise.com/2009/04/01/integrating-a-custom-aspnet-application-into-sharepoint-part-4/comment-page-1/#comment-1084</link>
		<dc:creator>DevExpert</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/04/01/integrating-a-custom-aspnet-application-into-sharepoint-part-4/#comment-1084</guid>
		<description>Peter,

The only way I know of to &quot;automatically&quot; insert data into a database when a document is uploaded to a SharePoint document library is to write a list event handler.  Basically what that will do is fire your custom code whenever a specific list event occurs (ItemAdded, ItemUpdated, etc.).  It will be up to the code (which can be VB or C#) to pick off what it needs from the new document/list item and insert that into your DB.  I would imagine a simple Response.Redirect() can also be placed in the event handler code which would return the user to the application.
More information on event handlers can be found &lt;a href=&quot;http://blogs.msdn.com/brianwilson/archive/2007/03/05/part-1-event-handlers-everything-you-need-to-know-about-microsoft-office-sharepoint-portal-server-moss-event-handlers.aspx&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.   Good luck!</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>The only way I know of to &#8220;automatically&#8221; insert data into a database when a document is uploaded to a SharePoint document library is to write a list event handler.  Basically what that will do is fire your custom code whenever a specific list event occurs (ItemAdded, ItemUpdated, etc.).  It will be up to the code (which can be VB or C#) to pick off what it needs from the new document/list item and insert that into your DB.  I would imagine a simple Response.Redirect() can also be placed in the event handler code which would return the user to the application.<br />
More information on event handlers can be found <a href="http://blogs.msdn.com/brianwilson/archive/2007/03/05/part-1-event-handlers-everything-you-need-to-know-about-microsoft-office-sharepoint-portal-server-moss-event-handlers.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/comment/blogs.msdn.com');" rel="nofollow">here</a>.   Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Levine</title>
		<link>http://www.devexpertise.com/2009/04/01/integrating-a-custom-aspnet-application-into-sharepoint-part-4/comment-page-1/#comment-1083</link>
		<dc:creator>Peter Levine</dc:creator>
		<pubDate>Thu, 25 Jun 2009 18:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/04/01/integrating-a-custom-aspnet-application-into-sharepoint-part-4/#comment-1083</guid>
		<description>Hi,

I am considering adding a link to an existing SharePoint site on our application so that users will be able to add documentation to SharePoint &#039;from&#039; our application. After the document is loaded I would like:

(1) To add VB code that will update our application&#039;s DB with the path of the new document so that it can be viewed from our application.

(2) Return the user to our application either immediately, or via a javascript alert. Is this possible?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am considering adding a link to an existing SharePoint site on our application so that users will be able to add documentation to SharePoint &#8216;from&#8217; our application. After the document is loaded I would like:</p>
<p>(1) To add VB code that will update our application&#8217;s DB with the path of the new document so that it can be viewed from our application.</p>
<p>(2) Return the user to our application either immediately, or via a javascript alert. Is this possible?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gov</title>
		<link>http://www.devexpertise.com/2009/04/01/integrating-a-custom-aspnet-application-into-sharepoint-part-4/comment-page-1/#comment-975</link>
		<dc:creator>Gov</dc:creator>
		<pubDate>Thu, 02 Apr 2009 16:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/04/01/integrating-a-custom-aspnet-application-into-sharepoint-part-4/#comment-975</guid>
		<description>Could you upload your solution (source code) please</description>
		<content:encoded><![CDATA[<p>Could you upload your solution (source code) please</p>
]]></content:encoded>
	</item>
</channel>
</rss>
