Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Bug with Latest Google Chrome and ASP.NET Validation

    Hello, This is something that drove me insane today, I have a dropdown control with a required field validator on this control. the dropdown is also set to autopostback. Now up until after lunch today this was working fine in chrome but after lunch it stopped. Turns out my Chrome updated to the latest...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 11-04-2008, 12:00 AM
    Filed under: Javascript, ASP.NET, .NET 3.5, Validation
  • Hämta ett InfoCard med Javascript

    Jag har tidigare visat hur vi med Windows CardSpace kan posta ett InfoCard till servern i form av XML. Men säg att vi istället vill sköta allt på klienten då vi kanske vill kunna logga in användaren med ett asynkront anrop eller direkt på sidan kunna visa information. Då är det enklast att sköta det...
    Posted to Mikael Söderström (Weblog) by Vimpyboy on 10-02-2008, 12:00 AM
    Filed under: .NET 3.5, Javascript, Windows CardSpace, Säkerhet
  • .NET, Adobe Flash and Cross Domain Communication -How To AND How Not to LOL!

      "Is SilverLight going to use Cross Domain Poilicies?"   I hope no one is thinking, "FLASH?!?! why not Silverlight!!"    If so I apologise lol, but a project I am working on, the client has clearly specified they require this small "WIDGET" if you...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 08-27-2008, 12:00 AM
    Filed under: Javascript, C#, Visual C#, Silverlight, .NET 3.5, ActionScript 3.0, Flash
  • ASP.NET Ajax using a custom ViewManager to render paged data without updatepanels

    Sometimes you do not want the overhead of using an updatepanel, as each time you make a request it is posting more back than you might need, sure it can be powerful and easy to use but not always the most effective way Say you would like to be able to not use viewstate or postbacks but would like to...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 03-17-2008, 12:00 AM
    Filed under: Javascript, AJAX, ASP.NET, .NET, .NET 3.5, LINQ, C#
  • PNG Fix Component

    Needing a solution to fix transparent PNG in IE6 I came to start using one of the many javascript based solutions to do this. But when it came time to use ajax and populating new images in my postbacks this obviously broke. So I created a custom ASP.NET Component to help me do this... Control: I created...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 01-03-2008, 12:00 AM
    Filed under: Javascript, AJAX, ASP.NET, .NET, MICROSOFT, .NET 3.5, C#, PNG
  • Auto save Asp.net form values Asynchronously

    In this article, I will explain how to save Asp.Net page values asynchronously (aka Gmail style of saving mail drafts). Introduction: In the past, Web applications were known for having less usable, less responsive user interfaces. AJAX changed all of that. The application can work asynchronously and...
    Posted to ASP.NET Web Forms bloggers (Weblog) by Anonymous on 11-23-2009, 12:00 AM
    Filed under: Web Services, JavaScript, .Net 3.5, ASP.Net 3.5
  • Formatted Date based on the browser language setting

    One of new feature that was added in Asp.net 3.5 is script globalization and localization. We can display date based on language setting of browser. Here is code snippet of displaying date in local language using script.. <script type="text/javascript"> function formatDate() { var d ...
    Posted to ASP.NET Web Forms bloggers (Weblog) by Anonymous on 08-16-2008, 12:00 AM
    Filed under: JavaScript, .Net 3.5, ASP.Net 3.5
Page 1 of 1 (7 items)