<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Liverpool Users of .Net Google Group</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet</link>
  <description>Liverpool .net user group</description>
  <language>en</language>
  <item>
  <title>Re: [luodn] Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/410dca4f98f20667?show_docid=410dca4f98f20667</link>
  <description>
  It&#39;s a &amp;quot;switch user&amp;quot; for admin. &lt;br&gt; &lt;p&gt;It&#39;s working ok now, like so... &lt;br&gt; &lt;p&gt;using (Html.BeginForm(&amp;quot;ChangeClient&amp;quot; , &amp;quot;Admin&amp;quot;, FormMethod.Post, new { id &lt;br&gt; = &amp;quot;ChangeUser&amp;quot; })) &lt;br&gt; &lt;p&gt;{ %&amp;gt; &lt;br&gt; &lt;p&gt; &amp;lt;%= Html.DropDownList(&amp;quot;clientid&amp;quot;, (from c in new &lt;br&gt; DataDataContext().Clients orderby c.Name select new SelectListItem() {
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/410dca4f98f20667?show_docid=410dca4f98f20667</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Tue, 09 Sep 2009 11:11:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/365bbc8fa9a1e075?show_docid=365bbc8fa9a1e075</link>
  <description>
  Ahh, session state, another ASP.NET legacy! It doesn&#39;t translate well &lt;br&gt; to MVC. Current page can be determined by your url, or current action. &lt;br&gt; Might be worth looking at filters if you need something to be run &lt;br&gt; before every single action. Create a BaseController and define your &lt;br&gt; filters in there. &lt;br&gt; &lt;p&gt;Are you doing a search form that will be on every single page of a site?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/365bbc8fa9a1e075?show_docid=365bbc8fa9a1e075</guid>
  <author>
  donovanh...@gmail.com
  (Donovan Hide)
  </author>
  <pubDate>Tue, 09 Sep 2009 10:57:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/f16294ff42a48002?show_docid=f16294ff42a48002</link>
  <description>
  but how do I get the current page into tempdata in the first place? I&#39;d &lt;br&gt; have to put it in there during the execution of every single action, &lt;br&gt; plus it&#39;s session scoped so if the user has more than one page open &lt;br&gt; they&#39;ll get redirected back to the last action executed rather than the &lt;br&gt; one they just came from.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/f16294ff42a48002?show_docid=f16294ff42a48002</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Tue, 09 Sep 2009 10:43:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/5e31759aacaaface?show_docid=5e31759aacaaface</link>
  <description>
  This chap just uses some lambdas and model mapping with &lt;br&gt; RedirectToAction to pass his state around actions: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jonkruger.com/blog/2009/04/06/aspnet-mvc-pass-parameters-when-redirecting-from-one-action-to-another/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Kind of depends how you&#39;ve set up your models really. &lt;br&gt; &lt;p&gt;2009/9/15 Thom Shannon &amp;lt;t...@glow-internet.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/5e31759aacaaface?show_docid=5e31759aacaaface</guid>
  <author>
  donovanh...@gmail.com
  (Donovan Hide)
  </author>
  <pubDate>Tue, 09 Sep 2009 10:39:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/9c1bbef0092edcdb?show_docid=9c1bbef0092edcdb</link>
  <description>
  Personally I think the hidden input is more of a hack, tempdata is &lt;br&gt; provided by the framework to temporarily hold stuff whilst you perform &lt;br&gt; some logic, this sounds ideal for what you want to do. That way you &lt;br&gt; know there&#39;s no tampering. &lt;br&gt; &lt;p&gt;Just my thoughts anyway. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Regards, &lt;br&gt; &lt;p&gt;Michael James
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/9c1bbef0092edcdb?show_docid=9c1bbef0092edcdb</guid>
  <author>
  m...@mjjames.co.uk
  (Michael James)
  </author>
  <pubDate>Tue, 09 Sep 2009 10:38:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/63f1c900491b9fb9?show_docid=63f1c900491b9fb9</link>
  <description>
  I&#39;ve used TempData a couple of times, it looks like a bit of a hack &lt;br&gt; really. I think I&#39;ll go with the hidden input option. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; * Want to become an expert Digital Marketer? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.glow-internet.com/bootcamp&quot;&gt;[link]&lt;/a&gt; &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.glow-internet.com/bootcamp&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;Glow New Media &lt;br&gt; t: 0151 707 9770 &lt;br&gt; m: 07730 987 574
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/63f1c900491b9fb9?show_docid=63f1c900491b9fb9</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Tue, 09 Sep 2009 10:34:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/93af1ebbefd0d156?show_docid=93af1ebbefd0d156</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://stackoverflow.com/questions/1936/how-to-redirecttoaction-in-asp-net-mvc-without-losing-request-data&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;TempData is your friend! &lt;br&gt; &lt;p&gt;2009/9/15 Derek Fowler &amp;lt;dezfow...@gmail.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/93af1ebbefd0d156?show_docid=93af1ebbefd0d156</guid>
  <author>
  donovanh...@gmail.com
  (Donovan Hide)
  </author>
  <pubDate>Tue, 09 Sep 2009 10:30:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/9f26021fb05e224a?show_docid=9f26021fb05e224a</link>
  <description>
  I dunno what the &amp;quot;right&amp;quot; answer is but could your controller inherit from a &lt;br&gt; common controller that provides the action method for your partial? You&#39;d &lt;br&gt; have to record what the current action was so you could redirect back to &lt;br&gt; that action when your partial one is done. &lt;br&gt; &lt;p&gt;2009/9/15 Thom Shannon &amp;lt;t...@glow-internet.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/9f26021fb05e224a?show_docid=9f26021fb05e224a</guid>
  <author>
  dezfow...@gmail.com
  (Derek Fowler)
  </author>
  <pubDate>Tue, 09 Sep 2009 10:26:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/4774e8948d7330d6?show_docid=4774e8948d7330d6</link>
  <description>
  Another question for you all. &lt;br&gt; I have a partial view and I want it to perform a simple action on the &lt;br&gt; server, but return the user to the current page. Do I have to post to &lt;br&gt; another action and then get it to redirect back to that page? What&#39;s the &lt;br&gt; right way to do that redirect while preserving all the parameters etc?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/4774e8948d7330d6?show_docid=4774e8948d7330d6</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Tue, 09 Sep 2009 10:20:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/cf0eabbd38ab9eb6?show_docid=cf0eabbd38ab9eb6</link>
  <description>
  You could also have two forms with different Ajax.ActionLinks &lt;br&gt; specified and then return a partial with search results from each one. &lt;br&gt; To be honest I found the transition to mvc a bit painful, but like &lt;br&gt; others have said well worth it once you can break out of the old &lt;br&gt; webforms mindset and once you add jquery into the mix it&#39;s really fun.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/cf0eabbd38ab9eb6?show_docid=cf0eabbd38ab9eb6</guid>
  <author>
  a...@myogenic.co.uk
  (Adam Cooper)
  </author>
  <pubDate>Mon, 09 Sep 2009 20:13:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/33c42bba2d6aa6ea?show_docid=33c42bba2d6aa6ea</link>
  <description>
  Bit far for me to come now - suppose I could get a flight. &lt;br&gt; &lt;p&gt;2009/9/14 Thom Shannon &amp;lt;t...@glow-internet.com&amp;gt; &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Derek Fowler &lt;br&gt; m. +44 (0) 7966 512 369 &lt;br&gt; e. dezfow...@gmail.com
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/33c42bba2d6aa6ea?show_docid=33c42bba2d6aa6ea</guid>
  <author>
  dezfow...@gmail.com
  (Derek Fowler)
  </author>
  <pubDate>Mon, 09 Sep 2009 11:26:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/757431de959906e3?show_docid=757431de959906e3</link>
  <description>
  Thanks guys! That was all helpful. &lt;br&gt; We should get the luodn meetings going again :)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/757431de959906e3?show_docid=757431de959906e3</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Mon, 09 Sep 2009 11:13:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/e57e41f482381a33?show_docid=e57e41f482381a33</link>
  <description>
  Hi Thom. &lt;br&gt; Used it quite a bit. &lt;br&gt; &lt;p&gt;I find it better to separate everything out, sometimes a controller action &lt;br&gt; for each form is best. In your case I would have a Search action on the the &lt;br&gt; controller that you are using. Then on your view (web page) have two forms &lt;br&gt; with the same method and action but with different hidden variables
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/e57e41f482381a33?show_docid=e57e41f482381a33</guid>
  <author>
  paul.kin...@gmail.com
  (Paul Kinlan)
  </author>
  <pubDate>Mon, 09 Sep 2009 10:37:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/0fd8da12bae8c87c?show_docid=0fd8da12bae8c87c</link>
  <description>
  Actually, re-reading your post it seems like your problem is how to &lt;br&gt; re-render the page after a post. Simple answer is don&#39;t, maintain &lt;br&gt; state in the client and do an AJAX post with some jQuery to an action &lt;br&gt; which returns just the search results and inserts them into the DOM. &lt;br&gt; The Postback and ViewState models don&#39;t really transfer to MVC.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/0fd8da12bae8c87c?show_docid=0fd8da12bae8c87c</guid>
  <author>
  donovanh...@gmail.com
  (Donovan Hide)
  </author>
  <pubDate>Mon, 09 Sep 2009 10:35:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/cbc06176820a785f?show_docid=cbc06176820a785f</link>
  <description>
  You can have actions with the same name but you need to use the AcceptVerb &lt;br&gt; attribute and specify which verbs each is responsible for i.e. have one of &lt;br&gt; them handle the POST from the search form. Easiest thing is probably to just &lt;br&gt; have the action method expect two strings from the form and check &lt;br&gt; IsNullOrEmpty on each and decide what to do based on that.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/cbc06176820a785f?show_docid=cbc06176820a785f</guid>
  <author>
  dezfow...@gmail.com
  (Derek Fowler)
  </author>
  <pubDate>Mon, 09 Sep 2009 10:35:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/a9a7769468089730?show_docid=a9a7769468089730</link>
  <description>
  Hi Thom, &lt;br&gt; &lt;p&gt;you&#39;ve got a few options: &lt;br&gt; &lt;p&gt;- Build a url which describes the form submit and redirect through &lt;br&gt; routing to the appropriate action, eg: &lt;br&gt; &lt;p&gt;/search/code/ goes to SearchController with action Code &lt;br&gt; &lt;p&gt;/search/department/ goes to SearchController with action Department &lt;br&gt; &lt;p&gt;- Add a form field which describes the search type and do a switch on
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/a9a7769468089730?show_docid=a9a7769468089730</guid>
  <author>
  donovanh...@gmail.com
  (Donovan Hide)
  </author>
  <pubDate>Mon, 09 Sep 2009 10:32:54 UT
