<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Migrating from PHP to ASP.NET</title><link>http://forums.asp.net/44.aspx</link><description>Discuss moving from PHP to ASP.NET.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1476116.aspx</link><pubDate>Sat, 25 Nov 2006 10:49:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1476116</guid><dc:creator>ShunTrevor1985</dc:creator><author>ShunTrevor1985</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1476116.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1476116</wfw:commentRss><description>&lt;p&gt;Ok. second post here. I'm an ASP fanatic too and have been developing ASP projects (school. LOL) since first year college. Sometimes, I do weigh things up too. Of course. See php forums and sites so i can analyze things out accordingly... sometimes i'm annoyed by the conversations and nonsense things. Either way, I'm now moving to .Net since it's the mouth of the crowd lately and since most corporations are so conscious about Microsoft Technology, I let my self-in into the .Net stream.&amp;nbsp; sometimes, i can't figure out solutions on some .Net applications that I want to accomplish... just like my first post.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Ok, since this is between PHP and ASP.Net arena, i will inject an irony for what Microsoft has said in the .Net MSDN. It's about performance. It's true that .Net offers cool features, controls, class and such but this is really an &lt;span style="font-weight:bold;text-decoration:underline;"&gt;irony &lt;/span&gt;on their expertise:&lt;/p&gt;&lt;p&gt;Use ASP.NET server controls in appropriate circumstances. Review your application code to make sure that your use of ASP.NET &lt;b&gt;server controls is necessary&lt;/b&gt;. Even though they are extremely easy to use, &lt;u&gt;server controls are not always the best choice to accomplish a task, since they use server resources&lt;/u&gt;. In many cases, a simple rendering or data-binding substitution will do. The following example demonstrates a situation in which using a server control is not the most efficient way to substitute values into the HTML sent to the client. Each method sends the path to an image to be displayed by the requesting browser, &lt;u&gt;&lt;b&gt;but using server controls is not the most expedient approach&lt;/b&gt;&lt;/u&gt;, since the Page_Load event requires a call to the server for processing. Instead, use render statements or data-binding expressions. If you have a large Web application, consider performing pre-batch compilation.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, why introduce many fancy class and controls.... if we are to &lt;u&gt;minimize&lt;/u&gt; their use?&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1362334.aspx</link><pubDate>Sun, 06 Aug 2006 10:06:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1362334</guid><dc:creator>saner</dc:creator><author>saner</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1362334.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1362334</wfw:commentRss><description>I did some tests on my own, therefore I'm certain that ASP.NET is a few times faster than PHP. Maybe I will do some DBMS tests in a few days, I will inform about results.</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1359344.aspx</link><pubDate>Thu, 03 Aug 2006 00:04:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1359344</guid><dc:creator>CosmicGirl</dc:creator><author>CosmicGirl</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1359344.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1359344</wfw:commentRss><description>&lt;p&gt;2 &lt;a HREF="/members/Lou+Blobbs.aspx"&gt;Lou Blobbs&lt;/a&gt; : &lt;/p&gt;
&lt;p&gt;lou, if you find that your site is a mess to maintain cause it grewit has nothing to do with php and a lot to do with your bad design. Unless of course, your requirements have changed so much that you simply need to re-write it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1358559.aspx</link><pubDate>Wed, 02 Aug 2006 13:05:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1358559</guid><dc:creator>stefanw_nl</dc:creator><author>stefanw_nl</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1358559.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1358559</wfw:commentRss><description>&lt;p&gt;&lt;font face=Arial size=2&gt;With PHP5 OO is very easy and your code is cleaner. Also with MySQLI is finaly fully intregrated with PHP this means its faster lots of faster. And MySQLI gives a object back that you can use with a foreach loop.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;This way of programing I couln't (yet) find in ASP.NET :(&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;Anyone?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;I'm a ASP.NET C# programmer and I using C# with more fun than PHP but somethings I mis in ASP.NET&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1354520.aspx</link><pubDate>Fri, 28 Jul 2006 17:07:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1354520</guid><dc:creator>Lou Blobbs</dc:creator><author>Lou Blobbs</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1354520.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1354520</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;Sharbel_:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;
&lt;p&gt;Again, I am proficient in both but *choose* .NET.&amp;nbsp; I don't develop trivial web-applications, and I am coding roughly 10 hours a day.&amp;nbsp; If PHP was better, faster, easier or any combination of the three I honestly might be using it.&amp;nbsp; For right now I will stick with .NET&amp;nbsp; :)&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;I agree with this.&amp;nbsp; I wrote a rather large sports management database site using PHP/MySQL and it just became a mess to maintain as it grew.&amp;nbsp; I am in the process of re-writing it in C# and it is much, much nicer.&amp;nbsp; My code is&amp;nbsp;cleaner, I'm not doing things ad-hoc because the OO is amazing in C#, and it's coming along more quickly so I can do things the way they should be done.&lt;/p&gt;
&lt;p&gt;PHP is nice for small sites, but large sites with a lot of objects and pages, it's just a mess.&lt;/p&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1351252.aspx</link><pubDate>Tue, 25 Jul 2006 23:06:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1351252</guid><dc:creator>Sharbel_</dc:creator><author>Sharbel_</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1351252.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1351252</wfw:commentRss><description>&lt;p&gt;I am sorry, but I am very proficient in both PHP and ASP.NET, but I choose C#/ASP.NET.&amp;nbsp; I will be honest, ASP.NET 1.0 was a pretty steep learning curve compared to 2.0, but if you are a coder and find .NET 2.0 hard, my goodness become a designer or something :)&lt;/p&gt;
&lt;p&gt;Seriously though, I find a lot of fellow coders who say "I can accomplish that much easier in PHP compared to .NET" simply do not understand .NET or are not sufficiently proficient in developing in it.&amp;nbsp; I remember whining "My god why is this so hard compared to ASP??" back when beta 1 came out eons ago (ok 6 years ago) and it really was just my ignorance..&amp;nbsp; Again, the learning curve was definitely greater with 1.0.&lt;/p&gt;
&lt;p&gt;Again, I am proficient in both but *choose* .NET.&amp;nbsp; I don't develop trivial web-applications, and I am coding roughly 10 hours a day.&amp;nbsp; If PHP was better, faster, easier or any combination of the three I honestly might be using it.&amp;nbsp; For right now I will stick with .NET&amp;nbsp; :)&lt;/p&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1348771.aspx</link><pubDate>Sat, 22 Jul 2006 17:43:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1348771</guid><dc:creator>Googzie</dc:creator><author>Googzie</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1348771.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1348771</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;pickyh3d:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;I'm still considering moving from PHP to ASP.NET as well, and as it stands now I think I will try to make my next page with ASP.NET. I am curious if maybe your two speed variances occur because one is using C# and the other is using VB.NET? Is C# faster than VB.NET, or does it make no difference?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Absolutely no perfomance difference at all, all .NET language are compiled into a machine language and that's what get executed instead of your VB or C# code. &lt;/p&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1348396.aspx</link><pubDate>Fri, 21 Jul 2006 21:09:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1348396</guid><dc:creator>Seann</dc:creator><author>Seann</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1348396.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1348396</wfw:commentRss><description>&lt;p class="MsoNormal"&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;adec:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;CosmicGirl:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Php engine is a lot less complex, php is not a
framework like asp.net, there are no 20 objects on top of one another.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;CosmicGirl:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;My app was very easy - fetch the data
from the database, present it to the user. in php it would have been 3 files,
asp.net is simply too complex for this small app.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;adec:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Sorry CosmicGirl, but I cannot agree.
Presenting Data from a Db including Paging etc can in it's simples form be
accomplished with only a few lines of code. I fact, with Asp.Net 2.0 and the
GridView Control in it simplest form, you actually get Paging, Sorting,
Editing, Updating, Deleting and Inserting data records literally without
writing any code if you use VS Studio 2005 (as well as using&amp;nbsp; Visual Web
Developer which is free of charge). &lt;a href="http://www.asp.net/QuickStart/aspnet/doc/ctrlref/data/gridview.aspx"&gt;See
a live example here&lt;/a&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;
&lt;br /&gt;
I believe this is exactly what CosmicGirl was saying.&amp;nbsp; Even though you
physically only write a few lines of code, there still is a large amount of
behind the scenes work going on.&lt;br /&gt;
&lt;br /&gt;
While you can write a small script in PHP that literally just does pagination,
maybe that is all you need.&amp;nbsp; All that extra code that is taking up memory
is not used, because maybe it is a read only site.&lt;br /&gt;
&lt;br /&gt;
Flexibility over usability, verses processor cost.&lt;/p&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1345083.aspx</link><pubDate>Wed, 19 Jul 2006 01:17:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1345083</guid><dc:creator>LudovicoVan</dc:creator><author>LudovicoVan</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1345083.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1345083</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;CosmicGirl:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;by the way, why do ALL the errors say:&lt;br /&gt;"&lt;em&gt;Object reference not set to an instance of an object."????&lt;/em&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;
&lt;p&gt;This reminds me the good old days of learning C, and getting every kind of access violation and wandering pointers.&amp;nbsp;A null pointer actually was a lucky case, and i needed some time to just learn how to debug...&lt;/p&gt;
&lt;p&gt;Great times...&lt;/p&gt;
&lt;p&gt;:) -LV&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1344714.aspx</link><pubDate>Tue, 18 Jul 2006 18:07:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1344714</guid><dc:creator>CosmicGirl</dc:creator><author>CosmicGirl</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1344714.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1344714</wfw:commentRss><description>&lt;p&gt;^thanks, I knew that ....however, this error does not always mean that. You described the easiest case. Sometimes, it is pretty hard to understand what exactly the compiler is complaining about,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am not migrating to ASP.net from PHP -&amp;nbsp;I just changed jobs&lt;/p&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1329410.aspx</link><pubDate>Fri, 30 Jun 2006 14:03:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1329410</guid><dc:creator>nr2ae</dc:creator><author>nr2ae</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1329410.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1329410</wfw:commentRss><description>I admin that I'm new to ASP.NET, but I must say "Object reference not set to an instance of an object." is the most common, but the simplest to solve, if you really understand your code.&lt;br /&gt;&lt;br /&gt;"Object reference not set to an instance of an object."&amp;nbsp; means what it said. You must set an instance of object to the object varriable you've declared. For example (VB.NET):&lt;br /&gt;&lt;br /&gt;Dim bytBuffer As Byte()&lt;br /&gt;Dim objFileStream As System.IO.FileStream&lt;br /&gt;objFileStream.Read(bytBuffer,0,200)&lt;br /&gt;objFileStream.Close&lt;br /&gt;&lt;br /&gt;This would cause the error because objFileStream does not represent anything. But bytBuffer won't cause error because it is a &lt;i&gt;value &lt;/i&gt;type variable, not a &lt;i&gt;reference &lt;/i&gt;type variable, like objFileStream. Here's the solution&lt;br /&gt;&lt;br /&gt;Dim bytBuffer As Byte()&lt;br /&gt;Dim objFileStream As System.IO.FileStream&lt;br /&gt;&lt;u&gt;objFileStream = New System.IO.FileStream("C:\MyFile.txt",FileMode.Open)&lt;/u&gt;&lt;br /&gt;objFileStream.Read(bytBuffer,0,200)&lt;br /&gt;objFileStream.Close&lt;br /&gt;&lt;br /&gt;Because of the added line, objFileStream now represent a file stream which read the file "C:\MyFile.txt".&lt;br /&gt;&lt;br /&gt;ASP.NET engine cannot explain more that those words. The only way to get more information is to enable "debugging" in web.config. Then, when the error occurs, you can see exactly which line causes the error. Check the codes around that line and you'll be able to solve in in a short amount of time.&lt;br /&gt;&lt;br /&gt;By the way, I recomend you to read some techincal articles like "Migrating from PHP to ASP.NET which can be found it in the Microsoft Visual Studio 2005 Documentation. However, if you still like script programming, I recommend you to continue using PHP.</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1324071.aspx</link><pubDate>Sun, 25 Jun 2006 03:23:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1324071</guid><dc:creator>AlaorNeto</dc:creator><author>AlaorNeto</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1324071.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1324071</wfw:commentRss><description>Err, I was a PHP developer till two weeks ago. I must say, ASP.NET IS NOT hard to learn if you always had some experience with java, c#, etc... It's really quite simple, but disturbing colossal. I don't think I wanna go back to PHP anymore.&lt;br /&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1322489.aspx</link><pubDate>Thu, 22 Jun 2006 23:56:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1322489</guid><dc:creator>CosmicGirl</dc:creator><author>CosmicGirl</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1322489.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1322489</wfw:commentRss><description>&lt;p&gt;by the way, why do ALL the errors say:&lt;/p&gt;
&lt;p&gt;"&lt;em&gt;Object reference not set to an instance of an object."????&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;cant they elaborate and explain what actually happens or is it too much to ask?&amp;nbsp; i find the error messages so cryptic that it almost doesnt matter if it says the above or just "Error".&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;the stack trace is also not terribly helpful. i will admit that sometimes it is, but in most cases, you just have to sit there and guess whats happened.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;and of course, once you know it is easy to deal with. but then i might spend a day to find out why.....&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1322487.aspx</link><pubDate>Thu, 22 Jun 2006 23:46:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1322487</guid><dc:creator>CosmicGirl</dc:creator><author>CosmicGirl</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1322487.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1322487</wfw:commentRss><description>&lt;p&gt;thanks Andre,&lt;/p&gt;
&lt;p&gt;i have posted there about 30 minutes ago. my posting has not even been posted yet - moderators. &lt;/p&gt;
&lt;p&gt;the whole issue of me not knowing what's wrong, having to wait hours before the posting gets posted, then days before someone replies to me...then in the end of it all i simply do not understand why displaying a text confirmation has to be so hard...it could easily be done with &lt;/p&gt;
&lt;p&gt;&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{$message}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;/p&gt;
&lt;p&gt;pass $message to template, done!&lt;/p&gt;
&lt;p&gt;sorrry, i am just way too frustrated here. wish these forums actually helped.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Php performance vs ASP.Net Performance</title><link>http://forums.asp.net/thread/1322483.aspx</link><pubDate>Thu, 22 Jun 2006 23:42:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1322483</guid><dc:creator>adec</dc:creator><author>adec</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1322483.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=1322483</wfw:commentRss><description>First of all, asking Asp.Net related questions in this forum (&lt;a class=lnk3 title="Migration to ASP.NET" HREF="/default.aspx?GroupID=12"&gt;Migration to ASP.NET&lt;/a&gt;) is probably not a good idea. In your case, I would try the &lt;a class=ForumGroupNameUnRead HREF="/24/ShowForum.aspx"&gt;&lt;strong&gt;&lt;font color=#356299&gt;Data Presentation Controls&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;forum, and I'm sure you will get a quick answer provided you give us a little more info about the error. Is it possibly "Object not set to an instance of an object"? This is a very common error and easily solved once you know why it occurs and how to deal with it.</description></item></channel></rss>