<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-14003549</id><updated>2011-04-21T21:20:06.856-07:00</updated><title type='text'>Everything Tastes Like Chicken</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-14003549.post-112629695768631532</id><published>2005-09-09T13:15:00.000-07:00</published><updated>2005-09-09T13:15:57.693-07:00</updated><title type='text'>Handling gz2 file using linux</title><content type='html'>tar -xjf 'filename'&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14003549-112629695768631532?l=jamiegunn.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/112629695768631532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14003549&amp;postID=112629695768631532' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112629695768631532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112629695768631532'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/2005/09/handling-gz2-file-using-linux.html' title='Handling gz2 file using linux'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14003549.post-112629068232984880</id><published>2005-09-09T11:31:00.000-07:00</published><updated>2005-09-09T11:31:22.330-07:00</updated><title type='text'>Passing variables using forms and sessions</title><content type='html'>The following are used for passing variables using forms.&lt;br/&gt;&lt;br/&gt; $_POST[]; $_GET[];&lt;br/&gt;&lt;br/&gt;The next is for passing variables using a session variable…&lt;br/&gt;&lt;br/&gt;$_SESSION[];&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14003549-112629068232984880?l=jamiegunn.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/112629068232984880/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14003549&amp;postID=112629068232984880' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112629068232984880'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112629068232984880'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/2005/09/passing-variables-using-forms-and.html' title='Passing variables using forms and sessions'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14003549.post-112629052142142473</id><published>2005-09-09T11:28:00.000-07:00</published><updated>2005-09-09T11:28:41.426-07:00</updated><title type='text'>PHP Redirection</title><content type='html'>&lt;span style="font-family:Courier New;font-size:85%;"&gt;&amp;lt;?&lt;/span&gt;&lt;br/&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;//if IE then&lt;/span&gt;&lt;br/&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;if ($name = strstr ($HTTP_USER_AGENT, "MSIE")) &lt;/span&gt;&lt;br/&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;{ &lt;/span&gt;&lt;br/&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Header ("Location: &lt;/span&gt;&lt;a href="http://www.gohere.com/"&gt;http://www.gohere.com&lt;/a&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;/");&lt;/span&gt;&lt;br/&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;} &lt;/span&gt;&lt;br/&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;else &lt;/span&gt;&lt;br/&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;{ &lt;/span&gt;&lt;br/&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Header ("Location: http://www.gothere.com/");&lt;/span&gt;&lt;br/&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;} &lt;/span&gt;&lt;br/&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;?&amp;gt; &lt;/span&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14003549-112629052142142473?l=jamiegunn.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/112629052142142473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14003549&amp;postID=112629052142142473' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112629052142142473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112629052142142473'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/2005/09/php-redirection.html' title='PHP Redirection'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14003549.post-112619439289423915</id><published>2005-09-08T08:42:00.000-07:00</published><updated>2005-09-08T08:46:32.896-07:00</updated><title type='text'>ASP.NET 2.0 Dynamically Fill Checkboxes on TreeView filled from XML</title><content type='html'>ASP.NET 2.0 Dynamically Fill Checkboxes on TreeView filled from XML&lt;br /&gt;&lt;br /&gt;TreeView.Nodes.Count = 1 when filled by XMLDataSource.&lt;br /&gt;&lt;br /&gt;Need to use the TreeNodeDataBound event.  This fires EVERY time that a node on the tree is bound the the XML datasource.&lt;br /&gt;&lt;br /&gt;Create a event handler. &lt;br /&gt;&lt;br /&gt;protected void LoadCheckBoxes(object sender, TreeNodeEventArgs e){&lt;br /&gt;&lt;br /&gt;if (event){&lt;br /&gt;     e.Node.Checked = true;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14003549-112619439289423915?l=jamiegunn.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/112619439289423915/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14003549&amp;postID=112619439289423915' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112619439289423915'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112619439289423915'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/2005/09/aspnet-20-dynamically-fill-checkboxes_08.html' title='ASP.NET 2.0 Dynamically Fill Checkboxes on TreeView filled from XML'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14003549.post-112292754113471579</id><published>2005-08-01T13:16:00.000-07:00</published><updated>2005-08-01T13:19:07.390-07:00</updated><title type='text'>Javascript Breadcrumbs</title><content type='html'>Thanks to: &lt;a href="http://webreference.com/js/scripts/breadcrumbs/"&gt;http://webreference.com/js/scripts/breadcrumbs/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;function breadcrumbs(){&lt;br /&gt;sURL = new String;&lt;br /&gt;bits = new Object;&lt;br /&gt;var x = 0;&lt;br /&gt;var stop = 0;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;var output = "&amp;lt;a href=\"/\"&gt;Home&amp;lt;/a&gt; &lt;span style="color:#0000ff;"&gt;&gt;&lt;/span&gt; ";&lt;/span&gt;&lt;br /&gt;sURL = location.href;&lt;br /&gt;sURL = sURL.slice(8,sURL.length);&lt;br /&gt;chunkStart = sURL.indexOf("/");&lt;br /&gt;sURL = sURL.slice(chunkStart+1,sURL.length)&lt;br /&gt;while(!stop){&lt;br /&gt;chunkStart = sURL.indexOf("/");&lt;br /&gt;if (chunkStart != -1){&lt;br /&gt;bits[x] = sURL.slice(0,chunkStart)&lt;br /&gt;sURL = sURL.slice(chunkStart+1,sURL.length);&lt;br /&gt;}else{&lt;br /&gt;stop = 1;&lt;br /&gt;}&lt;br /&gt;x++;&lt;br /&gt;}&lt;br /&gt;for(var i in bits){&lt;br /&gt;output += "&amp;lt;a href=\"";&lt;br /&gt;for(y=1;y&amp;lt;x-i;y++){&lt;br /&gt;output += "../";&lt;br /&gt;}&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;output += bits[i] + "/\"&gt;" + bits[i] + "&amp;lt;/a&gt; &lt;span style="color:#0000ff;"&gt;&gt;&lt;/span&gt; ";&lt;/span&gt;&lt;br /&gt;}&lt;br /&gt;document.write(output + document.title);&lt;br /&gt;}&lt;br /&gt;&lt;pre&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14003549-112292754113471579?l=jamiegunn.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/112292754113471579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14003549&amp;postID=112292754113471579' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112292754113471579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112292754113471579'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/2005/08/javascript-breadcrumbs.html' title='Javascript Breadcrumbs'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14003549.post-112188976758041180</id><published>2005-07-20T13:00:00.000-07:00</published><updated>2005-07-20T13:02:58.366-07:00</updated><title type='text'>Webmaster Vs. Webslave... Webminion... etc.</title><content type='html'>Being a webmaster would lead one to believe that you are an expert in the black art of the web. You belong to the priesthood, you know-all, you perform magic, etc.&lt;br /&gt;&lt;br /&gt;However, what are the people who do not fit in the above category called?&lt;br /&gt;&lt;br /&gt;Web slaves?&lt;br /&gt;Web minions?&lt;br /&gt;Web undergraduates?&lt;br /&gt;Web apprentices?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14003549-112188976758041180?l=jamiegunn.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/112188976758041180/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14003549&amp;postID=112188976758041180' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112188976758041180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112188976758041180'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/2005/07/webmaster-vs-webslave-webminion-etc.html' title='Webmaster Vs. Webslave... Webminion... etc.'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14003549.post-112120368159777125</id><published>2005-07-12T14:27:00.000-07:00</published><updated>2005-07-12T14:28:01.603-07:00</updated><title type='text'>Unveiled: How to Create a Default 'Enter' Button!</title><content type='html'>&lt;p&gt;Thanks to: &lt;a href="http://www.developer.com/net/asp/article.php/1594521"&gt;http://www.developer.com/net/asp/article.php/1594521&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;This is one of those little code snippets you can pull your hair out trying to find. And no help file nor book I've come across actually gives reference to it. So, surely it can't be that important?&lt;br /&gt;Imagine you've created an ASP.NET Web page with a search button. The user taps a phrase into a text box and presses Enter. On most regular Web pages (think: Google), the form would be submitted and the results returned. In other words, the search button is automatically "clicked" for you.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;However on an ASP.NET Web page, pressing Enter resubmits the form to the server, but actually does nothing... which is pretty useless, really.&lt;br /&gt;So, how do you set a default button to be clicked when the user presses Enter? Simply add the following line to your page's Load event, replacing "btnSearch" with the name of your button. It uses a hidden Page method called RegisterHiddenField and works splendidly:Page.RegisterHiddenField("__EVENTTARGET", "btnSearch")&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14003549-112120368159777125?l=jamiegunn.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/112120368159777125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14003549&amp;postID=112120368159777125' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112120368159777125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112120368159777125'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/2005/07/unveiled-how-to-create-default-enter.html' title='Unveiled: How to Create a Default &apos;Enter&apos; Button!'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14003549.post-112120229598147069</id><published>2005-07-12T14:01:00.000-07:00</published><updated>2005-07-12T14:05:15.276-07:00</updated><title type='text'>adding javascript pop-ups to ASP.NET</title><content type='html'>&lt;p&gt;Thanks to: &lt;a href="http://www.developer.com/net/asp/article.php/1594521"&gt;http://www.developer.com/net/asp/article.php/1594521&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Switch to the HTML view of your Web form and add the following immediately after the close of the tag: &lt;/p&gt;&lt;p&gt;Enter the code window behind your Web form and add the following underneath the Public Class and Inherits lines, which allows us to manipulate this control in code:&lt;br /&gt;&lt;br /&gt;Protected WithEvents ltlAlert As System.Web.UI.WebControls.Literal&lt;br /&gt;&lt;br /&gt;Sub Say(ByVal Message As String)&lt;br /&gt;' Format string properly&lt;br /&gt;Message = Message.Replace("'", "\'")&lt;br /&gt;Message = Message.Replace(Convert.ToChar(10), "\n")&lt;br /&gt;Message = Message.Replace(Convert.ToChar(13), "")&lt;br /&gt;' Display as JavaScript alert&lt;br /&gt;ltlAlert.Text = "alert('" &amp; Message &amp;amp; "')"&lt;br /&gt;End Sub&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14003549-112120229598147069?l=jamiegunn.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/112120229598147069/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14003549&amp;postID=112120229598147069' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112120229598147069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112120229598147069'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/2005/07/adding-javascript-pop-ups-to-aspnet.html' title='adding javascript pop-ups to ASP.NET'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14003549.post-112082987343723543</id><published>2005-07-08T06:36:00.000-07:00</published><updated>2005-07-08T06:37:53.440-07:00</updated><title type='text'>RSS --&gt; HTML thanks to www.Bytescout.com</title><content type='html'>&lt;strong&gt;How to display RSS/XML news feed in ASP/ASP.NET using RSS2HTML.ASP script&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;This page provides quick guide for displaying of RSS/XML feed using free RSS2HTML ASP script in ASP or ASP.NET environment. This script can be used free of charge on any ASP or ASP.NET web-server and generate HTML from RSS feed.&lt;br /&gt;This free ASP script uses MSXML to load RSS feed from URL and display it. You can use it standalone or call from script on HTML page to generate HTML content from RSS feed and then display on your HTML page.&lt;br /&gt;&lt;br /&gt;You can download the source code of this example here: &lt;a href="http://bytescout.com/examples/asp_rss2html.zip"&gt;asp_rss2html.zip&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14003549-112082987343723543?l=jamiegunn.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/112082987343723543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14003549&amp;postID=112082987343723543' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112082987343723543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112082987343723543'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/2005/07/rss-html-thanks-to-wwwbytescoutcom_08.html' title='RSS --&gt; HTML thanks to www.Bytescout.com'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14003549.post-112075554091554581</id><published>2005-07-07T09:57:00.000-07:00</published><updated>2005-07-07T09:59:00.920-07:00</updated><title type='text'>ASP.NET Alert Box on Error</title><content type='html'>&lt;p&gt;INTRODUCTION &lt;/p&gt;&lt;p&gt;WebPage based applications display unhandled errors messages in ways which sometimes can be very confusing. A lot of technical information is displayed on the screen, which may annoy the users. Perhaps your applications handle the errors properly, but you can’t find a nice way to display them on the screen. This FAQ document shows how to display popup windows containing details about the error being handled or any other message you want to display....&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.vbcity.com/forums/faq.asp?fid=37&amp;cat=Error+Handling"&gt;http://www.vbcity.com/forums/faq.asp?fid=37&amp;amp;cat=Error+Handling&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14003549-112075554091554581?l=jamiegunn.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/112075554091554581/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14003549&amp;postID=112075554091554581' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112075554091554581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/112075554091554581'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/2005/07/aspnet-alert-box-on-error.html' title='ASP.NET Alert Box on Error'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14003549.post-111990311297631893</id><published>2005-06-27T13:08:00.000-07:00</published><updated>2005-06-27T13:11:52.980-07:00</updated><title type='text'>TreeView and XML ASP.NET 2.0 Version 1</title><content type='html'>1. Create your well formed XML Document.&lt;br /&gt;2. Insert a TreeView onto your document.&lt;br /&gt;3. In the properties of the TreeView click on NewDataSource&lt;br /&gt;4. You will be given a choice of datasources... Choose the one that makes sense!  :)&lt;br /&gt;5. ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14003549-111990311297631893?l=jamiegunn.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jamiegunn.blogspot.com/feeds/111990311297631893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14003549&amp;postID=111990311297631893' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/111990311297631893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14003549/posts/default/111990311297631893'/><link rel='alternate' type='text/html' href='http://jamiegunn.blogspot.com/2005/06/treeview-and-xml-aspnet-20-version-1.html' title='TreeView and XML ASP.NET 2.0 Version 1'/><author><name>jamie gunn</name><uri>http://www.blogger.com/profile/03193775968399322676</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