</pubDate>
  </item>
  <item>
  <title>MVC</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/1122a9158f8e714c?show_docid=1122a9158f8e714c</link>
  <description>
  anyone else using it much? &lt;br&gt; The theory sounds great, but when you actually get into it&#39;s quite hard &lt;br&gt; to work how to fit an application into it. Examples and docs seem to be &lt;br&gt; really lacking and most of the code you find is out of date. I&#39;m trying &lt;br&gt; to figure out how to get some search results to update from a couple of
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/15a312689612d0df/1122a9158f8e714c?show_docid=1122a9158f8e714c</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Mon, 09 Sep 2009 10:25:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] hello</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/a4af40d070dbba2a?show_docid=a4af40d070dbba2a</link>
  <description>
  Hello all &lt;br&gt; &lt;p&gt;Thought I&#39;d de-lurk for a little while to introduce myself. I&#39;m Adam &lt;br&gt; Cooper, been working with asp.net for the last 8 years, contracting at &lt;br&gt; various places ever since I moved to liverpool about 4 years ago. I am &lt;br&gt; currently loving asp.net mvc and subsonic 3 as well as having a bit of
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/a4af40d070dbba2a?show_docid=a4af40d070dbba2a</guid>
  <author>
  a...@myogenic.co.uk
  (Adam Cooper)
  </author>
  <pubDate>Tue, 07 July 2009 16:21:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: hello</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/63c4a8de501669c0?show_docid=63c4a8de501669c0</link>
  <description>
  Hi Ian, &lt;br&gt; &lt;p&gt;Sounds like an interesting project, put me on the survey list. &lt;br&gt; &lt;p&gt;Thom &lt;br&gt; &lt;p&gt;-- &lt;br&gt; *** OPEN COFFEE - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://upcoming.yahoo.com/group/3263/&quot;&gt;[link]&lt;/a&gt; *** &lt;br&gt; &lt;p&gt;Terms &amp;amp; Conditions Apply: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.glow-internet.com/home/terms.aspx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Glow New Media &lt;br&gt; t: 0151 707 9770 &lt;br&gt; m: 07730 987 574 &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.glow-internet.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/63c4a8de501669c0?show_docid=63c4a8de501669c0</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Mon, 06 June 2009 12:45:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: hello</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/fac61b38069f1e7d?show_docid=fac61b38069f1e7d</link>
  <description>
  I concur. Gary - He lurks a lot ;) &lt;br&gt; &lt;p&gt;2009/6/26 Gary Pretty &amp;lt;Gary.Pre...@mclsoftware.co.uk &amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/fac61b38069f1e7d?show_docid=fac61b38069f1e7d</guid>
  <author>
  paul.kin...@gmail.com
  (Paul Kinlan)
  </author>
  <pubDate>Fri, 06 June 2009 11:59:36 UT
