Search

You searched for the word(s): userid:707040

Matching Posts

  • Re: dropdownlist breaks xhtml validation

    Thanks man, that worked perfectly! now let's hope valencia beats inter next week in the champions league!
    Posted to Web Forms (Forum) by elwise on 2/9/2007
  • Re: dropdownlist breaks xhtml validation

    cool thanks! so how does it work? I need to paste this method in my page and then call it from pageload? also, it also looks like the method is specting HtmlTextWriter ?
    Posted to Web Forms (Forum) by elwise on 2/9/2007
  • Re: dropdownlist breaks xhtml validation

    thanks, that was a good idea. I tried that, but it only accepts 1 attribute, so I tried: dropArchive.Attributes.Remove("javascript"); dropArchive.Attributes.Remove("language"); dropArchive.Attributes.Remove("language=\"javascript\""); and even dropArchive.Attributes.Clear(); but it didn't do anything. any other ideas?
    Posted to Web Forms (Forum) by elwise on 2/9/2007
  • dropdownlist breaks xhtml validation

    Hi, I have this dropdownlist that breaks xhtml w3c validation because it generates a select tag with a javascript property. this only happens when autopostback is set to true. so the the validation error that i get is this: Error Line 263 column 86 : there is no attribute "language" . ...PostBack('dropArchive','')" language= " javascript" id="dropArchive"> this is the code. this control: <asp:dropdownlist id="dropArchive" runat="server" AutoPostBack="True"></asp:dropdownlist> generates
    Posted to Web Forms (Forum) by elwise on 2/9/2007
Page 1 of 1 (4 items)