<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>microsoft.public.dotnet.framework.aspnet Google Group</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet</link>
  <description>Microsoft .NET technology newsgroup.</description>
  <language>en</language>
  <item>
  <title>Re: Incorrect Syntax Near... Error Message</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/42fe4e689988e538/9bb2f1161b640721?show_docid=9bb2f1161b640721</link>
  <description>
  Does usp_Has_Access run correctly when run directly? &lt;br&gt; -Scott
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/42fe4e689988e538/9bb2f1161b640721?show_docid=9bb2f1161b640721</guid>
  <author>
  s-...@nospam.nospam
  (Scott M.)
  </author>
  <pubDate>Sun, 11 Nov 2009 20:43:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Incorrect Syntax Near... Error Message</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/42fe4e689988e538/eb98b29bc1281c4c?show_docid=eb98b29bc1281c4c</link>
  <description>
  The easiest way to debug this would be to set up a trace on SQL Server and &lt;br&gt; inspect the raw SQL which the above code is constructing on the fly and then &lt;br&gt; sending to the database engine...
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/42fe4e689988e538/eb98b29bc1281c4c?show_docid=eb98b29bc1281c4c</guid>
  <author>
  m...@marknospamrae.net
  (Mark Rae [MVP])
  </author>
  <pubDate>Sun, 11 Nov 2009 18:33:31 UT
</pubDate>
  </item>
  <item>
  <title>Incorrect Syntax Near... Error Message</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/42fe4e689988e538/407252ab5a9bc59c?show_docid=407252ab5a9bc59c</link>
  <description>
  Hi, &lt;br&gt; When I execute the code below, I get an error message &lt;br&gt; &amp;quot;Incorrect syntax near usp_Has_Access&amp;quot;. &lt;br&gt; Shared DefaultDBConn As String = ConfigurationManager.Connectio nStrings &lt;br&gt; (&amp;quot;QuickSize_WebConnectionStrin g&amp;quot;).ConnectionString &lt;br&gt; Public Shared Function IsUserAuthorized(ByVal sLanID As String) As &lt;br&gt; Boolean
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/42fe4e689988e538/407252ab5a9bc59c?show_docid=407252ab5a9bc59c</guid>
  <author>
  delphi...@cox.net
  (Joe)
  </author>
  <pubDate>Sun, 11 Nov 2009 18:17:21 UT
</pubDate>
  </item>
  <item>
  <title>Calling Events from web page</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/ac795698da0fca7c/559fbda865f26399?show_docid=559fbda865f26399</link>
  <description>
  Could someone please help: I&#39;m trying to understand how you would call &lt;br&gt; these two events from a web page. AnonymousIdentification_Creati ng and &lt;br&gt; Profile_MigrateAnonymous. The Author of the book I&#39;m reading states that &lt;br&gt; they can be called from the web page&#39;s source. &lt;br&gt; I have included what the author of the book I&#39;m reading states about
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/ac795698da0fca7c/559fbda865f26399?show_docid=559fbda865f26399</guid>
  <author>
  duckkille...@gmail.com
  (Duckkiller)
  </author>
  <pubDate>Sun, 11 Nov 2009 14:17:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to get Country and City by IP Address</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/4dde39bb82e265b2/947719058f9f380b?show_docid=947719058f9f380b</link>
  <description>
  You can use WM GEoIP web service. It is free and easy to use. You can &lt;br&gt; find info at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tools.webmastermafia.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; 1. You need to add web reference: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tools.webmastermafia.com/GeoIPChecker.asmx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; 2. Enter code for country check: &lt;br&gt; C#: &lt;br&gt; com.webmastermafia.tools.GeoIP Checker GEO = new &lt;br&gt; com.webmastermafia.tools.GeoIP Checker();
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/4dde39bb82e265b2/947719058f9f380b?show_docid=947719058f9f380b</guid>
  <author>
  tomo.jurce...@gmail.com
  (ElfKiller)
  </author>
  <pubDate>Sun, 11 Nov 2009 13:39:22 UT