</pubDate>
  </item>
  <item>
  <title>Lurker alert</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/8e8b7900e3c080f8/3b828a87ca9ba101?show_docid=3b828a87ca9ba101</link>
  <description>
  Hi, &lt;br&gt; You said intro - well I am a ISV currently developing in Delphi (Win32), but &lt;br&gt; from time to time booting up my MS VS 20008. Got a retainer with a client &lt;br&gt; and I may start doing some C# on that project. &lt;br&gt; &lt;p&gt;Almost all my work is database related (primarily Interbase and Firebird). &lt;br&gt; &lt;p&gt;Very interests in Object Relational Mapping as I am fed up with hand
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/8e8b7900e3c080f8/3b828a87ca9ba101?show_docid=3b828a87ca9ba101</guid>
  <author>
  ja...@jac2.co.uk
  (Jason Chapman)
  </author>
  <pubDate>Fri, 06 June 2009 11:31:45 UT
</pubDate>
  </item>
  <item>
  <title>RE: [luodn] hello</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/41e5d091a5b0bd6f?show_docid=41e5d091a5b0bd6f</link>
  <description>
  Yes, another lurker over here! &lt;br&gt; &lt;p&gt;I am Gary Pretty, &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://blog.garypretty.co.uk&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Currently work as a Developer for Experian and as a freelance web &lt;br&gt; developer. &lt;br&gt; &lt;p&gt;Cheers &lt;br&gt; &lt;p&gt;Gary &lt;br&gt; &lt;p&gt;-----Original Message----- &lt;br&gt; [mailto:liverpoolusersofdotnet @googlegroups.com] On Behalf Of Thom &lt;br&gt; Shannon &lt;br&gt; Sent: 26 June 2009 10:00
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/41e5d091a5b0bd6f?show_docid=41e5d091a5b0bd6f</guid>
  <author>
  gary.pre...@mclsoftware.co.uk
  (Gary Pretty)
  </author>
  <pubDate>Fri, 06 June 2009 11:03:54 UT
