<?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>Search results matching tag 'Bugs'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Bugs&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'Bugs'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>The ASP.NET MVC 2 Beta for VS2008 bug report</title><link>http://forums.asp.net/thread/3529032.aspx</link><pubDate>Mon, 23 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3529032</guid><dc:creator>Doggy8088</dc:creator><description>&lt;p&gt;When the strong-typed Model passed to the View, and the Model Type name contains non-ASCII characters.&amp;nbsp; e.g. Chinese characters.&amp;nbsp; The View will not able to rendered due to C# compilation error.&amp;nbsp; That&amp;#39;s because the C# compiler doesn&amp;#39;t recognize the file encoding with &amp;quot;UTF-8 without BOM&amp;quot; when View file content contains UTF-8 characters ( non-ASCII parts ).&amp;nbsp; The C# compiler just treat &amp;quot;UTF-8 without BOM&amp;quot; file as &amp;quot;ASCII&amp;quot; or &amp;quot;Default&amp;quot; encoding, so that the compilation failed.&lt;/p&gt;
&lt;p&gt;All these problems comes from the default MVC T4 Host write all output as UTF-8 without BOM.&amp;nbsp; I think it&amp;#39;s a bug for non-English people.&lt;/p&gt;
&lt;p&gt;There is a workaround of mine that is modify the View file they generated every times when run &amp;quot;Add View&amp;quot; command within the Controller in the VS2008.&lt;/p&gt;
&lt;p&gt;I was tried to modify the *.tt files under &amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\Web\MVC\CodeTemplates\AddView&amp;quot; folder.&amp;nbsp; Even I modified the &amp;lt;#@ output extension=&amp;quot;aspx&amp;quot; #&amp;gt; to &amp;lt;#@ output extension=&amp;quot;aspx&amp;quot; Encoding=&amp;quot;UTF-8&amp;quot; #&amp;gt;, the result is the same.&amp;nbsp; Even I specify encoding as &amp;quot;ASCII&amp;quot; or &amp;quot;BIG5&amp;quot;, the output file encoding still UTF-8 without BOM.&lt;/p&gt;
&lt;p&gt;This problem has plagued me for a while.&amp;nbsp; I think this problem will plague many others non-English developers too when Model Types contains non-ASCII characters.&lt;/p&gt;
&lt;p&gt;Hope someone could see this problem.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>how to call a modal popup after saving a text file </title><link>http://forums.asp.net/thread/3164845.aspx</link><pubDate>Fri, 15 May 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3164845</guid><dc:creator>ramesh.sri</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;could please tell how slove the problem&lt;/p&gt;
&lt;p&gt;i am saving one text file using the below code&lt;/p&gt;&lt;font size="2"&gt;Response.ContentType = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Application/txt&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; FilePath = MapPath(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;ANSI837/&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + fileName);&lt;/p&gt;Response.AddHeader(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Content-Disposition&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;attachment; filename=&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + fileName);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;Response.WriteFile(FilePath); &lt;/p&gt;
&lt;p&gt;after saving the file i want call one function or i want show one modalpop how to write the code for that one&lt;/p&gt;
&lt;p&gt;i tryied with below code, but no use &lt;/p&gt;&lt;font size="2"&gt;Response.ContentType = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Application/txt&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; FilePath = MapPath(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;ANSI837/&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + fileName);&lt;/p&gt;Response.AddHeader(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Content-Disposition&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;attachment; filename=&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + fileName);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;Response.WriteFile(FilePath); &lt;/p&gt;
&lt;p&gt;Response.End();&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.ModalPopupExtender1.Show(); &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Thanks&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Raja&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: javascript breakpoint quirk - anonymous functions</title><link>http://forums.asp.net/thread/3074204.aspx</link><pubDate>Wed, 08 Apr 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3074204</guid><dc:creator>evankstone</dc:creator><description>&lt;p&gt;thanks. &lt;/p&gt;&lt;p&gt;yes, i stumbled on that solution as well, but i find it to be a very lame procedure to go through to set a breakpoint just because VS doesn&amp;#39;t understand valid javascript (i.e. anonymous functions). &lt;/p&gt;&lt;p&gt;very disappointing, especially since this is an &lt;b&gt;extremely common pattern &lt;/b&gt;in javascript frameworks.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;unfortunately, that seems to be the only workaround for this bug, but thanks again for suggesting it! :)&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: onScroll bug in ASP:Panel control?</title><link>http://forums.asp.net/thread/3052735.aspx</link><pubDate>Tue, 31 Mar 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3052735</guid><dc:creator>wujood</dc:creator><description>&lt;p&gt;NC,&lt;/p&gt;
&lt;p&gt;No problem. If you do ever get the time, you don&amp;#39;t have to sift through my code, simply copy paste the code given by microsoft in below link to recreate the bug. Essentially, it is the onScroll event firing multiple times for div panels. It has been a bug in IE since IE 5 and I just confirmed that it still exists in IE 6 and IE 7.&amp;nbsp;I had to convert all html tags to lower case in the Microsoft code below to conform with xhtml standard and then the bug was identified.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/238004"&gt;&lt;font color="#5403fa"&gt;http://support.microsoft.com/kb/238004&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Despite the popular sentiment regarding Microsoft products, I have supported and adopted microsoft technologies just because they seem to work well together. However, the QA at Miscrosoft can do a better job than they have been doing in recently. &lt;/p&gt;
&lt;p&gt;This IE bug is one example. The other day I found that the FileSystemWatcher component fires event twice as well when a new file is created in a directory, so had to find a hack for that. When I am creating C# stored procedures&amp;nbsp;using VS 2005&amp;nbsp;on my dual core machine, there is a race condition that develops among processors (or something to that effect) which essentially stalls / freezes visual studio environment, resulting in the inability to debug the stored procedure further. The integration of&amp;nbsp;SQL Management Studio&amp;nbsp;with Visual Source Safe&amp;nbsp;has also been a source of immense pain in our&amp;nbsp;group lately....etc etc...&lt;/p&gt;
&lt;p&gt;I certainly do not expect anyone to be resolving bugs in forums like these that Microsoft should have fixed prior to rolling out the product. It is just frustrating from developer&amp;#39;s point of view to go through finding hacks for temporary fixes to these problems. One can only hope that MS does a better job in quality assurance and testing in future..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;regards,&lt;/p&gt;
&lt;p&gt;W.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;~ Denial is not a river in Egypt ~&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>RedirectToAction + IsAjaxRequest problem with Firefox</title><link>http://forums.asp.net/thread/3042311.aspx</link><pubDate>Fri, 27 Mar 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3042311</guid><dc:creator>jake10000</dc:creator><description>&lt;p&gt;I have an Ajax action link that calls action A. Action A calls RedirectToAction(B). When processing action B, Request.IsAjaxRequest returns true in IE7 and IE8, but false in Firefox 3.06. Any info on whether this will be fixed anytime soon? This bug&amp;nbsp;makes it very hard to implement cross-browser Ajax apps with ASP.NET MVC.&lt;/p&gt;</description></item><item><title>Bug using return File()</title><link>http://forums.asp.net/thread/2918825.aspx</link><pubDate>Thu, 05 Feb 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2918825</guid><dc:creator>smkrbr</dc:creator><description>Code&lt;br /&gt;
&lt;br /&gt;
public ActionResult DownloadReport(int id)&lt;br /&gt;
{&lt;br /&gt;
   return File(new byte[5], &amp;quot;application/octet-stream&amp;quot;, &amp;quot;Отчет Офом от 29.01.2009&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;

Exception:&lt;br /&gt;
&lt;br /&gt;
[FormatException: Недопустимый знак в заголовке электронной почты.]&lt;br /&gt;
   System.Net.Mime.MailBnfHelper.GetTokenOrQuotedString(String data, StringBuilder builder) +1132650&lt;br /&gt;
   System.Net.Mime.ContentDisposition.ToString() +270&lt;br /&gt;
   System.Web.Mvc.FileResult.ExecuteResult(ControllerContext context) +154&lt;br /&gt;
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +10
   System.Web.Mvc.&amp;lt;&amp;gt;c__DisplayClass11.b__e() +20&lt;br /&gt;
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +251&lt;br /&gt;
   System.Web.Mvc.&amp;lt;&amp;gt;c__DisplayClass13.b__10() +19&lt;br /&gt;
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +178&lt;br /&gt;
   System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +350&lt;br /&gt;
   System.Web.Mvc.Controller.ExecuteCore() +110&lt;br /&gt;
   System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +27&lt;br /&gt;
   System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +7&lt;br /&gt;
   System.Web.Mvc.MvcHandler.ProcessRequest(HttpContextBase httpContext) +119&lt;br /&gt;
   System.Web.Mvc.MvcHandler.ProcessRequest(HttpContext httpContext) +41&lt;br /&gt;
   System.Web.Mvc.MvcHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext httpContext) +7&lt;br /&gt;
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181&lt;br /&gt;
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously) +75&lt;br /&gt;</description></item><item><title>Two bugs or at least I think they are</title><link>http://forums.asp.net/thread/2907171.aspx</link><pubDate>Sun, 01 Feb 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2907171</guid><dc:creator>deerchao</dc:creator><description>&lt;p&gt;1, Say, I have an action like this:&lt;/p&gt;&lt;p&gt;public ActionResult DoingSomethingThatNeedsValidation(Something s)&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; if(s.Name == &amp;quot;aaa&amp;quot;)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; s.Name = &amp;quot;bbb&amp;quot;;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; return View(s); &lt;br /&gt;&lt;/p&gt;&lt;p&gt;} &lt;/p&gt;&lt;p&gt;And the View:&lt;/p&gt;&lt;p&gt;&amp;lt;%= Html.TextBox(&amp;quot;Name&amp;quot;) %&amp;gt;&lt;/p&gt;&lt;p&gt;The problem is that after the action, the UI still shows &amp;quot;aaa&amp;quot;, but not &amp;quot;bbb&amp;quot;; Even if I wrote it like this:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;%= Html.TextBox(&amp;quot;Name&amp;quot;, Model.Name) %&amp;gt; &lt;/p&gt;&lt;p&gt;And here is my solution: &lt;br /&gt;&lt;/p&gt;&lt;p&gt;InputExtensions.cs:&lt;/p&gt;&lt;pre class="coloredcode"&gt;        &lt;span class="kwd"&gt;private static string&lt;/span&gt; InputHelper(&lt;span class="kwd"&gt;this&lt;/span&gt; HtmlHelper htmlHelper, InputType inputType, &lt;span class="kwd"&gt;string&lt;/span&gt; name, &lt;span class="kwd"&gt;object value&lt;/span&gt;, &lt;span class="kwd"&gt;bool&lt;/span&gt; useViewData, &lt;span class="kwd"&gt;bool&lt;/span&gt; isChecked, &lt;span class="kwd"&gt;bool&lt;/span&gt; setId, &lt;span class="kwd"&gt;bool&lt;/span&gt; isExplicitValue, IDictionary&amp;lt;&lt;span class="kwd"&gt;string&lt;/span&gt;, &lt;span class="kwd"&gt;object&lt;/span&gt;&amp;gt; htmlAttributes) {
            ......
            &lt;span class="kwd"&gt;switch&lt;/span&gt; (inputType) {
                &lt;span class="kwd"&gt;case&lt;/span&gt; InputType.CheckBox:
                &lt;span class="kwd"&gt;case&lt;/span&gt; InputType.Radio:
                    ............
                &lt;span class="kwd"&gt;case&lt;/span&gt; InputType.Password:
                    ............
                &lt;span class="kwd"&gt;default&lt;/span&gt;:
                    &lt;span class="cmt"&gt;//modified by deerchao
                    //otherwise model data changes from controller is not reflected into the view&lt;/span&gt;
                    &lt;span class="kwd"&gt;string&lt;/span&gt; attemptedValue = isExplicitValue
                        ? Convert.ToString(&lt;span class="kwd"&gt;value&lt;/span&gt;)
                        :(&lt;span class="kwd"&gt;string&lt;/span&gt;)htmlHelper.GetModelStateValue(name, &lt;span class="kwd"&gt;typeof&lt;/span&gt;(&lt;span class="kwd"&gt;string&lt;/span&gt;));
                    tagBuilder.MergeAttribute(&lt;span class="st"&gt;&amp;quot;value&amp;quot;&lt;/span&gt;, attemptedValue ?? ((useViewData) ? htmlHelper.EvalString(name) : valueParameter), isExplicitValue);
                    &lt;span class="kwd"&gt;break&lt;/span&gt;;
            }
