Browse by Tags

Related Posts

  • how to call a modal popup after saving a text file

    Hi , could please tell how slove the problem i am saving one text file using the below code Response.ContentType = "Application/txt" ; string FilePath = MapPath( "ANSI837/" + fileName); Response.AddHeader( "Content-Disposition" , "attachment; filename=" + fileName...
    Posted to Web Forms (Forum) by ramesh.sri on 05-15-2009, 12:00 AM
    Filed under: Style Builder, userImg.ImageUrl = Server.MapPath("~/registration/") + User.Identity.Name & "/images/" + User.Identity.Name + ".jpg" above is the code for dynamically assinign the image url to na image control., VB 2005, Visual Studio .NET 2005, Visual Studio .NET 2005 Missing Reference Folder, VisualStudio 2005, .net, .NET 2.0, .NET 3.5, .NET 3.5 vs2005, .net code generator, .Net2005, .refresh dll vs2005 com, accessibility, ADO.NET, AJAX, Align, ASP .NET 2.0, asp.net 2.0, ASP.net 2.0, ASP.net 2.0 Membership, asp.net 2.0 sharepoint application, asp.net 2.0 upgrade from asp.net 1.1 System cannot find the path specified., asp.net Web.Config teamsystem appsettings, ASPNETAJAXCTPCS.zip, aspx, Attempted to read or write protected memory. This is often an indication that other memory is corrupt., audio, automation, backspace, Base64 Encoding, bookmark, bug, bug property window, bugs, C#, C# + ASP.NET 2.0, C# 2005, c# code generator, Cannot start service from the command line or debugger. A Windows Service must first be installed (using installutil.exe) and then started with the ServerExplorer, cassini, check out, class, clickonce, code generator, Code reuse, command prompt, Configuration, CSS, DataGrid, datalist, File, Files, characters, asp.net2.0, .ASPX
  • Re: javascript breakpoint quirk - anonymous functions

    thanks. 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't understand valid javascript (i.e. anonymous functions). very disappointing, especially since this is an extremely common pattern in javascript frameworks...
    Posted to Client Side Web Development (Forum) by evankstone on 04-08-2009, 12:00 AM
    Filed under: visualstudio, Bugs, debugger, debugging, IE7, internet explorer, javascript
  • Re: onScroll bug in ASP:Panel control?

    NC, No problem. If you do ever get the time, you don'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...
    Posted to Client Side Web Development (Forum) by wujood on 03-31-2009, 12:00 AM
    Filed under: Testing, Bugs, Microsoft Quality Assurance, Visual Studio
  • RedirectToAction + IsAjaxRequest problem with Firefox

    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 makes it very hard to implement cross-browser Ajax...
    Posted to ASP.NET MVC (Forum) by jake10000 on 03-27-2009, 12:00 AM
    Filed under: bugs
  • Bug using return File()

    Code public ActionResult DownloadReport(int id) { return File(new byte[5], "application/octet-stream", "Отчет Офом от 29.01.2009"); } Exception: [FormatException: Недопустимый знак в заголовке электронной почты.] System.Net.Mime.MailBnfHelper.GetTokenOrQuotedString(String data, StringBuilder...
    Posted to ASP.NET MVC (Forum) by smkrbr on 02-05-2009, 12:00 AM
    Filed under: bugs
  • Two bugs or at least I think they are

    1, Say, I have an action like this: public ActionResult DoingSomethingThatNeedsValidation(Something s) { if(s.Name == "aaa") s.Name = "bbb"; return View(s); } And the View: <%= Html.TextBox("Name") %> The problem is that after the action, the UI still shows "aaa"...
    Posted to ASP.NET MVC (Forum) by deerchao on 02-01-2009, 12:00 AM
    Filed under: bugs
  • Changes in RC that broke my app

    - Url.Action("About") returns "About" not "Home/About" - The same Html.BeginForm - I have few methods in MasterPage code behind, compiles but in runtime throws exception MethodNotFound - validateRequest=false not worked for me, too - Url.RouteUrl not worked for me, too ...
    Posted to ASP.NET MVC (Forum) by dario-g on 01-28-2009, 12:00 AM
    Filed under: RC1, ASP.NET mvc, breaking changes, bugs
  • F.Y.I.: security article: TOP 25 Most Dangerous Programming Errors [CWE/SANS]

    F.Y.I. < http://www.sans.org/top25errors > "CWE/SANS TOP 25 Most Dangerous Programming Errors Experts Announce Agreement on the 25 Most Dangerous Programming Errors - And How to Fix Them Agreement Will Change How Organizations Buy Software. Project Manager: Bob Martin, MITRE Questions: top25...
    Posted to Security (Forum) by gerrylowry on 01-15-2009, 12:00 AM
    Filed under: security, testing, bugs, crime, CWE, cyber, espionage, SANS, "programming errors"
  • Html.RadioButton gives invalid html, does not persist state.

    Issue 1: Invalid Html Unless I am mis-using the RadioButton helper, it is generating invalid html. for example, if you do the following in your view: Apply Fee <%= Html.RadioButton("asdf", true) %><br /> Waive Fee <%= Html.RadioButton("asdf", false) %> You get the...
    Posted to ASP.NET MVC (Forum) by davisnw on 12-20-2008, 12:00 AM
    Filed under: mvc toolkit, MVCToolkit, bugs, "ASP.NET MVC" HtmlHelper ActionLink "Unit Tests"
  • DropDownList value not post back in ajax form

    I encountered a bug with ajax form with DropDownList. The selected value in DropDownList can't be posted to web server. This bug only appears in IE (mine is 7.0.5730.11), but not in FF / chrome. Here is the sample code // *************** CONTROLLER *************** public ActionResult Test(int? page...
    Posted to ASP.NET MVC (Forum) by canton on 11-06-2008, 12:00 AM
    Filed under: bugs
Page 1 of 4 (38 items) 1 2 3 4 Next >