Search

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

Matching Posts

  • Re: AJAX FIX: UpdatePanel

    Still, I partially agree with this: "My initial thinking was naive: nothing needs the ID so why spit it out when it makes the markup look more complex than necessary." The problem is not that it looks complex, the problem is that all those IDs really add up and the final size of the HTML more heavier that it should be. I've written adapters for almost every simple web control on the asp.net stack, most of them really don't need the ID attribute on the most common scenarios (for
    Posted to CSS Friendly Control Adapters (Forum) by Edgardo on 10/27/2006
  • Re: Atlas + Valid XHTML => Solution

    No, you're missing the point :), the W3 validator validates XHTML, not custom scripts (like javascript or "XML-Script"), as ScottGu pointed out here , ScottGu: Note that the markup today is technically XHTML compliant. The issue is that the online validators aren't handling the case where you have a tag with an unknown language element in it. I believe what Scott says is correct, but I also want my pages passing the validator, so the solution is either have the Atlas team to put
  • Re: Atlas + Valid XHTML => Solution

    Not a bad idea, but it adds unnecesary JS code to load, also, from what I saw the method that renders the XML Script is a private method, so there's no way to override it. :( For example it would be MUCH easier for us to subclass the scriptManager and check if the browser agent is the W3 validator we simply don't render any XML script.
  • Re: Atlas and XHTML compliant?

    ScottGu: I believe the next Atlas CTP will allow you to embed the generated markup as straight javascript instead of XML-script -- which would cause it to validate clean with any XHTML validator. Note that the markup today is technically XHTML compliant. The issue is that the online validators aren't handling the case where you have a <script> tag with an unknown language element in it. Hope this helps, Scott This is great, looking forward to try it :) Zifiglio: hi, as scott suggested, wrapping
  • Re: Suggestion: PLEASE put atlas xml declaration inside a CDATA

    I created a simple Response filter to do this, but unfortunately Atlas stops working if the XML definition is marked as CDATA. This sucks big time....
  • Suggestion: PLEASE put atlas xml declaration inside a CDATA

    Right now by simply including a scriptmanager in a page its breaking XHTML validation, can you *please* add atlas declarations between CDATA: <script type="text/xml-script"> <![CDATA[ <page xmlns:script="http://schemas.microsoft.com/xml-script/2005"> <components> <pageRequestManager id="_PageRequestManager" updatePanelIDs="ctl00$PageContents$up1,ctl00$PageContents$up2" asyncPostbackControlIDs="ctl00_PageContents_PublishCommentButton" scriptManagerID="ctl00$ScriptManager1"
  • Re: Suggestion : Update progress

    Luis Abreu: hello. to me, adding what is asked here is really important so that we can know which panel is "responsible" for the current postback: http://forums.asp.net/thread/1330977.aspx Indeed this is *very* important and absolutely necessary.
  • Re: Incremental updates

    Sorry, maybe the terminology here is confusing. What I mean by "incremental updates" is that I need to update the presentation as the data is being pulled, but I've been reading about the atlas architecture and that is not possible using the updatepanel AFAIK, as it returns the entire thing (data + html) in one shot, also the logic is in the server side (mantaining viewstate etc). I'm gonna need to use a client-side control that binds the data to the presentation while the data is pulled from the
  • Re: Culture name 'en_us' is not supported. Parameter name: name

    I'm also getting thousand of this exceptions every day... :(
  • Re: Incremental updates

    It is imo, we shouldn't have to make a DAL "entry point" in a WS. BTW, this is not a paging scenario. And the timer control is no good here, what I need to do is trigger an async operation in codebehind (this is easy), and instead of waiting for the thread to complete and then render the page, I need to update stuff while the operation is in progress, but this seems to be imposible.
Page 1 of 16 (151 items) 1 2 3 4 5 Next > ... Last ยป