&lt;/pre&gt;&lt;p&gt;&amp;nbsp; 2, HtmlHelper class may throw NullReferenceException not necessarily. And here is the solution:&lt;br /&gt;&lt;/p&gt;&lt;p&gt; File HtmlHelper.cs&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; internal object GetModelStateValue(string key, Type destinationType) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ModelState modelState;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ViewData.ModelState.TryGetValue(key, out modelState)) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //if appended by deerchao:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(modelState.Value!=null)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return modelState.Value.ConvertTo(destinationType, null /* culture */);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return null;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Changes in RC that broke my app</title><link>http://forums.asp.net/thread/2898417.aspx</link><pubDate>Wed, 28 Jan 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2898417</guid><dc:creator>dario-g</dc:creator><description>&lt;p&gt;- Url.Action(&amp;quot;About&amp;quot;) returns &amp;quot;About&amp;quot; not &amp;quot;Home/About&amp;quot;&lt;br /&gt;- The same Html.BeginForm&lt;br /&gt;- I have few methods in MasterPage code behind, compiles but in runtime throws exception MethodNotFound&lt;br /&gt;- validateRequest=false not worked for me, too&lt;br /&gt;- Url.RouteUrl not worked for me, too&lt;br /&gt;- Where is Cancel property in AuthorizationContext?&lt;br /&gt;- What happed with public virtual method GetListItems in SelectList?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Someone knows how to fix this?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>F.Y.I.:  security article:  TOP 25 Most Dangerous Programming Errors [CWE/SANS]</title><link>http://forums.asp.net/thread/2869148.aspx</link><pubDate>Thu, 15 Jan 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2869148</guid><dc:creator>gerrylowry</dc:creator><description>&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F.Y.I.&lt;/p&gt;
&lt;p&gt;&amp;lt;&lt;a href="http://www.sans.org/top25errors"&gt;http://www.sans.org/top25errors&lt;/a&gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;CWE/SANS TOP 25 Most Dangerous Programming Errors&lt;/p&gt;
&lt;p&gt;Experts Announce Agreement on the 25 Most Dangerous Programming Errors - And How to Fix Them&lt;/p&gt;
&lt;p&gt;Agreement Will Change How Organizations Buy Software.&lt;/p&gt;
&lt;p&gt;Project Manager: Bob Martin, MITRE&lt;br /&gt;Questions: &lt;a href="mailto:top25@sans.org"&gt;top25@sans.org&lt;/a&gt;&lt;br /&gt;&amp;nbsp;PDF For Printing :: &lt;a href="http://www.sans.org/top25errors//print.pdf"&gt;http://www.sans.org/top25errors//print.pdf&lt;/a&gt;&amp;nbsp; (January 12, 2009)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; experts from more than 30 US and international cyber security organizations&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jointly released the consensus list of the 25 most dangerous programming errors&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; that lead to security bugs and that enable cyber espionage and cyber crime.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Shockingly, most of these errors are not well understood by programmers; their avoidance&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is not widely taught by computer science programs; and their presence is frequently not tested&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by organizations developing software for sale.&amp;quot;&lt;/p&gt;</description></item><item><title>SharePoint</title><link>http://forums.asp.net/thread/2856809.aspx</link><pubDate>Fri, 09 Jan 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2856809</guid><dc:creator>shreyasingh</dc:creator><description>&lt;p&gt;&amp;nbsp;I have added a webpart in my sharepoint website.in that web part i have used a usercontrol.but server events doesn&amp;#39;t get firred.&lt;/p&gt;&lt;p&gt;can any one provide me the solution.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;img src="http://forums.asp.net/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/p&gt;&lt;p&gt;thanks in advance. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>