</pubDate>
  </item>
  <item>
  <title>RE: [luodn] hello</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/745317650afede33?show_docid=745317650afede33</link>
  <description>
  Hi Guys, &lt;br&gt; &lt;p&gt;Yup, you got me. I&#39;m a lurker and have been for some time. &lt;br&gt; &lt;p&gt;About me: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.iancarroll.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;At the moment I&#39;m doing a research project on source code metrics - useful &lt;br&gt; metrics that is. I&#39;ll be sending a survey out soon with the objective of &lt;br&gt; getting a view of the general size of projects being undertaken across the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/745317650afede33?show_docid=745317650afede33</guid>
  <author>
  i...@solutioneers.co.uk
  (Ian Carroll)
  </author>
  <pubDate>Fri, 06 June 2009 10:59:53 UT
</pubDate>
  </item>
  <item>
  <title>hello</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/2c3c6f5711b77ea8?show_docid=2c3c6f5711b77ea8</link>
  <description>
  I think we may have a few lurkers on here now, but it&#39;s been pretty quiet! &lt;br&gt; So hello, welcome to the group, feel free to introduce yourselves. &lt;br&gt; Thom
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e4f69d31b7481025/2c3c6f5711b77ea8?show_docid=2c3c6f5711b77ea8</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Fri, 06 June 2009 08:59:53 UT
</pubDate>
  </item>
  <item>
  <title>Howduino Hackday</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/ee570a63d1558fd1/9aec9d724f62af69?show_docid=9aec9d724f62af69</link>
  <description>
  Sat May 23rd, FACT at Liverpool &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.howduino.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Howduino is a free, one day event about connecting the internet to the &lt;br&gt; real world, breathing life into inanimate objects and creating new ways &lt;br&gt; to interact with things. It&#39;s for artists, programmers, designers, &lt;br&gt; hobbyists and anyone else interested in robotics, technology,
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/ee570a63d1558fd1/9aec9d724f62af69?show_docid=9aec9d724f62af69</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Tue, 03 Mar 2009 11:23:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: tonights cancelled</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/cb7cf2240472daef/3f7389a4d79ccea7?show_docid=3f7389a4d79ccea7</link>
  <description>
  Chris will be the one NOT using a mac laptop :)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/cb7cf2240472daef/3f7389a4d79ccea7?show_docid=3f7389a4d79ccea7</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Thu, 03 Mar 2009 10:00:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] tonights cancelled</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/cb7cf2240472daef/486b34f9011d35b0?show_docid=486b34f9011d35b0</link>
  <description>
  Hi Folks, &lt;br&gt; &lt;p&gt;Apologies for my lack of ability in helping get this organised - like &lt;br&gt; many others I&#39;ve been run off my feet since Christmas. I will be in &lt;br&gt; the Fact Cafe this evening from about 6:00pm-7:30pm, so if anyone &lt;br&gt; wants to meet up to discuss anything or help organise a more &lt;br&gt; successful event (for next month?) come and find me in Fact.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/cb7cf2240472daef/486b34f9011d35b0?show_docid=486b34f9011d35b0</guid>
  <author>
  calc...@gmail.com
  (Chris Alcock)
  </author>
  <pubDate>Thu, 03 Mar 2009 09:58:15 UT
