<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'General', 'Things from around the web', 'Things to try', and 'Asp.Net'</title><link>http://bloggingabout.net/search/SearchResults.aspx?a=1&amp;o=DateDescending&amp;tag=General,Things+from+around+the+web,Things+to+try,Asp.Net&amp;orTags=0</link><description>Search results matching tags 'General', 'Things from around the web', 'Things to try', and 'Asp.Net'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Reading and writing excel files and other Ado.Net tutorials</title><link>http://bloggingabout.net/blogs/mischa/archive/2006/05/30/12271.aspx</link><pubDate>Tue, 30 May 2006 10:06:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:12271</guid><dc:creator>Mischa Kroon</dc:creator><description>&lt;p&gt;I've known for some time now that it's possible to use Ado.Net to read from Excel files, I didn't know it was also possible to write to them. &lt;/p&gt;
&lt;p&gt;At least I have found a workaround by using SQL server and registering Excel files as an external resource. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://davidhayden.com/blog/dave/archive/2006/05/26/2973.aspx"&gt;Reading and writing from excel&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://davidhayden.com/blog/dave/category/26.aspx?Show=All"&gt;Other Ado.Net tutorials&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;I have no idea how this performs but it should be an interesting alternative to using the &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.aspnetpro.com/NewsletterArticle/2003/09/asp200309so_l/asp200309so_l.asp"&gt;Other methods&amp;nbsp;of exporting data to excel&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Adding search to your ASP.Net site the easy way</title><link>http://bloggingabout.net/blogs/mischa/archive/2005/09/06/9261.aspx</link><pubDate>Tue, 06 Sep 2005 00:18:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:9261</guid><dc:creator>Mischa Kroon</dc:creator><description>&lt;p&gt;This is a great way to add search to a website, and it's so simple that you will probably love it. &lt;/p&gt;
&lt;p&gt;The code needed:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;string&lt;/span&gt; search &lt;span&gt;=&lt;/span&gt; &lt;span&gt;string&lt;/span&gt;.Format(&lt;span&gt;&amp;quot;http://beta.search.msn.com/results.aspx?q=site%3yoursitehere.com+{0}&amp;amp;format=rss&amp;quot;&lt;/span&gt;, &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HttpUtility.HtmlEncode(SearchText.Text));&lt;br /&gt;
RssFeed1.DataSource &lt;span&gt;=&lt;/span&gt; search;&lt;br /&gt;
RssFeed1.DataBind();&lt;/p&gt;
&lt;p&gt;RssFeed1 is a &lt;a href="http://aspnet.4guysfromrolla.com/articles/102903-1.aspx"&gt;SKM RssFeed control&lt;/a&gt;&amp;nbsp; which can be downloaded &lt;a href="http://www.gotdotnet.com/workspaces/workspace.aspx?id=6a116a0f-66c4-4f91-9e13-a0d00960b9ad"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Only thing to do after this is add some visually pleasing styles and your done. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;An example of this in action can be found &lt;a href="http://ryanfarley.com/search.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This idea came from:&lt;br /&gt;
&lt;a href="http://ryanfarley.com/blog/archive/2005/01/12/1410.aspx"&gt;Ryan Farley's blog&lt;/a&gt;. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://ryanfarley.com/blog/archive/2005/01/12/1410.aspx#FeedBack"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>