<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting Google Group</title>
  <link>http://groups.google.com/group/dotnetdevelopment</link>
  <description>Feel free to ask any questions, problems, issues regarding VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services, .NET Remoting, Crystal Reports .NET, Visual Studio .NET and more http://feeds.feedburner.com/DotNetDevelopment </description>
  <language>en</language>
  <item>
  <title>Re: Few Queries regarding completing the project..!!! Help..!!</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/dd70c361df800597/1268c5ddf688b798?show_docid=1268c5ddf688b798</link>
  <description>
  1. A dll is created as default output when you choose a project of &lt;br&gt; type &amp;quot;Class Library&amp;quot;. Any class library can be added as a reference in &lt;br&gt; another application. &lt;br&gt; &lt;p&gt;2. An exe is created as the default output in projects of type windows/ &lt;br&gt; console application. &lt;br&gt; &lt;p&gt;3. Deployment is one of the things to consider during the initial
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/dd70c361df800597/1268c5ddf688b798?show_docid=1268c5ddf688b798</guid>
  <author>
  zorg...@sify.com
  (Cerebrus)
  </author>
  <pubDate>Sat, 28 Nov 2009 13:02:05 UT
</pubDate>
  </item>
  <item>
  <title>Few Queries regarding completing the project..!!! Help..!!</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/dd70c361df800597/2710e2ec8ca5cc77?show_docid=2710e2ec8ca5cc77</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I at the verge of completing the project. I don&#39;t know few things about &lt;br&gt; making a desktop application as i m new to this .net platform and this is my &lt;br&gt; first desktop application. &lt;br&gt; so i have few Queries that are as follows. &lt;br&gt; &lt;p&gt;1) I want to make dll of VB application and connect to it with c#
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/dd70c361df800597/2710e2ec8ca5cc77?show_docid=2710e2ec8ca5cc77</guid>
  <author>
  aditma...@gmail.com
  (aditya chavan)
  </author>
  <pubDate>Sat, 28 Nov 2009 09:45:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Visual Basic problems</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/02a9a1fb570de362/bff776d08c2ca4b8?show_docid=bff776d08c2ca4b8</link>
  <description>
  I think you should post your problems here and see what answers you &lt;br&gt; get. If unsatisfactory, you can request the people who answered for &lt;br&gt; further help via IM.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/02a9a1fb570de362/bff776d08c2ca4b8?show_docid=bff776d08c2ca4b8</guid>
  <author>
  zorg...@sify.com
  (Cerebrus)
  </author>
  <pubDate>Sat, 28 Nov 2009 08:25:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: Silent printing</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/0d62043e66879a40/a98ef38e17e2826a?show_docid=a98ef38e17e2826a</link>
  <description>
  ItextSharp is very strict. I have not very complex html files but, &lt;br&gt; still, many of the tags dont appear. I have many different files to &lt;br&gt; print that are changing cointinuosly so i cannot grant that all the &lt;br&gt; info is appearing. I tried with a pdf printer using ghostscript but i &lt;br&gt; still have the &amp;quot;asking for confirmation&amp;quot; step that does not allow me
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/0d62043e66879a40/a98ef38e17e2826a?show_docid=a98ef38e17e2826a</guid>
  <author>
  j...@clublacosta.com
  (SalvaMalaga)
  </author>
  <pubDate>Fri, 27 Nov 2009 10:52:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: [DotNetDevelopment] Break Points not hit in VS 2008</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/51f754b9099064a2/baa6e49ae8233387?show_docid=baa6e49ae8233387</link>
  <description>
  Could it be you are running in Release mode, and due to compiler &lt;br&gt; optimisations those areas are not being run? &lt;br&gt; &lt;p&gt;E.g. &lt;br&gt; &lt;p&gt;if( condition == false) &lt;br&gt; { &lt;br&gt; int i = 0; // Break point here &amp;lt;- This breakpoint will not be hit, since it &lt;br&gt; is useless to create an unused local variable.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/51f754b9099064a2/baa6e49ae8233387?show_docid=baa6e49ae8233387</guid>
  <author>
  reuben.bart...@gmail.com
  (Reuben Bartolo)
  </author>
  <pubDate>Fri, 27 Nov 2009 11:06:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: Structures and Settings</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/bd1c8bd2d9de449f/60df0bb35bb6d775?show_docid=60df0bb35bb6d775</link>
  <description>
  I would maybe try Application variables in the web.config file ... &lt;br&gt; that then can be easily set from c#. &lt;br&gt; I would also look at the HttpModule that many like to use for &lt;br&gt; App begin, request begin, error ... it is also a helpful spot. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://msdn.microsoft.com/en-us/magazine/bb985530.aspx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Now, the application by default terminates after 29 hours of no use.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/bd1c8bd2d9de449f/60df0bb35bb6d775?show_docid=60df0bb35bb6d775</guid>
  <author>
  brynn.v1....@gmail.com
  (Brynn V1.0.0)
  </author>
  <pubDate>Fri, 27 Nov 2009 09:45:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: [DotNetDevelopment] Disable back button in browser</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/fd4840c1eef6d70c/ff0a7e17f90f96dd?show_docid=ff0a7e17f90f96dd</link>
  <description>
  Thanks for the info.. &lt;br&gt; Could you please suggest the solution for this.... &lt;br&gt; &lt;p&gt;Regards
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/fd4840c1eef6d70c/ff0a7e17f90f96dd?show_docid=ff0a7e17f90f96dd</guid>
  <author>
  pals.kondap...@gmail.com
  (pallavi kondapure)
  </author>
  <pubDate>Fri, 27 Nov 2009 11:28:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: Returning multiple values from a stored proc.</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/b42de4fe09ea5ab3/0ddf1150e0eb710d?show_docid=0ddf1150e0eb710d</link>
  <description>
  ALTER PROCEDURE [dbo].[auth] &lt;br&gt; -- Add the parameters for the stored procedure here &lt;br&gt; ( &lt;br&gt; -- removed &amp;quot;output&amp;quot; from below ... your c# page &lt;br&gt; -- should still have these values when you get back &lt;br&gt; -- just guessed on 100 dimension &lt;br&gt; @user varchar(100), &lt;br&gt; @password varchar(100) &lt;br&gt; ) &lt;br&gt; &lt;p&gt;AS &lt;br&gt; -- The following variables are not being used, nor will they need to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/b42de4fe09ea5ab3/0ddf1150e0eb710d?show_docid=0ddf1150e0eb710d</guid>
  <author>
  brynn.v1....@gmail.com
  (Brynn V1.0.0)
  </author>
  <pubDate>Fri, 27 Nov 2009 08:46:25 UT
</pubDate>
  </item>
  <item>
  <title>Experts needed. Trying to automate login into Facebook using WebClient</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/e2531efb9a0bd9f2/d24ae6dc667f6819?show_docid=d24ae6dc667f6819</link>
  <description>
  Hello &lt;br&gt; &lt;p&gt;Im working on VB.NET and im trying to do an automated login in &lt;br&gt; Facebook. I&#39;ve tried many ways such as HTTPWebRequest, WebClient, &lt;br&gt; socket approach, WebBrowser, etc. &lt;br&gt; &lt;p&gt;Only the webbrowser turned out to be successful, but that was the &lt;br&gt; lamest way. I was entering ID and Password directly into the webpage
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/e2531efb9a0bd9f2/d24ae6dc667f6819?show_docid=d24ae6dc667f6819</guid>
  <author>
  itzfa...@gmail.com
  (Faraz Azhar)
  </author>
  <pubDate>Sat, 28 Nov 2009 07:48:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: Structures and Settings</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/bd1c8bd2d9de449f/6a83004b5838a0a3?show_docid=6a83004b5838a0a3</link>
  <description>
  Ok yes I was being thick - DOH!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/bd1c8bd2d9de449f/6a83004b5838a0a3?show_docid=6a83004b5838a0a3</guid>
  <author>
  mark...@googlemail.com
  (Markarina)
  </author>
  <pubDate>Fri, 27 Nov 2009 12:05:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: Disable back button in browser</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/fd4840c1eef6d70c/448c78fbb49b7cbe?show_docid=448c78fbb49b7cbe</link>
  <description>
  I am trying to fully understand. I am guessing that when you click &lt;br&gt; submit that you are wanting it to update something, and continue &lt;br&gt; to &amp;quot;show the same page&amp;quot; ... i.e. the submit button is really there &lt;br&gt; to trigger the update through AJAX? &lt;br&gt; &lt;p&gt;If you are sending the update through AJAX to like a handler (.ashx)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/fd4840c1eef6d70c/448c78fbb49b7cbe?show_docid=448c78fbb49b7cbe</guid>
  <author>
  brynn.v1....@gmail.com
  (Brynn V1.0.0)
  </author>
  <pubDate>Sat, 28 Nov 2009 05:29:39 UT
</pubDate>
  </item>
  <item>
  <title>Visual Basic problems</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/02a9a1fb570de362/7478310eeb7b1ec6?show_docid=7478310eeb7b1ec6</link>
  <description>
  Hey, &lt;br&gt; &lt;p&gt;I&#39;m working on some projects with VB and they involve using LINQ to &lt;br&gt; access the an SQL database. I have a textbook that doesn&#39;t give much &lt;br&gt; useful information and I&#39;ve searched and searched online for specific &lt;br&gt; problems that I encounter. I&#39;m having a horrible time trying to &lt;br&gt; really grasp what&#39;s happening when I use LINQ to SQL... I could post
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/02a9a1fb570de362/7478310eeb7b1ec6?show_docid=7478310eeb7b1ec6</guid>
  <author>
  aceincorpora...@gmail.com
  (AceX)
  </author>
  <pubDate>Fri, 27 Nov 2009 17:56:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Returning multiple values from a stored proc.</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/b42de4fe09ea5ab3/81d6c97d1aa774d2?show_docid=81d6c97d1aa774d2</link>
  <description>
  /* &lt;br&gt; Hi there. &lt;br&gt; */ &lt;br&gt; &lt;p&gt;ALTER PROCEDURE [dbo].[auth] &lt;br&gt; -- Add the parameters for the stored procedure here &lt;br&gt; -- *** &amp;quot;output&amp;quot;s removed *** &lt;br&gt; -- *** varchar --&amp;gt; varchar(100) to finish their declaration *** &lt;br&gt; -- *** only assumed 100 ... match your table parameters *** &lt;br&gt; ( &lt;br&gt; @user varchar(100), &lt;br&gt; @password varchar(100)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/b42de4fe09ea5ab3/81d6c97d1aa774d2?show_docid=81d6c97d1aa774d2</guid>
  <author>
  brynn.v1....@gmail.com
  (Brynn V1.0.0)
  </author>
  <pubDate>Sat, 28 Nov 2009 05:54:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: [DotNetDevelopment] Ajax control Tool kit Extenders not working after deployment</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/d07ad7e2486c1ec2/cf2c7b0dfac6e419?show_docid=cf2c7b0dfac6e419</link>
  <description>
  Thanks for informing
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/d07ad7e2486c1ec2/cf2c7b0dfac6e419?show_docid=cf2c7b0dfac6e419</guid>
  <author>
  atula...@gmail.com
  (Atul Atey)
  </author>
  <pubDate>Sat, 28 Nov 2009 07:25:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: [DotNetDevelopment] Ajax control Tool kit Extenders not working after deployment</title>
  <link>http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/d07ad7e2486c1ec2/022b7a6978198da3?show_docid=022b7a6978198da3</link>
  <description>
  Instead of copying *System.Web.Extensions.dll* &amp;amp; * &lt;br&gt; System.Web.Extensions.Design.d ll* from C:\Program Files\Microsoft ASP.NET\ &lt;br&gt; ASP.NET 2.0 AJAX Extensions\v1.0.61025 and placing it in the bin, I added &lt;br&gt; these dlls as references before publishing website. Now the extenders works &lt;br&gt; good. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Thanks &amp;amp; Regards,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetdevelopment/browse_thread/thread/d07ad7e2486c1ec2/022b7a6978198da3?show_docid=022b7a6978198da3</guid>
  <author>
  karthi...@gmail.com
  (Karthikeyan R)
  </author>
  <pubDate>Sat, 28 Nov 2009 06:53:19 UT
</pubDate>
  </item>
  </channel>
</rss>