</pubDate>
  </item>
  <item>
  <title>tonights cancelled</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/cb7cf2240472daef/e09d0bb11a3957eb?show_docid=e09d0bb11a3957eb</link>
  <description>
  Hi all, &lt;br&gt; We have a meeting scheduled in but I don&#39;t think it&#39;s going to be &lt;br&gt; happening (not at glows office anyway!) &lt;br&gt; If people are still interested in meeting up can I suggest the FACT &lt;br&gt; cafe? (88 Wood Street, Liverpool, L1 4DQ) &lt;br&gt; Sorry I can&#39;t make it though. &lt;br&gt; Thom
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/cb7cf2240472daef/e09d0bb11a3957eb?show_docid=e09d0bb11a3957eb</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Thu, 03 Mar 2009 09:46:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: form autocomplete in asp.net</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/86d267abb28028ca/d3456af5039e3ea1?show_docid=d3456af5039e3ea1</link>
  <description>
  Cheers Matt, that sounds promising. &lt;br&gt; &lt;p&gt;Paul, yes you&#39;re right it does use names but it still renames them as &lt;br&gt; they have to be unique (or at least distinguishable) &lt;br&gt; &lt;p&gt;-- &lt;br&gt; *** OPEN COFFEE - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://upcoming.yahoo.com/group/3263/&quot;&gt;[link]&lt;/a&gt; *** &lt;br&gt; &lt;p&gt;Terms &amp;amp; Conditions Apply: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.glow-internet.com/home/terms.aspx&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/86d267abb28028ca/d3456af5039e3ea1?show_docid=d3456af5039e3ea1</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Mon, 02 Feb 2009 16:27:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: form autocomplete in asp.net</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/86d267abb28028ca/bcf42545876cf99f?show_docid=bcf42545876cf99f</link>
  <description>
  You can prevent ASP.Net from generating the long IDs by overriding either &lt;br&gt; ClientId or NamingContainer (I forget which). &lt;br&gt; &lt;p&gt;2009/2/9 Paul Kinlan &amp;lt;paul.kin...@gmail.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/86d267abb28028ca/bcf42545876cf99f?show_docid=bcf42545876cf99f</guid>
  <author>
  m...@mattkelly.me.uk
  (Matt Kelly)
  </author>
  <pubDate>Mon, 02 Feb 2009 15:24:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] form autocomplete in asp.net</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/86d267abb28028ca/712d372dada4c5fc?show_docid=712d372dada4c5fc</link>
  <description>
  I thought the auto form complete used &amp;quot;name&amp;quot;s to get the auto fill &lt;br&gt; information and not the id. &lt;br&gt; &lt;p&gt;I can&#39;t recall if asp.net mangles the name tag too. &lt;br&gt; &lt;p&gt;Paul. &lt;br&gt; &lt;p&gt;2009/2/9 Thom Shannon &amp;lt;t...@glow-internet.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/86d267abb28028ca/712d372dada4c5fc?show_docid=712d372dada4c5fc</guid>
  <author>
  paul.kin...@gmail.com
  (Paul Kinlan)
  </author>
  <pubDate>Mon, 02 Feb 2009 15:06:15 UT
