Search

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

Matching Posts

  • Re: Default button on pressing enter key?

    Hi All, Check this for possible solution: http://forums.asp.net/1320324/ShowThread.aspx#1320324 Regards DotnetShadow
    Posted to Web Forms (Forum) by dotnetshadow on 6/21/2006
  • Re: Default Button with Firefox

    Thanks for the info, I know that there is no click event for anchors as indicated here: http://developer.mozilla.org/en/docs/DOM:element.click But I have provided a possible solution that does work for LinkButton in Firefox as shown in 2 posts above. To further improve it you could always detect for firefox browser and only add the revised js file through register.clientscript etc... Regards DotnetShadow
    Posted to Getting Started (Forum) by dotnetshadow on 6/21/2006
  • Re: Default Button with Firefox

    Some people might of noticed that I used anthem button in previous button it is the same if u used <asp:linkbutton> .... Code: <form id="form1" runat="server" defaultbutton="LinkButton1"> <script type="text/javascript" src="js/DefaultLinkButtonFix.js"></script> <asp:LinkButton ID="LinkButton1" runat="server">Test2</anthem:LinkButton> </form> Regards Dotnetshadow
    Posted to Getting Started (Forum) by dotnetshadow on 6/21/2006
  • Re: Default Button with Firefox

    Hi guys, Anyone who has ever had problems implementing <form defaultbutton with a linkbutton in firefox below is a solution that will work Finally been able to make the defaultbutton work using external js that replaces the microsoft implementation Code: <form id="form1" runat="server" defaultbutton="LinkButton1"> <script type="text/javascript" src="js/DefaultLinkButtonFix.js"></script> <anthem:LinkButton ID="LinkButton1" runat="server">Test2</anthem:LinkButton> <
    Posted to Getting Started (Forum) by dotnetshadow on 6/21/2006
  • Re: Atlas and XHTML compliant?

    I tried wrapping CDATA and comments around the necessary tags, although this helped with validatiing against the W3C validator, a more serious problem occurred that when the comments or CDATA was included the actual ajax stopped funcitoning because it caused a script error since <script type="text/xml"> doesn't accept a CDATA tag or <!-- inside it, so that's another problem so not sure what else do to. The only thing I was able to do was to create a render method that will detect when it
  • Can't find post or search via poster name

    Hi guys, I think there could be a problem with the forums, since I posted something yesterday and today I can't even search for it in the forums, I can't even search via the poster name, is anyone else experiencing this? The only way I could find my post was through the My Posts tab at the top
    Posted to Feedback on this website (Forum) by dotnetshadow on 3/24/2006
  • Re: Atlas and XHTML compliant?

    I'm not too sure what you mean since I'm new to XHTML could you give me an example of what you mean? Also the code is generated by microsoft when it renders the page do you mean override the render mode so that u can wrap a CDATA tag around the script tag? Regards Dotnetshadow
  • Re: Atlas and XHTML compliant?

    I think the solution here would be to able to inject comment tags so that w3c validator ignores this section <!-- // --> <script type="text/xml-script"> <!-- <page xmlns:script="http://schemas.microsoft.com/xml-script/2005"> <components> <pageRequestManager id="_PageRequestManager" updatePanelIDs="ctl00$ContentPlaceHolder1$p1,ctl00$ContentPlaceHolder1$p2" asyncPostbackControlIDs="ctl00_ContentPlaceHolder1_DropDownList1" scriptManagerID="ctl00$ContentPlaceHolder1$s1"
  • Re: Atlas and XHTML compliant?

    Thanks for replying scott, I realised it is technically XHTML valid but the problem is that when I try against the validator it fails ... so in terms of checking for validaiton what can be done? Does this mean we can't validate with an Atlas project? Anyone know of a good XHTML Validator tha can ignore javascript? Regards DotnetShadow
  • Atlas and XHTML compliant?

    Hi guys Just been going through the atlas tutorials... I have noticed that the rendered output shows tags such the ones below: (See below example) This of course doesn't conform to XHTML standard such as XHTML 1.0 STrict can anyone suggest what can be done about this? Has anyone been able to validate their pages? Regards Dotnetshadow EXAMPLE: ======== <script type="text/xml-script"> <page xmlns:script="http://schemas.microsoft.com/xml-script/2005"> <components> <pageRequestManager
Page 1 of 1 (10 items)