</pubDate>
  </item>
  <item>
  <title>How to get Country and City by IP Address</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/4dde39bb82e265b2/4008734fcad1027b?show_docid=4008734fcad1027b</link>
  <description>
  How can I cet City and Country name by IP Address in ASP.NET. I need C# or &lt;br&gt; VB Code. &lt;br&gt; Is there any component or web service which have this feature?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/4dde39bb82e265b2/4008734fcad1027b?show_docid=4008734fcad1027b</guid>
  <author>
  jadran...@ribolovac.hr
  (Ribolovac)
  </author>
  <pubDate>Sun, 11 Nov 2009 13:32:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: Need asp.net controls free</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/51e5703e185828ad/4cbf48d7a90cd117?show_docid=4cbf48d7a90cd117</link>
  <description>
  [please don&#39;t top-post] &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tinyurl.com/yj2nff9&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/51e5703e185828ad/4cbf48d7a90cd117?show_docid=4cbf48d7a90cd117</guid>
  <author>
  m...@marknospamrae.net
  (Mark Rae [MVP])
  </author>
  <pubDate>Sun, 11 Nov 2009 13:00:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: Need asp.net controls free</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/51e5703e185828ad/a4dae611fcc40123?show_docid=a4dae611fcc40123</link>
  <description>
  I don&#39;t need any specific control. I need some websites of ASP.NET control &lt;br&gt; library so that I can use it when I&#39;m developing applications. &lt;br&gt; Thank you in advance &lt;br&gt; Vijay chandar &lt;br&gt; ------------------------------ ------------------------------ ------------------------------ ------------------------------ --------------------------
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/51e5703e185828ad/a4dae611fcc40123?show_docid=a4dae611fcc40123</guid>
  <author>
  vijaychandar1...@gmail.com
  (Vijay)
  </author>
  <pubDate>Sun, 11 Nov 2009 12:43:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: Give me some standards for creating an Advanced ASP.NET Application</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/56ebf0af0e460f3a/36a7668783393682?show_docid=36a7668783393682</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tinyurl.com/yzkdtdm&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/56ebf0af0e460f3a/36a7668783393682?show_docid=36a7668783393682</guid>
  <author>
  m...@marknospamrae.net
  (Mark Rae [MVP])
  </author>
  <pubDate>Sun, 11 Nov 2009 12:08:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: Need asp.net controls free</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/51e5703e185828ad/6ac9544e33674d59?show_docid=6ac9544e33674d59</link>
  <description>
  What controls?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/51e5703e185828ad/6ac9544e33674d59?show_docid=6ac9544e33674d59</guid>
  <author>
  m...@marknospamrae.net
  (Mark Rae [MVP])
  </author>
  <pubDate>Sun, 11 Nov 2009 12:07:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: Age expires</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/54e61b2d2a80d957/9f626cb28160a3cb?show_docid=9f626cb28160a3cb</link>
  <description>
  None of ASP.NET programmers interested in some caching of web application &lt;br&gt; elements?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/54e61b2d2a80d957/9f626cb28160a3cb?show_docid=9f626cb28160a3cb</guid>
  <author>
  nos...@serwer.pl
  (3P)
  </author>
  <pubDate>Sun, 11 Nov 2009 12:00:56 UT
</pubDate>
  </item>
  <item>
  <title>Jquery click checkbox</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/e63865385e438c61/0c0e4e3a4ec6f6f3?show_docid=0c0e4e3a4ec6f6f3</link>
  <description>
  Is there a way to use JQuery to select a checkbox in a GridView object? &lt;br&gt; You can use it to select rows or highlight rows. &lt;br&gt; But I am trying to Select a GridRow that I can handle in my C# code later &lt;br&gt; during postback. &lt;br&gt; I would like to be able to drag select if possible (Select the rows by &lt;br&gt; holding down the mouse, drag down a few rows which are highlighted and
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/e63865385e438c61/0c0e4e3a4ec6f6f3?show_docid=0c0e4e3a4ec6f6f3</guid>
  <author>
  t...@dslextreme.com
  (tshad)
  </author>
  <pubDate>Sun, 11 Nov 2009 10:04:36 UT
</pubDate>
  </item>
  <item>
  <title>Give me some standards for creating an Advanced ASP.NET Application</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/56ebf0af0e460f3a/08f89e6143eaf9ad?show_docid=08f89e6143eaf9ad</link>
  <description>
  Hi, &lt;br&gt; I&#39;m new to asp.net. Can anyone specify some standards for creating an &lt;br&gt; Advanced Web Application(Such as ERP) using ASP.NET 3.5 and SQL Server 2008. &lt;br&gt; (Eg. Textbox must be named as txtName) &lt;br&gt; thank you in advance &lt;br&gt; Vijay chandar
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/56ebf0af0e460f3a/08f89e6143eaf9ad?show_docid=08f89e6143eaf9ad</guid>
  <author>
  vijaychandar1...@gmail.com
  (Vijay)
  </author>
  <pubDate>Sun, 11 Nov 2009 09:55:25 UT
</pubDate>
  </item>
  <item>
  <title>Need asp.net controls free</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/51e5703e185828ad/d6fbe71f3a6d2fa4?show_docid=d6fbe71f3a6d2fa4</link>
  <description>
  Hi, &lt;br&gt; I&#39;m currently creating an ERP Application using ASP.NET an SQLServer. I need &lt;br&gt; some controls other than available in Visual studio. Where can I get it.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/51e5703e185828ad/d6fbe71f3a6d2fa4?show_docid=d6fbe71f3a6d2fa4</guid>
  <author>
  vijaychandar1...@gmail.com
  (Vijay)
  </author>
  <pubDate>Sun, 11 Nov 2009 09:50:29 UT
</pubDate>
  </item>
  <item>
  <title>Question on calling system events</title>
  <link>http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/1beb18183383fe42/e8fb555d28245f3a?show_docid=e8fb555d28245f3a</link>
  <description>
  Could someone please help: I&#39;m trying to understand how you would call &lt;br&gt; these two events from a web page. AnonymousIdentification_Creati ng and &lt;br&gt; Profile_MigrateAnonymous. The Author of the book I&#39;m reading states that &lt;br&gt; they can be called from the web page&#39;s source. &amp;quot;HOW DO YOU CALL THEM&amp;quot;. &lt;br&gt; I have included what the author of the book I&#39;m reading states about
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/1beb18183383fe42/e8fb555d28245f3a?show_docid=e8fb555d28245f3a</guid>
  <author>
  duckkille...@gmail.com
  (Duckkiller)
  </author>
  <pubDate>Sun, 11 Nov 2009 04:30:53 UT
</pubDate>
  </item>
  </channel>
</rss>