</pubDate>
  </item>
  <item>
  <title>form autocomplete in asp.net</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/86d267abb28028ca/f1957e982f9e4237?show_docid=f1957e982f9e4237</link>
  <description>
  Does anyone know of a way to help browsers with their form autocomplete &lt;br&gt; when you&#39;ve got an asp.net form with long client ids. &lt;br&gt; Basically a way of mapping &amp;quot;p_ctl06_ProfileAddress2TextBo x&amp;quot; to &amp;quot;address&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/86d267abb28028ca/f1957e982f9e4237?show_docid=f1957e982f9e4237</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Mon, 02 Feb 2009 15:00:04 UT
</pubDate>
  </item>
  <item>
  <title>next meeting</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e3f6ddc404af2f4f/e8a13ed9e82080cb?show_docid=e8a13ed9e82080cb</link>
  <description>
  Hi everyone, &lt;br&gt; Our meetings start again in January, the idea was that we&#39;d take a &lt;br&gt; hiatus to grow this list and line up some good speakers. &lt;br&gt; I&#39;m hoping to do a large mailshot soon to promote some local user groups &lt;br&gt; including this one, we need some good names lined up to talk though! &lt;br&gt; Also a new venue would be in order, might be able to get FACT.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/e3f6ddc404af2f4f/e8a13ed9e82080cb?show_docid=e8a13ed9e82080cb</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Fri, 12 Dec 2008 15:38:10 UT
</pubDate>
  </item>
  <item>
  <title>barcamp</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/6cbf56f5179049df/9ededae695fa365b?show_docid=9ededae695fa365b</link>
  <description>
  If you haven&#39;t already heard there&#39;s going to be a BarCampLiverpool in a &lt;br&gt; couple of weeks, &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.barcampliverpool.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Who&#39;s going and what are you planning to speak on? It would be great to &lt;br&gt; see some talks aimed at the php and ror users showing them the power of &lt;br&gt; MS tech, or even some silverlight vs flash debates :)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/6cbf56f5179049df/9ededae695fa365b?show_docid=9ededae695fa365b</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Mon, 11 Nov 2008 12:44:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: EC2 Windows</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b45faaa18dd35e0e/950a4422650a3285?show_docid=950a4422650a3285</link>
  <description>
  The service is fine so far. &lt;br&gt; You are getting your own machine (essentially) for about 86 dollars a month &lt;br&gt; (not including storage). How many dedicated hosts can beat that? not many. &lt;br&gt; How many &amp;quot;virtual dedicated&amp;quot; hosts can beat that? Not many. Godaddy for &lt;br&gt; instance are at £64 a month for less of a spec.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b45faaa18dd35e0e/950a4422650a3285?show_docid=950a4422650a3285</guid>
  <author>
  paul.kin...@gmail.com
  (Paul Kinlan)
  </author>
  <pubDate>Fri, 10 Oct 2008 13:31:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] EC2 Windows</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b45faaa18dd35e0e/155e7a99edf90ba2?show_docid=155e7a99edf90ba2</link>
  <description>
  I havn&#39;t used it yet but I&#39;ve been reading alot of people winging &lt;br&gt; about the cost and how OS DB&#39;s are more cost effective. &lt;br&gt; But I think you get what you pay for really &lt;br&gt; 2008/10/24 Thom Shannon &amp;lt;t...@glow-internet.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b45faaa18dd35e0e/155e7a99edf90ba2?show_docid=155e7a99edf90ba2</guid>
  <author>
  m...@mjjames.co.uk
  (Michael James)
  </author>
  <pubDate>Fri, 10 Oct 2008 10:58:42 UT
</pubDate>
  </item>
  <item>
  <title>EC2 Windows</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b45faaa18dd35e0e/a12b5e56217e8f06?show_docid=a12b5e56217e8f06</link>
  <description>
  I noticed a couple of you have been playing with the new windows stuff &lt;br&gt; on ec2, how is it? &lt;br&gt; It does seem a bit expensive, kind of a last resort I guess.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b45faaa18dd35e0e/a12b5e56217e8f06?show_docid=a12b5e56217e8f06</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Fri, 10 Oct 2008 10:50:48 UT
