Permalink
  • vote
    27
    0 starsmohit | Shared With: Everyone - Apr 04 2007 | development, microsoft, ie, ie6, css

    Helpful if you want your webpage to look right in IE6.

    Quoted: This page links to various Explorer specific bug pages.

  • vote
    31
    0 starsmohit | Shared With: Everyone - Mar 11 2006 | javascript, ie, closures, development
    Understanding and Solving Internet Explorer Leak Patterns

    not sure how exactly ie does it. but, i've been bitten a few times by the circular reference problem. i had 'a' holding on to a reference count for 'b' and vice versa.

  • vote
    57
    3 starsmohit | Shared With: Everyone - Nov 23 2005 | development, ie
    Download details: Internet Explorer Developer Toolbar Beta

    Recently updated....

    Quoted: The Microsoft Internet Explorer Developer Toolbar provides a variety of tools for quickly creating, understanding, and troubleshooting Web pages. This version is a preview release and behavior may change in the final release.

1 - 7 of 7 Faves

Related Content from Around Faves

ie

VIEW ALL

developer

  • mohit
    Feb 29 2008

    You need to use an ASP:Button and not just an input if you want client-side validation in ASP.Net.

    Quoted: The onclick attribute, along with the script, is added inside the AddAttributesToRender method of the Button control. The WebForm_DoPostBackWithOptions function can be examined in the rendered web resource JavaScript file within Visual Studio 2005, as explained in the above section. This function is in the resource file named WebForms.js. The function takes an argument of type WebForm_PostBackOptions. This function is also responsible for invoking the Page_ClientValidate function, which sets the value of the Page_IsValid member. The complete validation process triggered by the click of a button process can be summarized in the workflow below.

    1 FaverViewed: 10 Times
  • talios - 4 days ago
    2 Favers
  • mohit - 5 days ago
    1 FaverViewed: 4 Times
VIEW ALL