<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com.sb/group/DotNetDevelopment</id>
  <title type="text">DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting Google Group</title>
  <subtitle type="text">
  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
  </subtitle>
  <link href="/group/DotNetDevelopment/feed/atom_v1_0_msgs.xml" rel="self" title="DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting feed"/>
  <updated>2009-01-07T00:07:41Z</updated>
  <generator uri="http://groups.google.com.sb" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>rbr</name>
  <email>ryankbr...@gmail.com</email>
  </author>
  <updated>2009-01-07T00:07:41Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/1ae284ddc1ef41d6/a1d1e4c60e0c07b2?show_docid=a1d1e4c60e0c07b2</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/1ae284ddc1ef41d6/a1d1e4c60e0c07b2?show_docid=a1d1e4c60e0c07b2"/>
  <title type="text">Extracting highlighted text from PDF</title>
  <summary type="html" xml:space="preserve">
  Hello all, &lt;br&gt; &lt;p&gt;I am developing an application for a client where they would like to &lt;br&gt; display a pdf to one of their clients in an ASP.NET web app that has &lt;br&gt; text and images that can be highlighted/selected. They then want to &lt;br&gt; have the user of the application hit a submit button and that &lt;br&gt; highlighted text (or selected image) be extracted and stored in a db.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Brandon Betances</name>
  <email>bbetan...@gmail.com</email>
  </author>
  <updated>2009-01-06T18:29:37Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/da64ada2d79ca727/9b473703f2be5fe3?show_docid=9b473703f2be5fe3</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/da64ada2d79ca727/9b473703f2be5fe3?show_docid=9b473703f2be5fe3"/>
  <title type="text">Re: [DotNetDevelopment] Re: ASP.NET vs PHP : Round 1</title>
  <summary type="html" xml:space="preserve">
  Which sucks when trying to implement jQuery. I guess I&#39;ll just leave &lt;br&gt; any client side work to regular HTML controls and jQuery, or AJAX &lt;br&gt; extensions.
  </summary>
  </entry>
  <entry>
  <author>
  <name>CK</name>
  <email>c...@cksiteoftreats.co.uk</email>
  </author>
  <updated>2009-01-06T18:02:36Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/3d1b308455c744f5/aa008f8ae19b0d2f?show_docid=aa008f8ae19b0d2f</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/3d1b308455c744f5/aa008f8ae19b0d2f?show_docid=aa008f8ae19b0d2f"/>
  <title type="text">Re: should make web application or website</title>
  <summary type="html" xml:space="preserve">
  I think the OP is actually addressing the issue of Microsoft creating &lt;br&gt; two different systems for creating essentially the same thing. &lt;br&gt; &lt;p&gt;If you have a VS2005 installation with SP1, you may well have the &lt;br&gt; choice between creating a New Web Site, or creating a Web Applciation &lt;br&gt; Project. &lt;br&gt; &lt;p&gt;The former doesn&#39;t compile the code behind directly into DLLs, all
  </summary>
  </entry>
  <entry>
  <author>
  <name>CK</name>
  <email>c...@cksiteoftreats.co.uk</email>
  </author>
  <updated>2009-01-06T17:53:58Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/da64ada2d79ca727/8abe6071f12e15f5?show_docid=8abe6071f12e15f5</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/da64ada2d79ca727/8abe6071f12e15f5?show_docid=8abe6071f12e15f5"/>
  <title type="text">Re: ASP.NET vs PHP : Round 1</title>
  <summary type="html" xml:space="preserve">
  Indeed you are right. Asp tags don&#39;t work in separate Javascript &lt;br&gt; files. &lt;br&gt; &lt;p&gt;Another possibility is to implement a similar system to the &lt;br&gt; AJAX.ASP.Net project, whereby a resource is used for the javascript. &lt;br&gt; You can add a javascript link to an axd script, then that axd script &lt;br&gt; could create any client side Javascript you require, using the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chuck</name>
  <email>charles.pierrot...@gmail.com</email>
  </author>
  <updated>2009-01-06T16:02:25Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/da64ada2d79ca727/3e14922d246c6542?show_docid=3e14922d246c6542</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/da64ada2d79ca727/3e14922d246c6542?show_docid=3e14922d246c6542"/>
  <title type="text">Re: ASP.NET vs PHP : Round 1</title>
  <summary type="html" xml:space="preserve">
  I don&#39;t know anything about PHP, but I figured I&#39;d point out something &lt;br&gt; on this subject, as I just ran across the issue. &lt;br&gt; &lt;p&gt;When you&#39;re using server-side tags as mentioned above (ClientID &lt;br&gt; references), you can&#39;t stick your javascript in its own file; it has &lt;br&gt; to be on the page itself, (and the masterpage and the code-behind, as
  </summary>
  </entry>
  <entry>
  <author>
  <name>CK</name>
  <email>c...@cksiteoftreats.co.uk</email>
  </author>
  <updated>2009-01-06T10:50:27Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/acfd2b5889ad0c2c/e036a5cbe0430a29?show_docid=e036a5cbe0430a29</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/acfd2b5889ad0c2c/e036a5cbe0430a29?show_docid=e036a5cbe0430a29"/>
  <title type="text">Re: How are String, StringBuiler, NameTabe different from each other?</title>
  <summary type="html" xml:space="preserve">
  Put each one into visual studio and press F1 on each.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cerebrus</name>
  <email>zorg...@sify.com</email>
  </author>
  <updated>2009-01-06T09:41:11Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/acfd2b5889ad0c2c/aaa5aa4c6a91182a?show_docid=aaa5aa4c6a91182a</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/acfd2b5889ad0c2c/aaa5aa4c6a91182a?show_docid=aaa5aa4c6a91182a"/>
  <title type="text">Re: How are String, StringBuiler, NameTabe different from each other?</title>
  <summary type="html" xml:space="preserve">
  Homework ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nguyễn Thanh Tùng</name>
  <email>prtung8...@gmail.com</email>
  </author>
  <updated>2009-01-06T03:45:24Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/acfd2b5889ad0c2c/bd22ce97c5422633?show_docid=bd22ce97c5422633</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/acfd2b5889ad0c2c/bd22ce97c5422633?show_docid=bd22ce97c5422633"/>
  <title type="text">How are String, StringBuiler, NameTabe different from each other?</title>
  <summary type="html" xml:space="preserve">
  Please help me to answer this question. &lt;br&gt; Many thanks!
  </summary>
  </entry>
  <entry>
  <author>
  <name>CK</name>
  <email>c...@cksiteoftreats.co.uk</email>
  </author>
  <updated>2009-01-06T09:31:40Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/da64ada2d79ca727/fc44c59bf84122dc?show_docid=fc44c59bf84122dc</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/da64ada2d79ca727/fc44c59bf84122dc?show_docid=fc44c59bf84122dc"/>
  <title type="text">Re: ASP.NET vs PHP : Round 1</title>
  <summary type="html" xml:space="preserve">
  It&#39;s becuase you can dynamically create controls in a loop, in master &lt;br&gt; pages etc. and in these situations the framework doesn&#39;t force you to &lt;br&gt; give each control a unique id, hence them beign renamed. In your code &lt;br&gt; behind, each control should have a read only ClientId property that &lt;br&gt; you can insert into your javascript if necessary.
  </summary>
  </entry>
  <entry>
  <author>
  <name>CK</name>
  <email>c...@cksiteoftreats.co.uk</email>
  </author>
  <updated>2009-01-06T09:28:36Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/26a75ee04662a81f/574926f68b25ebd2?show_docid=574926f68b25ebd2</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/26a75ee04662a81f/574926f68b25ebd2?show_docid=574926f68b25ebd2"/>
  <title type="text">Re: Rounding</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve used this before - hitting the limits of decimal isn&#39;t very &lt;br&gt; likely in my situation :)
  </summary>
  </entry>
  <entry>
  <author>
  <name>CK</name>
  <email>c...@cksiteoftreats.co.uk</email>
  </author>
  <updated>2009-01-06T09:27:21Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/172c3b18aa4e6db7/33d716e699c56849?show_docid=33d716e699c56849</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/172c3b18aa4e6db7/33d716e699c56849?show_docid=33d716e699c56849"/>
  <title type="text">Re: Calling Method for Anonymous Object</title>
  <summary type="html" xml:space="preserve">
  For me, the brackets almost get in the way in the second one. I can &lt;br&gt; see how they could be used to clean it up, but there are so few &lt;br&gt; elements that it would be difficult to misunderstand the first.
  </summary>
  </entry>
  <entry>
  <author>
  <name>CK</name>
  <email>c...@cksiteoftreats.co.uk</email>
  </author>
  <updated>2009-01-06T09:24:31Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/56cad85504fd070c/614527d5256f4ba3?show_docid=614527d5256f4ba3</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/56cad85504fd070c/614527d5256f4ba3?show_docid=614527d5256f4ba3"/>
  <title type="text">Re: plz check</title>
  <summary type="html" xml:space="preserve">
  No, he didn&#39;t think before he hitid &amp;quot;post&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>CK</name>
  <email>c...@cksiteoftreats.co.uk</email>
  </author>
  <updated>2009-01-06T09:23:47Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/4e881f366560b9a8/6ec919a4ed56cf96?show_docid=6ec919a4ed56cf96</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/4e881f366560b9a8/6ec919a4ed56cf96?show_docid=6ec919a4ed56cf96"/>
  <title type="text">Re: export gridview to Excel; edit table style?</title>
  <summary type="html" xml:space="preserve">
  Sorry, I always just hit reply and let the browser take care of &lt;br&gt; it..... &lt;br&gt; &lt;p&gt;Having posted off-topic on this, I guess I owe the OP some help so.... &lt;br&gt; I point the OP at AstroDabs solution :)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeena Ajiesh</name>
  <email>jeena...@gmail.com</email>
  </author>
  <updated>2009-01-06T04:57:50Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/4c488945d376847d/4c24a5b5aa24ea15?show_docid=4c24a5b5aa24ea15</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/4c488945d376847d/4c24a5b5aa24ea15?show_docid=4c24a5b5aa24ea15"/>
  <title type="text">Re: [DotNetDevelopment] Re: Configure SQL using DSN</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; Its not for the program..... &lt;br&gt; Other than program, can we confiure a remote system using IP and username &lt;br&gt; and password? &lt;br&gt; Thank U &lt;br&gt; Jeena
  </summary>
  </entry>
  <entry>
  <author>
  <name>Brandon Betances</name>
  <email>bbetan...@gmail.com</email>
  </author>
  <updated>2009-01-06T04:04:13Z</updated>
  <id>http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/da64ada2d79ca727/abed7cb43224a2e5?show_docid=abed7cb43224a2e5</id>
  <link href="http://groups.google.com.sb/group/DotNetDevelopment/browse_thread/thread/da64ada2d79ca727/abed7cb43224a2e5?show_docid=abed7cb43224a2e5"/>
  <title type="text">Re: [DotNetDevelopment] Re: ASP.NET vs PHP : Round 1</title>
  <summary type="html" xml:space="preserve">
  Ahhh. I got it now. The second idea is good, too. I guess it&#39;s all &lt;br&gt; about what is needed of the control or not. &lt;br&gt; Thanks, Joe.
  </summary>
  </entry>
</feed>