</pubDate>
  </item>
  <item>
  <title>RE: [luodn] Re: Developer Day 7 Registrations open</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/b427d91258092b45?show_docid=b427d91258092b45</link>
  <description>
  Well looking at the MsWebDev mailing list, DDD 7 filled up in 4 hrs... &lt;br&gt; A bit quicker than last times 24 hours. &lt;br&gt; &lt;p&gt;[mailto:liverpoolusersofdotnet @googlegroups.com] On Behalf Of Derek &lt;br&gt; Fowler &lt;br&gt; Sent: 23 October 2008 09:12 &lt;br&gt; To: liverpoolusersofdotnet@googleg roups.com &lt;br&gt; &lt;p&gt;I am totally there guys. &lt;br&gt; On Wed, Oct 22, 2008 at 1:39 PM, Michael James &amp;lt;m...@mjjames.co.uk&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/b427d91258092b45?show_docid=b427d91258092b45</guid>
  <author>
  ben.d...@angelsolutions.co.uk
  (Ben Dean)
  </author>
  <pubDate>Thu, 10 Oct 2008 08:14:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: Developer Day 7 Registrations open</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/823d5ac89c1de302?show_docid=823d5ac89c1de302</link>
  <description>
  I am totally there guys.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/823d5ac89c1de302?show_docid=823d5ac89c1de302</guid>
  <author>
  dezfow...@gmail.com
  (Derek Fowler)
  </author>
  <pubDate>Thu, 10 Oct 2008 08:12:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: Developer Day 7 Registrations open</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/e1fc9db085a7f18e?show_docid=e1fc9db085a7f18e</link>
  <description>
  ^tuts^ at Thoms previous &amp;quot;good&amp;quot; fortune &lt;br&gt; 2008/10/22 Thom Shannon &amp;lt;t...@glow-internet.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/e1fc9db085a7f18e?show_docid=e1fc9db085a7f18e</guid>
  <author>
  m...@mjjames.co.uk
  (Michael James)
  </author>
  <pubDate>Wed, 10 Oct 2008 12:39:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: Developer Day 7 Registrations open</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/d5bd7a4316d6c55a?show_docid=d5bd7a4316d6c55a</link>
  <description>
  I just signed up, not sure if I can make it yet, should be able to though. &lt;br&gt; Maybe I can win another msdn subscription :)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/d5bd7a4316d6c55a?show_docid=d5bd7a4316d6c55a</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Wed, 10 Oct 2008 10:35:21 UT
</pubDate>
  </item>
  <item>
  <title>RE: [luodn] Re: Developer Day 7 Registrations open</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/f9d00820d17c3374?show_docid=f9d00820d17c3374</link>
  <description>
  Heh, I didn&#39;t link to it, so here&#39;s the address &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.developerday.co.uk&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; &lt;p&gt;Click the registrations open button to sign up :) &lt;br&gt; &lt;p&gt;-----Original Message----- &lt;br&gt; Sent: 22 October 2008 11:12 &lt;br&gt; To: liverpoolusersofdotnet@googleg roups.com &lt;br&gt; &lt;p&gt;Chris and myself are confirmed as in attendance &lt;br&gt; &lt;p&gt;Anyone else coming?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/f9d00820d17c3374?show_docid=f9d00820d17c3374</guid>
  <author>
  ben.d...@angelsolutions.co.uk
  (Ben Dean)
  </author>
  <pubDate>Wed, 10 Oct 2008 10:14:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Developer Day 7 Registrations open</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/4ca596590ee28cb9?show_docid=4ca596590ee28cb9</link>
  <description>
  Chris and myself are confirmed as in attendance &lt;br&gt; Anyone else coming? &lt;br&gt; 2008/10/22 Ben Dean &amp;lt;ben.d...@angelsolutions.co.uk &amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/4ca596590ee28cb9?show_docid=4ca596590ee28cb9</guid>
  <author>
  m...@mjjames.co.uk
  (Michael James)
  </author>
  <pubDate>Wed, 10 Oct 2008 10:12:17 UT
</pubDate>
  </item>
  <item>
  <title>Developer Day 7 Registrations open</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/93bc2c623916c9f6?show_docid=93bc2c623916c9f6</link>
  <description>
  Just so people are aware, Developer Day 7 registrations have opened &lt;br&gt; within the last hour! &lt;br&gt; I&#39;m signed up, so see you there is you&#39;re coming! &lt;br&gt; Ben Dean
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/b3b2558d6a4541f0/93bc2c623916c9f6?show_docid=93bc2c623916c9f6</guid>
  <author>
  ben.d...@angelsolutions.co.uk
  (Ben Dean)
  </author>
  <pubDate>Wed, 10 Oct 2008 10:10:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: SQL Server Date Time format.</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c8aaa762ce5eb012/c8d7814e778bace0?show_docid=c8d7814e778bace0</link>
  <description>
  Cheers, &lt;br&gt; I tried out the ansi date format and it seems to work.... Do you know the &lt;br&gt; setting on the connection string, I am having trouble finding it. &lt;br&gt; Paul &lt;br&gt; 2008/10/16 Thom Shannon &amp;lt;t...@glow-internet.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c8aaa762ce5eb012/c8d7814e778bace0?show_docid=c8d7814e778bace0</guid>
  <author>
  paul.kin...@gmail.com
  (Paul Kinlan)
  </author>
  <pubDate>Thu, 10 Oct 2008 15:08:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] SQL Server Date Time format.</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c8aaa762ce5eb012/f7a9f9dd3ce9ff24?show_docid=f7a9f9dd3ce9ff24</link>
  <description>
  if you&#39;re struggling with things like the US/UK issue, you can use an &lt;br&gt; ansi formated date and it will parse it ok. &lt;br&gt; I think you can also set a locale per connection that changes date &lt;br&gt; formatting.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c8aaa762ce5eb012/f7a9f9dd3ce9ff24?show_docid=f7a9f9dd3ce9ff24</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Thu, 10 Oct 2008 15:04:29 UT
</pubDate>
  </item>
  <item>
  <title>SQL Server Date Time format.</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c8aaa762ce5eb012/742232d2b61fa0d1?show_docid=742232d2b61fa0d1</link>
  <description>
  Hi Guys, &lt;br&gt; Is there anyway to programattically determine the datetime format of a SQL &lt;br&gt; server box. I ask because I am not using parameters to execute a data &lt;br&gt; reader but an already formed sql string which I inject my date string &lt;br&gt; criteria into and I need to ensure that my date is in the correct format. &lt;br&gt; Cheers,
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c8aaa762ce5eb012/742232d2b61fa0d1?show_docid=742232d2b61fa0d1</guid>
  <author>
  paul.kin...@gmail.com
  (Paul Kinlan)
  </author>
  <pubDate>Thu, 10 Oct 2008 14:57:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: SQL performance probs</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c0037071bb482dc4/24b8e798a400b7cf?show_docid=24b8e798a400b7cf</link>
  <description>
  Yeah the issue is the change tracking, a select query is fine but when &lt;br&gt; you have something more complicated going on you need to know that &lt;br&gt; you&#39;re working within the same datacontext. &lt;br&gt; This is the factory I used, &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.west-wind.com/weblog/posts/246222.aspx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Thom
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c0037071bb482dc4/24b8e798a400b7cf?show_docid=24b8e798a400b7cf</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Thu, 10 Oct 2008 13:07:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: SQL performance probs</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c0037071bb482dc4/11248b2e84bf5d45?show_docid=11248b2e84bf5d45</link>
  <description>
  I belive it should be disposed, *potentially *after each query you make in &lt;br&gt; asp.net, I say this, because if you have connection pooling on (which it is &lt;br&gt; by default) you shouldn&#39;t notice connections be created too much and you &lt;br&gt; don&#39;t have a single thread of execution which you might do if it was a &lt;br&gt; winforms app. The problem you get is how you want to deal with calling
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c0037071bb482dc4/11248b2e84bf5d45?show_docid=11248b2e84bf5d45</guid>
  <author>
  paul.kin...@gmail.com
  (Paul Kinlan)
  </author>
  <pubDate>Thu, 10 Oct 2008 11:46:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: [luodn] Re: SQL performance probs</title>
  <link>http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c0037071bb482dc4/8094e92c20617536?show_docid=8094e92c20617536</link>
  <description>
  I&#39;m letting the bin men do their work. I could probably dispose it on an &lt;br&gt; end request event or something. &lt;br&gt; I&#39;ve been watching the db locks, don&#39;t see anything out of the ordinary.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/liverpoolusersofdotnet/browse_frm/thread/c0037071bb482dc4/8094e92c20617536?show_docid=8094e92c20617536</guid>
  <author>
  t...@glow-internet.com
  (Thom Shannon)
  </author>
  <pubDate>Thu, 10 Oct 2008 11:18:30 UT
</pubDate>
  </item>
  </channel>
</rss>
