You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(33) |
Dec
(28) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(198) |
Feb
(323) |
Mar
(143) |
Apr
(20) |
May
(13) |
Jun
(5) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Brian @ A. <br...@aj...> - 2006-03-21 18:03:26
|
=20 > Did I object quickly and loudly enough? You have a valid point about potential conflicts with other AJAX = libraries. I was thinking AJAX would probably have meaning for more people viewing = the source of the page than Anthem, but Anthem is clear enough. It has the advantage of avoiding potential conflicts and also crediting Jason's = work. Manu expressed a preference for Anthem and your earlier example also = used anthem, so I count that as an overwhelming majority (2 for anthem vs 0 = for anything else). Anthem_ is what I provided in my code sample to Manu earlier this = afternoon, so hopefully it will get into the CVS controlled source and the snapshot very soon. Brian Lowe, AJP Interactive br...@aj... =20 -----Original Message----- From: ant...@li... [mailto:ant...@li...] On Behalf Of = John Murphy Sent: 21 March 2006 17:37 Cc: ant...@li... Subject: RE: [Anthem.NET-users] Anthem generated code and HTML Tidy I think it should be Anthem_. Anyone who uses multiple ajax libraries = may run into a collision with AJAX_*. I don't think anyone will be confused = by the Anthem_* markup if they are already including anthem.dll and = creating pages with anthem: tags. Did I object quickly and loudly enough? -----Original Message----- From: ant...@li... [mailto:ant...@li...] On Behalf Of = Brian @ AJP Sent: Tuesday, March 21, 2006 6:53 AM To: 'Manu Temmerman-Uyttenbroeck' Cc: ant...@li... Subject: RE: [Anthem.NET-users] Anthem generated code and HTML Tidy I began to mind when I'd spent many weeks in discussion and testing with = my Indian subcontractors to get a large web application to pass the W3C validators so that that site could carry the "XHTML" and "CSS" and = "WAI-AAA" badges, only to find that as soon as I added Anthem controls to a simple page I lost all my validation ticks. =20 I found the solution and made the suggestion but when it was pointed out that the integral ASP.Net hidden fields all use the same invalid = identifiers I decided to drop my campaign. I don't know why the W3C validators and = Tidy let the Microsoft "__*" identifiers through and object to others, but = that's another issue. =20 Now on revisiting it, and having seen some press about Microsoft's = stated intention to make IE7 standards compliant, I'm thinking that they could easily issue a patch to the framework to replace all their double underscores and generate valid IDs for the __EVENTTARGET and = __EVENTARGUMENT and __VIEWSTATE hidden fields. If they do that, and Anthem continues to = use the invalid double underscores, then Anthem could get the blame for lots = of invalid HTML. =20 I'll pick up the latest snapshot today, and locate the required changes = and email you the relevant lines to change, if you don't mind. I tried CVS = and couldn't get my head around it :-/ =20 Per my original suggestion, I propose replacing the invalid "__*" with a valid "AJAX_*" =20 That would clearly identify to any human reader trying to step through = or debug the code that this element is peculiar to an AJAX addition to the page. =20 I'm equally happy to make it Anthem_ to give Jason some recognition for = his fantastic development, but I wondered if that would be as clear to = anyone coming later to review the generated code. Would they necessarily know = that Anthem was an implementation of AJAX? =20 I'm a firm believer also in Alzheimer's law of programming: "After 3 = weeks you forget why you used that identifier or construct, so your names and comments need to be very, very clear." =20 So, unless anyone objects loudly (and quickly), I'm going to recommend changing the invalid "__" to a valid "AJAX_". =20 Code will follow. =20 =20 Brian Lowe, AJP Interactive w: www.ajpi.co.uk <http://www.ajpi.co.uk/> e: br...@aj... f: 07075 167630 =20 _____ =20 From: ant...@li... [mailto:ant...@li...] On Behalf Of = Manu Temmerman-Uyttenbroeck Sent: 21 March 2006 09:24 To: br...@aj... Cc: Roberto; ant...@li... Subject: Re: [Anthem.NET-users] Anthem generated code and HTML Tidy =09 =09 I personally don't really mind this invalid html. But if you really do mind, I don't mind changing it :) Could you therefore maybe submit a patch on sourceforge? It will save me time to do it. Or send me a mail with what I have to change where. Pls download first the latest snapshot so we are using the same code... =20 Could you do this for me? =20 Manu. =09 =20 On 3/21/06, Manu Temmerman-Uyttenbroeck <man...@gm...> wrote:=20 Ok Brian. If I'll find the change I'll check in the change tonight. I hope it won't break any code though...=20 Hmm on second thought... I won't check it in. Could you maybe make some testing for this? If you can assure me that it won't = break anything, then I'll check it in. =09 =20 Manu. =09 =20 =09 On 3/21/06, Brian @ AJP <br...@aj...> wrote:=20 If you follow the W3C recommendation for HTML and XHTML you will find that an identifier must begin with a letter, not a number or underscore, so the ASP.Net 'standard' hidden fields do use = invalid HTML, and so you can expect all ASP.Net pages to fail this validation = test. (I don't know why Tidy doesn't highlight "__EVENTTARGET" and "__EVENTARGUMENT" - maybe there's a switch in it that turns a blind eye = to it because it knows it's Microsoft.)=20 =20 I suggested a fix for the anthem-generated element IDs by simply changing a couple of lines of code in manager.cs, but = didn't press it because fixing it seemed pointless in light of the major = Microsoft invalidations.=20 =20 Now I'm thinking it should be fixed while we know about it and how to fix it. The alternative is to carry on with known invalid generated IDs. If Microsoft (newly committed to 'compatibility' = and 'standards') issues a patch to the ASP.Net framework that fixes their invalid IDs, then Anthem would be left out in the cold and would be to = blame for invalidating otherwise valid mark-up. =20 What does the team think?=20 =20 =20 =20 Brian Lowe, AJP Interactive w: www.ajpi.co.uk <http://www.ajpi.co.uk/> e: br...@aj... f: 07075 167630 =20 _____ =20 From: ant...@li... [mailto:ant...@li...] On Behalf Of = Manu Temmerman-Uyttenbroeck Sent: 21 March 2006 06:32 To: Roberto Cc: ant...@li... Subject: Re: [Anthem.NET-users] Anthem generated code and HTML Tidy =09 =20 =09 Brian Lowe asked the same question 11th of February. This was my answer then: =20 Your pages are invalid because of id attributes that start with "__", correct? If so, then I'm a little bit confused. In the url you pasted is that the name and id attributes can only start with letters. Every generated aspx=20 page contains following html elements: =09 <input type=3D"hidden" name=3D"__EVENTTARGET" id=3D"__EVENTTARGET" value=3D"" /> <input type=3D"hidden" name=3D"__EVENTARGUMENT" id=3D"__EVENTARGUMENT" value=3D"" />=20 =09 Does this mean that every generated aspx page is invalid? If so, then I would putting 'fixing' this in Anthem on the bottom of the priority list. If I'm wrong, then sorry... Brian? Could you pls let me know your=20 comment on this? =09 So I have the same question again. The 2 hidden fields generated by asp are also seen as invalid? =20 Manu. =09 =20 On 3/21/06, Roberto <ro...@lt...> wrote:=20 Hi Guys =20 I was using the latest builds of Anthem.NET, but I suspect the error has been there for a while... It = seems u can't validate a page using HTML tidy with Anthem controls since the = control names generate ID's such as ID=3D"__Button1__" which I think is not = allowed in the spec. Below is an example of the like that gives me a warning in = HTML tidy even though it's not an error it would be cool if it could be = fixed.=20 =20 Does anyone have a fix for this? <span id=3D"__Button1__"><input type=3D"submit" name =3D"Button1" value=3D"Start Ajax" onclick=3D"AnthemButton_Click(this,'Button1',true,'Getting info',false,Button1_PreCallBack,Button1_PostCallBack,null,true,true);ret urn false;"=20 id=3D"Button1" /></span><span id=3D"ProgressSection" style=3D"visibility:hidden;" ><img src=3D"images/indicator.gif" border=3D"0" style=3D"vertical-align:middle; padding-left:5px; padding-right:2px;"=20 alt=3D"Progress Icon" />Please wait while retrieving information...</span> line 36 column 9 - Warning: <span> ID "__Button1__" uses XML ID synta =20 Regards Rob No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: 20/03/2006 =09 =09 =09 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting = language that extends applications into web and mobile media. Attend the live = webcast and join the prime developer group breaking into this new coding = territory! http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 _______________________________________________ anthem-dot-net-users mailing list ant...@li... https://lists.sourceforge.net/lists/listinfo/anthem-dot-net-users |
From: Brian @ A. <br...@aj...> - 2006-03-21 17:48:49
|
Using tab to move between textboxes is normal behaviour.=20 The tab key moves the focus from one control to the next, so when a = textbox has focus and you hit the tab key the textbox loses focus and the next control (in the tab order) gets it. This is true whether you've entered any text or not, but your message implies that you're getting different behaviour after you enter some = text and moving off.=20 I suspect that you're getting the onBlur event, or maybe the server-side TextChanged event is firing because you have AutoCallBack set to True ?? Brian Lowe, AJP Interactive br...@aj... =20 -----Original Message----- From: ant...@li... [mailto:ant...@li...] On Behalf Of = Mike Weichert Sent: 21 March 2006 17:18 To: ant...@li... Subject: [Anthem.NET-users] Problem with focus.... Hi guys, I'm having some problems with using tab character to change focus from = one control to another. I have the tabindex properties set as they should. = If I tab through each control (textbox) without entering a value, they work = as expected. However, if I enter a value into a textbox and then tab, the control looses focus. The AutoPostBack property of all the controls is set to false, and the AutoUpdateAfterCallBack property is set to true. This is using the latest .NET 1.1 version. Thanks, Mike -- // This is my personal e-mail account // that I use for communication only. // Please send any e-mails with attachments // to mwe...@wi.... ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting = language that extends applications into web and mobile media. Attend the live = webcast and join the prime developer group breaking into this new coding = territory! http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 _______________________________________________ anthem-dot-net-users mailing list ant...@li... https://lists.sourceforge.net/lists/listinfo/anthem-dot-net-users |
From: John M. <jm...@ge...> - 2006-03-21 17:37:31
|
I think it should be Anthem_. Anyone who uses multiple ajax libraries may run into a collision with AJAX_*. I don't think anyone will be confused by the Anthem_* markup if they are already including anthem.dll and creating pages with anthem: tags. Did I object quickly and loudly enough? -----Original Message----- From: ant...@li... [mailto:ant...@li...] On Behalf Of Brian @ AJP Sent: Tuesday, March 21, 2006 6:53 AM To: 'Manu Temmerman-Uyttenbroeck' Cc: ant...@li... Subject: RE: [Anthem.NET-users] Anthem generated code and HTML Tidy I began to mind when I'd spent many weeks in discussion and testing with my Indian subcontractors to get a large web application to pass the W3C validators so that that site could carry the "XHTML" and "CSS" and "WAI-AAA" badges, only to find that as soon as I added Anthem controls to a simple page I lost all my validation ticks. I found the solution and made the suggestion but when it was pointed out that the integral ASP.Net hidden fields all use the same invalid identifiers I decided to drop my campaign. I don't know why the W3C validators and Tidy let the Microsoft "__*" identifiers through and object to others, but that's another issue. Now on revisiting it, and having seen some press about Microsoft's stated intention to make IE7 standards compliant, I'm thinking that they could easily issue a patch to the framework to replace all their double underscores and generate valid IDs for the __EVENTTARGET and __EVENTARGUMENT and __VIEWSTATE hidden fields. If they do that, and Anthem continues to use the invalid double underscores, then Anthem could get the blame for lots of invalid HTML. I'll pick up the latest snapshot today, and locate the required changes and email you the relevant lines to change, if you don't mind. I tried CVS and couldn't get my head around it :-/ Per my original suggestion, I propose replacing the invalid "__*" with a valid "AJAX_*" That would clearly identify to any human reader trying to step through or debug the code that this element is peculiar to an AJAX addition to the page. I'm equally happy to make it Anthem_ to give Jason some recognition for his fantastic development, but I wondered if that would be as clear to anyone coming later to review the generated code. Would they necessarily know that Anthem was an implementation of AJAX? I'm a firm believer also in Alzheimer's law of programming: "After 3 weeks you forget why you used that identifier or construct, so your names and comments need to be very, very clear." So, unless anyone objects loudly (and quickly), I'm going to recommend changing the invalid "__" to a valid "AJAX_". Code will follow. Brian Lowe, AJP Interactive w: www.ajpi.co.uk <http://www.ajpi.co.uk/> e: br...@aj... f: 07075 167630 _____ From: ant...@li... [mailto:ant...@li...] On Behalf Of Manu Temmerman-Uyttenbroeck Sent: 21 March 2006 09:24 To: br...@aj... Cc: Roberto; ant...@li... Subject: Re: [Anthem.NET-users] Anthem generated code and HTML Tidy I personally don't really mind this invalid html. But if you really do mind, I don't mind changing it :) Could you therefore maybe submit a patch on sourceforge? It will save me time to do it. Or send me a mail with what I have to change where. Pls download first the latest snapshot so we are using the same code... Could you do this for me? Manu. On 3/21/06, Manu Temmerman-Uyttenbroeck <man...@gm...> wrote: Ok Brian. If I'll find the change I'll check in the change tonight. I hope it won't break any code though... Hmm on second thought... I won't check it in. Could you maybe make some testing for this? If you can assure me that it won't break anything, then I'll check it in. Manu. On 3/21/06, Brian @ AJP <br...@aj...> wrote: If you follow the W3C recommendation for HTML and XHTML you will find that an identifier must begin with a letter, not a number or underscore, so the ASP.Net 'standard' hidden fields do use invalid HTML, and so you can expect all ASP.Net pages to fail this validation test. (I don't know why Tidy doesn't highlight "__EVENTTARGET" and "__EVENTARGUMENT" - maybe there's a switch in it that turns a blind eye to it because it knows it's Microsoft.) I suggested a fix for the anthem-generated element IDs by simply changing a couple of lines of code in manager.cs, but didn't press it because fixing it seemed pointless in light of the major Microsoft invalidations. Now I'm thinking it should be fixed while we know about it and how to fix it. The alternative is to carry on with known invalid generated IDs. If Microsoft (newly committed to 'compatibility' and 'standards') issues a patch to the ASP.Net framework that fixes their invalid IDs, then Anthem would be left out in the cold and would be to blame for invalidating otherwise valid mark-up. What does the team think? Brian Lowe, AJP Interactive w: www.ajpi.co.uk <http://www.ajpi.co.uk/> e: br...@aj... f: 07075 167630 _____ From: ant...@li... [mailto:ant...@li...] On Behalf Of Manu Temmerman-Uyttenbroeck Sent: 21 March 2006 06:32 To: Roberto Cc: ant...@li... Subject: Re: [Anthem.NET-users] Anthem generated code and HTML Tidy Brian Lowe asked the same question 11th of February. This was my answer then: Your pages are invalid because of id attributes that start with "__", correct? If so, then I'm a little bit confused. In the url you pasted is that the name and id attributes can only start with letters. Every generated aspx page contains following html elements: <input type=3D"hidden" name=3D"__EVENTTARGET" id=3D"__EVENTTARGET" value=3D"" /> <input type=3D"hidden" name=3D"__EVENTARGUMENT" id=3D"__EVENTARGUMENT" value=3D"" /> Does this mean that every generated aspx page is invalid? If so, then I would putting 'fixing' this in Anthem on the bottom of the priority list. If I'm wrong, then sorry... Brian? Could you pls let me know your comment on this? So I have the same question again. The 2 hidden fields generated by asp are also seen as invalid? Manu. On 3/21/06, Roberto <ro...@lt...> wrote: Hi Guys I was using the latest builds of Anthem.NET, but I suspect the error has been there for a while... It seems u can't validate a page using HTML tidy with Anthem controls since the control names generate ID's such as ID=3D"__Button1__" which I think is not allowed in the spec. Below is an example of the like that gives me a warning in HTML tidy even though it's not an error it would be cool if it could be fixed. Does anyone have a fix for this? <span id=3D"__Button1__"><input type=3D"submit" name =3D"Button1" value=3D"Start Ajax" onclick=3D"AnthemButton_Click(this,'Button1',true,'Getting info',false,Button1_PreCallBack,Button1_PostCallBack,null,true,true);ret urn false;" id=3D"Button1" /></span><span id=3D"ProgressSection" style=3D"visibility:hidden;" ><img src=3D"images/indicator.gif" border=3D"0" style=3D"vertical-align:middle; padding-left:5px; padding-right:2px;" alt=3D"Progress Icon" />Please wait while retrieving information...</span> line 36 column 9 - Warning: <span> ID "__Button1__" uses XML ID synta Regards Rob No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: 20/03/2006 |
From: Mike W. <mwe...@gm...> - 2006-03-21 17:18:12
|
Hi guys, I'm having some problems with using tab character to change focus from one control to another. I have the tabindex properties set as they should. If I tab through each control (textbox) without entering a value, they work as expected. However, if I enter a value into a textbox and then tab, the control looses focus. The AutoPostBack property of all the controls is set to false, and the AutoUpdateAfterCallBack property is set to true. This is using the latest .NET 1.1 version. Thanks, Mike -- // This is my personal e-mail account // that I use for communication only. // Please send any e-mails with attachments // to mwe...@wi.... |
From: Manu Temmerman-U. <man...@gm...> - 2006-03-21 17:01:43
|
> I'll pick up the latest snapshot today, and locate the required changes > and email you the relevant lines to change, if you don't mind. I tried CV= S > and couldn't get my head around it :-/ > I wouldn't ask you to send me the necessary changes if I would mind ;) > > Per my original suggestion, I propose replacing the invalid "__*" with a > valid "AJAX_*" > I'm not sure about this. I think maybe I would prefer "ANTHEM_*". But use what you want. I'll ask Jason tonight on msn. If he minds, then it won't be a big work to change it into ANTHEM_* > So, unless anyone objects loudly (and quickly), I'm going to recommend > changing the invalid "__" to a valid "AJAX_". > Go for it :) Thx for helping out man! It saves me time... And make you and the other guy happy ;) Manu. |
From: Brian @ A. <br...@aj...> - 2006-03-21 16:49:56
|
I began to mind when I'd spent many weeks in discussion and testing with my Indian subcontractors to get a large web application to pass the W3C validators so that that site could carry the "XHTML" and "CSS" and "WAI-AAA" badges, only to find that as soon as I added Anthem controls to a simple page I lost all my validation ticks. I found the solution and made the suggestion but when it was pointed out that the integral ASP.Net hidden fields all use the same invalid identifiers I decided to drop my campaign. I don't know why the W3C validators and Tidy let the Microsoft "__*" identifiers through and object to others, but that's another issue. Now on revisiting it, and having seen some press about Microsoft's stated intention to make IE7 standards compliant, I'm thinking that they could easily issue a patch to the framework to replace all their double underscores and generate valid IDs for the __EVENTTARGET and __EVENTARGUMENT and __VIEWSTATE hidden fields. If they do that, and Anthem continues to use the invalid double underscores, then Anthem could get the blame for lots of invalid HTML. I'll pick up the latest snapshot today, and locate the required changes and email you the relevant lines to change, if you don't mind. I tried CVS and couldn't get my head around it :-/ Per my original suggestion, I propose replacing the invalid "__*" with a valid "AJAX_*" That would clearly identify to any human reader trying to step through or debug the code that this element is peculiar to an AJAX addition to the page. I'm equally happy to make it Anthem_ to give Jason some recognition for his fantastic development, but I wondered if that would be as clear to anyone coming later to review the generated code. Would they necessarily know that Anthem was an implementation of AJAX? I'm a firm believer also in Alzheimer's law of programming: "After 3 weeks you forget why you used that identifier or construct, so your names and comments need to be very, very clear." So, unless anyone objects loudly (and quickly), I'm going to recommend changing the invalid "__" to a valid "AJAX_". Code will follow. Brian Lowe, AJP Interactive w: www.ajpi.co.uk <http://www.ajpi.co.uk/> e: br...@aj... f: 07075 167630 _____ From: ant...@li... [mailto:ant...@li...] On Behalf Of Manu Temmerman-Uyttenbroeck Sent: 21 March 2006 09:24 To: br...@aj... Cc: Roberto; ant...@li... Subject: Re: [Anthem.NET-users] Anthem generated code and HTML Tidy I personally don't really mind this invalid html. But if you really do mind, I don't mind changing it :) Could you therefore maybe submit a patch on sourceforge? It will save me time to do it. Or send me a mail with what I have to change where. Pls download first the latest snapshot so we are using the same code... Could you do this for me? Manu. On 3/21/06, Manu Temmerman-Uyttenbroeck <man...@gm...> wrote: Ok Brian. If I'll find the change I'll check in the change tonight. I hope it won't break any code though... Hmm on second thought... I won't check it in. Could you maybe make some testing for this? If you can assure me that it won't break anything, then I'll check it in. Manu. On 3/21/06, Brian @ AJP <br...@aj...> wrote: If you follow the W3C recommendation for HTML and XHTML you will find that an identifier must begin with a letter, not a number or underscore, so the ASP.Net 'standard' hidden fields do use invalid HTML, and so you can expect all ASP.Net pages to fail this validation test. (I don't know why Tidy doesn't highlight "__EVENTTARGET" and "__EVENTARGUMENT" - maybe there's a switch in it that turns a blind eye to it because it knows it's Microsoft.) I suggested a fix for the anthem-generated element IDs by simply changing a couple of lines of code in manager.cs, but didn't press it because fixing it seemed pointless in light of the major Microsoft invalidations. Now I'm thinking it should be fixed while we know about it and how to fix it. The alternative is to carry on with known invalid generated IDs. If Microsoft (newly committed to 'compatibility' and 'standards') issues a patch to the ASP.Net framework that fixes their invalid IDs, then Anthem would be left out in the cold and would be to blame for invalidating otherwise valid mark-up. What does the team think? Brian Lowe, AJP Interactive w: www.ajpi.co.uk <http://www.ajpi.co.uk/> e: br...@aj... f: 07075 167630 _____ From: ant...@li... <mailto:ant...@li...> [mailto:ant...@li...] On Behalf Of Manu Temmerman-Uyttenbroeck Sent: 21 March 2006 06:32 To: Roberto Cc: ant...@li... Subject: Re: [Anthem.NET-users] Anthem generated code and HTML Tidy Brian Lowe asked the same question 11th of February. This was my answer then: Your pages are invalid because of id attributes that start with "__", correct? If so, then I'm a little bit confused. In the url you pasted is that the name and id attributes can only start with letters. Every generated aspx page contains following html elements: <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> Does this mean that every generated aspx page is invalid? If so, then I would putting 'fixing' this in Anthem on the bottom of the priority list. If I'm wrong, then sorry... Brian? Could you pls let me know your comment on this? So I have the same question again. The 2 hidden fields generated by asp are also seen as invalid? Manu. On 3/21/06, Roberto <ro...@lt...> wrote: Hi Guys I was using the latest builds of Anthem.NET, but I suspect the error has been there for a while... It seems u can't validate a page using HTML tidy with Anthem controls since the control names generate ID's such as ID="__Button1__" which I think is not allowed in the spec. Below is an example of the like that gives me a warning in HTML tidy even though it's not an error it would be cool if it could be fixed. Does anyone have a fix for this? <span id="__Button1__"><input type="submit" name ="Button1" value="Start Ajax" onclick="AnthemButton_Click(this,'Button1',true,'Getting info',false,Button1_PreCallBack,Button1_PostCallBack,null,true,true);return false;" id="Button1" /></span><span id="ProgressSection" style="visibility:hidden;" ><img src="images/indicator.gif" border="0" style="vertical-align:middle; padding-left:5px; padding-right:2px;" alt="Progress Icon" />Please wait while retrieving information...</span> line 36 column 9 - Warning: <span> ID "__Button1__" uses XML ID synta Regards Rob No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: 20/03/2006 |
From: Brian @ A. <br...@aj...> - 2006-03-21 16:43:37
|
OK. I got the snapshot this afternoon (about 2pm GMT) and made 2 changes: In manager.cs at line #431 (part of the WriteBeginControlMarker() function) Change writer.Write("<{0} id=\"{1}\">", parentTagName, "__" + control.ClientID + "__"); ^ to writer.Write("<{0} id=\"{1}\">", parentTagName, "Anthem_" + control.ClientID + "__"); ^^^^^^ and then in Anthem.js at line #231 (part of the Anthem_UpdatePage() function) change var containerID = "__" + controlID.split("$").join("_") + "__"; ^ to var containerID = "Anthem_" + controlID.split("$").join("_") + "__"; ^^^^^^ I compiled the dll under Visual Studio 2003 for 1.1 and tested all the example pages in IE6 and FF1.5, and I compiled it also under Visual C# Express for 2.0 and tested all the examples again in IE6 and FF1.5 I saw no errors. Brian Lowe, AJP Interactive w: www.ajpi.co.uk <http://www.ajpi.co.uk/> e: br...@aj... f: 07075 167630 _____ From: Manu Temmerman-Uyttenbroeck [mailto:man...@gm...] Sent: 21 March 2006 12:58 To: br...@aj... Cc: ant...@li... Subject: Re: [Anthem.NET-users] Anthem generated code and HTML Tidy I'll pick up the latest snapshot today, and locate the required changes and email you the relevant lines to change, if you don't mind. I tried CVS and couldn't get my head around it :-/ I wouldn't ask you to send me the necessary changes if I would mind ;) Per my original suggestion, I propose replacing the invalid "__*" with a valid "AJAX_*" I'm not sure about this. I think maybe I would prefer "ANTHEM_*". But use what you want. I'll ask Jason tonight on msn. If he minds, then it won't be a big work to change it into ANTHEM_* So, unless anyone objects loudly (and quickly), I'm going to recommend changing the invalid "__" to a valid "AJAX_". Go for it :) Thx for helping out man! It saves me time... And make you and the other guy happy ;) Manu. |
From: John M. <jm...@ge...> - 2006-03-21 16:24:19
|
MS uses a prefix and $ for child objects. Maybe WriteBeginControlMarker should do "writer.Write("<{0} id=3D\"{1}\">", parentTagName, "anthem_" + control.ClientID);" instead of "writer.Write("<{0} id=3D\"{1}\">", parentTagName, "__" + control.ClientID + "__");" -----Original Message----- From: ant...@li... [mailto:ant...@li...] On Behalf Of Manu Temmerman-Uyttenbroeck Sent: Tuesday, March 21, 2006 4:24 AM To: br...@aj... Cc: Roberto; ant...@li... Subject: Re: [Anthem.NET-users] Anthem generated code and HTML Tidy I personally don't really mind this invalid html. But if you really do mind, I don't mind changing it :) Could you therefore maybe submit a patch on sourceforge? It will save me time to do it. Or send me a mail with what I have to change where. Pls download first the latest snapshot so we are using the same code... Could you do this for me? Manu. On 3/21/06, Manu Temmerman-Uyttenbroeck <man...@gm...> wrote: Ok Brian. If I'll find the change I'll check in the change tonight. I hope it won't break any code though... Hmm on second thought... I won't check it in. Could you maybe make some testing for this? If you can assure me that it won't break anything, then I'll check it in. Manu. On 3/21/06, Brian @ AJP <br...@aj...> wrote: If you follow the W3C recommendation for HTML and XHTML you will find that an identifier must begin with a letter, not a number or underscore, so the ASP.Net 'standard' hidden fields do use invalid HTML, and so you can expect all ASP.Net pages to fail this validation test. (I don't know why Tidy doesn't highlight "__EVENTTARGET" and "__EVENTARGUMENT" - maybe there's a switch in it that turns a blind eye to it because it knows it's Microsoft.) I suggested a fix for the anthem-generated element IDs by simply changing a couple of lines of code in manager.cs, but didn't press it because fixing it seemed pointless in light of the major Microsoft invalidations. Now I'm thinking it should be fixed while we know about it and how to fix it. The alternative is to carry on with known invalid generated IDs. If Microsoft (newly committed to 'compatibility' and 'standards') issues a patch to the ASP.Net framework that fixes their invalid IDs, then Anthem would be left out in the cold and would be to blame for invalidating otherwise valid mark-up. What does the team think? Brian Lowe, AJP Interactive w: www.ajpi.co.uk <http://www.ajpi.co.uk/> e: br...@aj... f: 07075 167630 _____ From: ant...@li... [mailto:ant...@li...] On Behalf Of Manu Temmerman-Uyttenbroeck Sent: 21 March 2006 06:32 To: Roberto Cc: ant...@li... <mailto:ant...@li...> Subject: Re: [Anthem.NET-users] Anthem generated code and HTML Tidy Brian Lowe asked the same question 11th of February. This was my answer then: Your pages are invalid because of id attributes that start with "__", correct? If so, then I'm a little bit confused. In the url you pasted is that the name and id attributes can only start with letters. Every generated aspx page contains following html elements: <input type=3D"hidden" name=3D"__EVENTTARGET" id=3D"__EVENTTARGET" value=3D"" /> <input type=3D"hidden" name=3D"__EVENTARGUMENT" id=3D"__EVENTARGUMENT" value=3D"" /> Does this mean that every generated aspx page is invalid? If so, then I would putting 'fixing' this in Anthem on the bottom of the priority list. If I'm wrong, then sorry... Brian? Could you pls let me know your comment on this? So I have the same question again. The 2 hidden fields generated by asp are also seen as invalid? Manu. On 3/21/06, Roberto <ro...@lt...> wrote: Hi Guys I was using the latest builds of Anthem.NET, but I suspect the error has been there for a while... It seems u can't validate a page using HTML tidy with Anthem controls since the control names generate ID's such as ID=3D"__Button1__" which I think is not allowed in the spec. Below is an example of the like that gives me a warning in HTML tidy even though it's not an error it would be cool if it could be fixed. Does anyone have a fix for this? <span id=3D"__Button1__"><input type=3D"submit" name =3D"Button1" value=3D"Start Ajax" onclick=3D"AnthemButton_Click(this,'Button1',true,'Getting info',false,Button1_PreCallBack,Button1_PostCallBack,null,true,true);ret urn false;" id=3D"Button1" /></span><span id=3D"ProgressSection" style=3D"visibility:hidden;" ><img src=3D"images/indicator.gif" border=3D"0" style=3D"vertical-align:middle; padding-left:5px; padding-right:2px;" alt=3D"Progress Icon" />Please wait while retrieving information...</span> line 36 column 9 - Warning: <span> ID "__Button1__" uses XML ID synta Regards Rob No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: 20/03/2006 |
From: Manu Temmerman-U. <man...@gm...> - 2006-03-21 09:31:21
|
I personally don't really mind this invalid html. But if you really do mind= , I don't mind changing it :) Could you therefore maybe submit a patch on sourceforge? It will save me time to do it. Or send me a mail with what I have to change where. Pls download first the latest snapshot so we are using the same code... Could you do this for me? Manu. On 3/21/06, Manu Temmerman-Uyttenbroeck < man...@gm...> wrote: > > Ok Brian. If I'll find the change I'll check in the change tonight. I > hope it won't break any code though... > Hmm on second thought... I won't check it in. Could you maybe make some > testing for this? If you can assure me that it won't break anything, then > I'll check it in. > > Manu. > > > On 3/21/06, Brian @ AJP <br...@aj...> wrote: > > > > If you follow the W3C recommendation for HTML and XHTML you will find > > that an identifier must *begin* with a letter, not a number or > > underscore, so the ASP.Net 'standard' hidden fields *do* use invalid > > HTML, and so you can expect *all* ASP.Net pages to fail this validation > > test. (I don't know why Tidy doesn't highlight "__EVENTTARGET" and > > "__EVENTARGUMENT" - maybe there's a switch in it that turns a blind eye= to > > it because it knows it's Microsoft.) > > > > I suggested a fix for the anthem-generated element IDs by simply > > changing a couple of lines of code in manager.cs, but didn't press it > > because fixing it seemed pointless in light of the major Microsoft > > invalidations. > > > > Now I'm thinking it *should* be fixed while we know about it and how to > > fix it. The alternative is to carry on with known invalid generated IDs= . If > > Microsoft (newly committed to 'compatibility' and 'standards') issues a > > patch to the ASP.Net framework that fixes their invalid IDs, then Anthe= m > > would be left out in the cold and would be to blame for invalidating > > otherwise valid mark-up. > > > > What does the team think? > > > > > > > > *Brian Lowe*, AJP Interactive > > w: *www.ajpi.co.uk* e: *br...@aj...* f: 07075 167630 > > > > > > > > > > ------------------------------ > > *From:* ant...@li... [mailto: > > ant...@li...] *On Behalf Of *Manu > > Temmerman-Uyttenbroeck > > *Sent:* 21 March 2006 06:32 > > *To:* Roberto > > *Cc:* ant...@li... > > *Subject:* Re: [Anthem.NET-users] Anthem generated code and HTML Tidy > > > > > > > > Brian Lowe asked the same question 11th of February. This was my answe= r > > then: > > > > *Your pages are invalid because of id attributes that start with "__", > > correct? > > If so, then I'm a little bit confused. In the url you pasted is that th= e > > name and id attributes can only start with letters. Every generated asp= x > > > > page contains following html elements: > > > > <input type=3D"hidden" name=3D"__EVENTTARGET" id=3D"__EVENTTARGET" valu= e=3D"" /> > > <input type=3D"hidden" name=3D"__EVENTARGUMENT" id=3D"__EVENTARGUMENT" > > value=3D"" /> > > > > Does this mean that every generated aspx page is invalid? If so, then I > > would putting 'fixing' this in Anthem on the bottom of the priority > > list. If I'm wrong, then sorry... Brian? Could you pls let me know your > > comment on this? > > * > > So I have the same question again. The 2 hidden fields generated by asp > > are also seen as invalid? > > > > Manu. > > > > > > On 3/21/06, Roberto <ro...@lt...> wrote: > > > > > > Hi Guys > > > > > > I was using the latest builds of Anthem.NET, but I suspect the error > > > has been there for a while... It seems u can't validate a page using = HTML > > > tidy with Anthem controls since the control names generate ID's such = as > > > ID=3D"__Button1__" which I think is not allowed in the spec. Below is= an > > > example of the like that gives me a warning in HTML tidy even though = it's > > > not an error it would be cool if it could be fixed. > > > > > > Does anyone have a fix for this? > > > > > > <span id=3D"__Button1__"><input type=3D"submit" name=3D"Button1" valu= e=3D"Start Ajax" onclick=3D"AnthemButton_Click(this,'Button1',true,'Getting= info',false,Button1_PreCallBack,Button1_PostCallBack,null,true,true);retur= n false;" id=3D"Button1" /></span><span id=3D"ProgressSection" style=3D"vis= ibility:hidden;"><img src=3D"images/indicator.gif" border=3D"0" style=3D"ve= rtical-align:middle; padding-left:5px; padding-right:2px;" alt=3D"Progress = Icon" />Please wait while retrieving information...</span> > > > > > > line 36 column 9 - Warning: <span> ID "__Button1__" uses XML ID synta > > > > > > > > > > > > Regards Rob > > > > > > No virus found in this outgoing message. > > > Checked by AVG Free Edition. > > > Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: > > > 20/03/2006 > > > > > > > > > > > > |
From: Manu Temmerman-U. <man...@gm...> - 2006-03-21 09:22:12
|
Ok Brian. If I'll find the change I'll check in the change tonight. I hope it won't break any code though... Hmm on second thought... I won't check it in. Could you maybe make some testing for this? If you can assure me that it won't break anything, then I'll check it in. Manu. On 3/21/06, Brian @ AJP <br...@aj...> wrote: > > If you follow the W3C recommendation for HTML and XHTML you will find > that an identifier must *begin* with a letter, not a number or underscore= , > so the ASP.Net 'standard' hidden fields *do* use invalid HTML, and so you > can expect *all* ASP.Net pages to fail this validation test. (I don't kno= w > why Tidy doesn't highlight "__EVENTTARGET" and "__EVENTARGUMENT" - maybe > there's a switch in it that turns a blind eye to it because it knows it's > Microsoft.) > > I suggested a fix for the anthem-generated element IDs by simply changing > a couple of lines of code in manager.cs, but didn't press it because > fixing it seemed pointless in light of the major Microsoft invalidations. > > Now I'm thinking it *should* be fixed while we know about it and how to > fix it. The alternative is to carry on with known invalid generated IDs. = If > Microsoft (newly committed to 'compatibility' and 'standards') issues a > patch to the ASP.Net framework that fixes their invalid IDs, then Anthem > would be left out in the cold and would be to blame for invalidating > otherwise valid mark-up. > > What does the team think? > > > > *Brian Lowe*, AJP Interactive > w: *www.ajpi.co.uk* e: *br...@aj...* f: 07075 167630 > > > > > ------------------------------ > *From:* ant...@li... [mailto: > ant...@li...] *On Behalf Of *Manu > Temmerman-Uyttenbroeck > *Sent:* 21 March 2006 06:32 > *To:* Roberto > *Cc:* ant...@li... > *Subject:* Re: [Anthem.NET-users] Anthem generated code and HTML Tidy > > > > Brian Lowe asked the same question 11th of February. This was my answer > then: > > *Your pages are invalid because of id attributes that start with "__", > correct? > If so, then I'm a little bit confused. In the url you pasted is that the > name and id attributes can only start with letters. Every generated aspx > page contains following html elements: > > <input type=3D"hidden" name=3D"__EVENTTARGET" id=3D"__EVENTTARGET" value= =3D"" /> > <input type=3D"hidden" name=3D"__EVENTARGUMENT" id=3D"__EVENTARGUMENT" va= lue=3D"" > /> > > Does this mean that every generated aspx page is invalid? If so, then I > would putting 'fixing' this in Anthem on the bottom of the priority > list. If I'm wrong, then sorry... Brian? Could you pls let me know your > comment on this? > * > So I have the same question again. The 2 hidden fields generated by asp > are also seen as invalid? > > Manu. > > > On 3/21/06, Roberto <ro...@lt...> wrote: > > > > Hi Guys > > > > I was using the latest builds of Anthem.NET, but I suspect the error ha= s > > been there for a while... It seems u can't validate a page using HTML t= idy > > with Anthem controls since the control names generate ID's such as > > ID=3D"__Button1__" which I think is not allowed in the spec. Below is a= n > > example of the like that gives me a warning in HTML tidy even though it= 's > > not an error it would be cool if it could be fixed. > > > > Does anyone have a fix for this? > > > > <span id=3D"__Button1__"><input type=3D"submit" name=3D"Button1" value= =3D"Start Ajax" onclick=3D"AnthemButton_Click(this,'Button1',true,'Getting = info',false,Button1_PreCallBack,Button1_PostCallBack,null,true,true);return= false;" id=3D"Button1" /></span><span id=3D"ProgressSection" style=3D"visi= bility:hidden;"><img src=3D"images/indicator.gif" border=3D"0" style=3D"ver= tical-align:middle; padding-left:5px; padding-right:2px;" alt=3D"Progress I= con" />Please wait while retrieving information...</span> > > > > line 36 column 9 - Warning: <span> ID "__Button1__" uses XML ID synta > > > > > > > > Regards Rob > > > > No virus found in this outgoing message. > > Checked by AVG Free Edition. > > Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: > > 20/03/2006 > > > > > > > |
From: Brian @ A. <br...@aj...> - 2006-03-21 09:18:56
|
If you follow the W3C recommendation for HTML and XHTML you will find that an identifier must begin with a letter, not a number or underscore, so the ASP.Net 'standard' hidden fields do use invalid HTML, and so you can expect all ASP.Net pages to fail this validation test. (I don't know why Tidy doesn't highlight "__EVENTTARGET" and "__EVENTARGUMENT" - maybe there's a switch in it that turns a blind eye to it because it knows it's Microsoft.) I suggested a fix for the anthem-generated element IDs by simply changing a couple of lines of code in manager.cs, but didn't press it because fixing it seemed pointless in light of the major Microsoft invalidations. Now I'm thinking it should be fixed while we know about it and how to fix it. The alternative is to carry on with known invalid generated IDs. If Microsoft (newly committed to 'compatibility' and 'standards') issues a patch to the ASP.Net framework that fixes their invalid IDs, then Anthem would be left out in the cold and would be to blame for invalidating otherwise valid mark-up. What does the team think? Brian Lowe, AJP Interactive w: www.ajpi.co.uk <http://www.ajpi.co.uk/> e: br...@aj... f: 07075 167630 _____ From: ant...@li... [mailto:ant...@li...] On Behalf Of Manu Temmerman-Uyttenbroeck Sent: 21 March 2006 06:32 To: Roberto Cc: ant...@li... Subject: Re: [Anthem.NET-users] Anthem generated code and HTML Tidy Brian Lowe asked the same question 11th of February. This was my answer then: Your pages are invalid because of id attributes that start with "__", correct? If so, then I'm a little bit confused. In the url you pasted is that the name and id attributes can only start with letters. Every generated aspx page contains following html elements: <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> Does this mean that every generated aspx page is invalid? If so, then I would putting 'fixing' this in Anthem on the bottom of the priority list. If I'm wrong, then sorry... Brian? Could you pls let me know your comment on this? So I have the same question again. The 2 hidden fields generated by asp are also seen as invalid? Manu. On 3/21/06, Roberto <ro...@lt...> wrote: Hi Guys I was using the latest builds of Anthem.NET, but I suspect the error has been there for a while... It seems u can't validate a page using HTML tidy with Anthem controls since the control names generate ID's such as ID="__Button1__" which I think is not allowed in the spec. Below is an example of the like that gives me a warning in HTML tidy even though it's not an error it would be cool if it could be fixed. Does anyone have a fix for this? <span id="__Button1__"><input type="submit" name ="Button1" value="Start Ajax" onclick="AnthemButton_Click(this,'Button1',true,'Getting info',false,Button1_PreCallBack,Button1_PostCallBack,null,true,true);return false;" id="Button1" /></span><span id="ProgressSection" style="visibility:hidden;" ><img src="images/indicator.gif" border="0" style="vertical-align:middle; padding-left:5px; padding-right:2px;" alt="Progress Icon" />Please wait while retrieving information...</span> line 36 column 9 - Warning: <span> ID "__Button1__" uses XML ID synta Regards Rob No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: 20/03/2006 |
From: Manu Temmerman-U. <man...@gm...> - 2006-03-21 06:31:59
|
Brian Lowe asked the same question 11th of February. This was my answer then: *Your pages are invalid because of id attributes that start with "__", correct? If so, then I'm a little bit confused. In the url you pasted is that the name and id attributes can only start with letters. Every generated aspx page contains following html elements: <input type=3D"hidden" name=3D"__EVENTTARGET" id=3D"__EVENTTARGET" value=3D= "" /> <input type=3D"hidden" name=3D"__EVENTARGUMENT" id=3D"__EVENTARGUMENT" valu= e=3D"" /> Does this mean that every generated aspx page is invalid? If so, then I would putting 'fixing' this in Anthem on the bottom of the priority list. If I'm wrong, then sorry... Brian? Could you pls let me know your comment on this? * So I have the same question again. The 2 hidden fields generated by asp are also seen as invalid? Manu. On 3/21/06, Roberto <ro...@lt...> wrote: > > Hi Guys > > I was using the latest builds of Anthem.NET, but I suspect the error has > been there for a while... It seems u can't validate a page using HTML tid= y > with Anthem controls since the control names generate ID's such as > ID=3D"__Button1__" which I think is not allowed in the spec. Below is an > example of the like that gives me a warning in HTML tidy even though it's > not an error it would be cool if it could be fixed. > > Does anyone have a fix for this? > > <span id=3D"__Button1__"><input type=3D"submit" name=3D"Button1" value=3D= "Start Ajax" onclick=3D"AnthemButton_Click(this,'Button1',true,'Getting inf= o',false,Button1_PreCallBack,Button1_PostCallBack,null,true,true);return fa= lse;" id=3D"Button1" /></span><span id=3D"ProgressSection" style=3D"visibil= ity:hidden;"><img src=3D"images/indicator.gif" border=3D"0" style=3D"vertic= al-align:middle; padding-left:5px; padding-right:2px;" alt=3D"Progress Icon= " />Please wait while retrieving information...</span> > > line 36 column 9 - Warning: <span> ID "__Button1__" uses XML ID synta > > > > Regards Rob > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: 20/03/2006 > > > |
From: Roberto <ro...@lt...> - 2006-03-21 05:47:45
|
No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: 20/03/2006 |
From: Ujjaval S. <uj...@gm...> - 2006-03-20 08:21:18
|
Hey all, I have a webform created using Anthem controls. I have got textboxes and dropdownlists. I was wondering, what is the best way to validate the controls while using Anthem. Does the standard ASP .NET controls work just fine?? I have got javascript file for validations which I can use where on button click event, all validation occurs. But somehow my javascript is not working properly and so as my form. What I have done is like this, during the page load, I am adding an attribute for textbox as " txtbox1.Attributes.Add("required","yes");" to have the validation for the value required. At the end, on the submit button, I have added this attribute: "btn_submit.Attributes.Add("onClick","validate(document.Form1); return document.formSubmit");" where validate() is the function in my javascript which scans through all the form elements and look for the attribute like "required" as set in my textbox above. Now, my submit button has two states: 1. Ok, 2. Update. before I used validators, it worked fine because there was not javascript. But because of the javascript, somehow, it just keeps calling my button click event which should only occur once at a time. Any ideas on this?? Any better idea to perform validations on forms with Anthem controls.? Thanks in advance, Ujjaval -- Ujjaval Suthar Mobile : +61 - 0431 152 757 |
From: Manu Temmerman-U. <man...@gm...> - 2006-03-20 06:47:14
|
AutoPostBack is a property that exists for non-anthem controls. Since (unti= l now) all anthem controls inherit from normal asp controls, they also inheri= t the autopostback property. When a control has its autopostback property set to true it's 'basic' event (I don't know how to say this correct) will caus= e his browser to do a 'normal' postback. Like submitting a form on a page. What the user sees is that the whole page is being refreshed. AutoCallBack is a property added for anthem controls. I guess doing a callback is kinda the basics of ajax. You retrieve info on the server without doing a postback, without refreshing the whole page. So if you for example have a dropdownlist on your page and it has its autopostback property set to true, then changing its selected index will cause the complete page to refresh. If on the other hand you set its autocallback property to true, then changing the selected index will cause a callback. Just as with a complete postback, you will reach its OnSelectedIndexChanged eventhandler method. Yo= u will do whatever in that method. The only controls that will be refreshed on the page are the ones for who you set the UpdateAfterCallBack property on true. I hope this makes it a little bit more clear. I guess you are missing some basic understanding here and there... But you are lucky Anthem is extremely easy to use ;) Have fun! Manu. On 3/19/06, Ujjaval Suthar <uj...@gm...> wrote: > > As far as I understand, AutoPostBack property enables the autopost back o= f > the page whenever an event occurs on that particular Anthem control. But = I'm > not sure about AutoCallBack? > > Thanks, > Ujjaval > > > On 3/20/06, Manu Temmerman-Uyttenbroeck < > man...@gm...> wrote: > > > > Do you know what the AutoPostBack property on a control means? That > > would be a good start. > > > > Manu. > > > > > > On 3/18/06, Ujjaval Suthar < uj...@gm...> wrote: > > > > > > Hey all, > > > > > > Whats the difference between AutoCallBack and AutoPostBack properties > > > of checkbox or similar anthem controls? > > > > > > Thanks, > > > > > > Ujjaval. > > > > > > > > > > -- > Ujjaval Suthar > Mobile : +61 - 0431 152 757 > |
From: Ujjaval S. <uj...@gm...> - 2006-03-19 19:51:57
|
As far as I understand, AutoPostBack property enables the autopost back of the page whenever an event occurs on that particular Anthem control. But I'= m not sure about AutoCallBack? Thanks, Ujjaval On 3/20/06, Manu Temmerman-Uyttenbroeck < man...@gm...> wrote: > > Do you know what the AutoPostBack property on a control means? That would > be a good start. > Manu. > > > On 3/18/06, Ujjaval Suthar <uj...@gm...> wrote: > > > > Hey all, > > > > Whats the difference between AutoCallBack and AutoPostBack properties o= f > > checkbox or similar anthem controls? > > > > Thanks, > > Ujjaval. > > > > -- Ujjaval Suthar Mobile : +61 - 0431 152 757 |
From: Manu Temmerman-U. <man...@gm...> - 2006-03-19 13:44:30
|
Do you know what the AutoPostBack property on a control means? That would b= e a good start. Manu. On 3/18/06, Ujjaval Suthar <uj...@gm...> wrote: > > Hey all, > > Whats the difference between AutoCallBack and AutoPostBack properties of > checkbox or similar anthem controls? > > Thanks, > Ujjaval. > |
From: Ujjaval S. <uj...@gm...> - 2006-03-18 06:30:11
|
Hey all, Whats the difference between AutoCallBack and AutoPostBack properties of checkbox or similar anthem controls? Thanks, Ujjaval. |
From: Sean M. <sea...@ho...> - 2006-03-17 21:15:38
|
Odd. I downloaded the src yesterday and those files are not included? Anyway heres a example you can run: http://forums.anthemdotnet.com/forums/viewtopic.php?p=359#359 Thanks Sean _____ From: Manu Temmerman-Uyttenbroeck [mailto:man...@gm...] Sent: Friday, March 17, 2006 2:31 PM To: Sean McCarthy Cc: ant...@li... Subject: Re: [Anthem.NET-users] Placeholder Adding control with ajax widgets There is an example in the examples directory of anthem called: DynamicAnthemControls.aspx and DynamicUserControls.aspx. Could those 2 help you out? Could you maybe give a little bit more code? On 3/17/06, Sean McCarthy <sea...@ho...> wrote: Hi, I have a page that adds a control (many anthem widgets) to a placeholder on the page when a button is clicked. The ajax events don't run if I load the control and add it to the place holder in the button event. If I do the same action in the page load it works properly. Does anyone know why or how to workaround this? I have also tried creating the control in the placeholder on page load and then setting it invisible and then making it visible when the button event fires. This didn't work either. Heres my logic: //if I do this in the page load works fine..if I do the same in button event the ajax widgets fail to update loadTheControl(); addTheControlToThePlaceHolder(); setTheNameOfTheControl(); Im new to anthem / ajax so if you could point me in the right direction it would appreciated. Thanks in advance Sean |
From: Manu Temmerman-U. <man...@gm...> - 2006-03-17 19:35:04
|
I guess so... Good catch... Could you post this on the forum? Here to be more precise: http://forums.anthemdotnet.com/forums/viewtopic.php?t=3D48 On 3/17/06, Sean McCarthy <sea...@ho...> wrote: > > I have been testing with the AutoSuggestTextBox in a control. It seems > the _errorLabel ends up undefined when placed in a control vs not. I'm no= t > really sure why this behaves differently in a control =85but seems to wor= k > properly if its changed to: > > > > private Anthem.Label _errorLabel =3D new Anthem.Label(); > > > > is this the best way to fix? > > > > Thanks > > Sean > > > ------------------------------ > > *From:* ant...@li... [mailto: > ant...@li...] *On Behalf Of *Sean > McCarthy > *Sent:* Friday, March 17, 2006 1:11 AM > *To:* ant...@li... > > *Subject:* RE: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John > Murphy's New Autosuggest > > > > Hi, > > > > I have tried out the new source Mark posted using the original source > TextBox.js file from John Murphy's original example using vs.net 2003 and > 1.1 framework. There was only one small change needed=85 > > > > This line: > > > > acScript.AppendFormat("var {0} =3D new > GscTextBox('{1}','{2}','{4}');{0}.AllowEditing =3D '{3}';", jsId, newUid, > divId, allowEd, ifrId); > > > > GscTextBox should be ASTextBox to work properly with the original > TextBox.js file. > > > > Thank you both for working on this. > > > > > > One humble question, forgive me if this is obvious, today is the first > day I have worked with this ajax library. Is there a way already built i= nto > the Autosuggest widget to fire off an event on select from the generated > result list? > > > > Mark, I posted your source in the sticky on the forum. > > > > Thanks again. > > Sean > ------------------------------ > > *From:* ant...@li... [mailto: > ant...@li...] *On Behalf Of *Sean > McCarthy > *Sent:* Thursday, March 16, 2006 11:28 PM > *To:* 'Pieter Siegers'; ant...@li... > *Subject:* RE: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John > Murphy's New Autosuggest > > > > Thanks Pieter! > > > > Sean > ------------------------------ > > *From:* Pieter Siegers [mailto:psi...@ya...] > *Sent:* Thursday, March 16, 2006 11:27 PM > *To:* Sean McCarthy; ant...@li... > *Subject:* Re: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John > Murphy's New Autosuggest > > > > Hi Sean, I didn't try it but here's what I downloaded... I even don't kno= w > if it's complete. > > > > HTH, Pieter > > *Sean McCarthy <sea...@ho...>* wrote: > > > Hi, > > Could someone please resend me the attachment that Mark posted. The post > in > the archive got truncated. > > Thanks > > Sean > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > anthem-dot-net-users mailing list > ant...@li... > https://lists.sourceforge.net/lists/listinfo/anthem-dot-net-users > > > > > Visit my web site: > http://www.pietsieg.com > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > |
From: Manu Temmerman-U. <man...@gm...> - 2006-03-17 19:31:13
|
There is an example in the examples directory of anthem called: DynamicAnthemControls.aspx and DynamicUserControls.aspx. Could those 2 help you out? Could you maybe give a little bit more code? On 3/17/06, Sean McCarthy <sea...@ho...> wrote: > > Hi, > > I have a page that adds a control (many anthem widgets) to a placeholder > on the page when a button is clicked. > > > > The ajax events don't run if I load the control and add it to the place > holder in the button event. If I do the same action in the page load it > works properly. Does anyone know why or how to workaround this? > > > > I have also tried creating the control in the placeholder on page load an= d > then setting it invisible and then making it visible when the button even= t > fires. This didn't work either. > > > > Heres my logic: > > > > //if I do this in the page load works fine=85.if I do the same in button > event the ajax widgets fail to update > > loadTheControl(); > > addTheControlToThePlaceHolder(); > > setTheNameOfTheControl(); > > > > > > Im new to anthem / ajax so if you could point me in the right direction i= t > would appreciated. > > > > Thanks in advance > > > > Sean > |
From: Sean M. <sea...@ho...> - 2006-03-17 18:27:32
|
I have been testing with the AutoSuggestTextBox in a control. It seems the _errorLabel ends up undefined when placed in a control vs not. I'm not really sure why this behaves differently in a control .but seems to work properly if its changed to: private Anthem.Label _errorLabel = new Anthem.Label(); is this the best way to fix? Thanks Sean _____ From: ant...@li... [mailto:ant...@li...] On Behalf Of Sean McCarthy Sent: Friday, March 17, 2006 1:11 AM To: ant...@li... Subject: RE: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John Murphy's New Autosuggest Hi, I have tried out the new source Mark posted using the original source TextBox.js file from John Murphy's original example using vs.net 2003 and 1.1 framework. There was only one small change needed. This line: acScript.AppendFormat("var {0} = new GscTextBox('{1}','{2}','{4}');{0}.AllowEditing = '{3}';", jsId, newUid, divId, allowEd, ifrId); GscTextBox should be ASTextBox to work properly with the original TextBox.js file. Thank you both for working on this. One humble question, forgive me if this is obvious, today is the first day I have worked with this ajax library. Is there a way already built into the Autosuggest widget to fire off an event on select from the generated result list? Mark, I posted your source in the sticky on the forum. Thanks again. Sean _____ From: ant...@li... [mailto:ant...@li...] On Behalf Of Sean McCarthy Sent: Thursday, March 16, 2006 11:28 PM To: 'Pieter Siegers'; ant...@li... Subject: RE: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John Murphy's New Autosuggest Thanks Pieter! Sean _____ From: Pieter Siegers [mailto:psi...@ya...] Sent: Thursday, March 16, 2006 11:27 PM To: Sean McCarthy; ant...@li... Subject: Re: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John Murphy's New Autosuggest Hi Sean, I didn't try it but here's what I downloaded... I even don't know if it's complete. HTH, Pieter Sean McCarthy <sea...@ho...> wrote: Hi, Could someone please resend me the attachment that Mark posted. The post in the archive got truncated. Thanks Sean ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ anthem-dot-net-users mailing list ant...@li... https://lists.sourceforge.net/lists/listinfo/anthem-dot-net-users Visit my web site: http://www.pietsieg.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Sean M. <sea...@ho...> - 2006-03-17 16:23:00
|
Hi, I have a page that adds a control (many anthem widgets) to a placeholder on the page when a button is clicked. The ajax events don't run if I load the control and add it to the place holder in the button event. If I do the same action in the page load it works properly. Does anyone know why or how to workaround this? I have also tried creating the control in the placeholder on page load and then setting it invisible and then making it visible when the button event fires. This didn't work either. Heres my logic: //if I do this in the page load works fine..if I do the same in button event the ajax widgets fail to update loadTheControl(); addTheControlToThePlaceHolder(); setTheNameOfTheControl(); Im new to anthem / ajax so if you could point me in the right direction it would appreciated. Thanks in advance Sean |
From: Sean M. <sea...@ho...> - 2006-03-17 06:11:22
|
Hi, I have tried out the new source Mark posted using the original source TextBox.js file from John Murphy's original example using vs.net 2003 and 1.1 framework. There was only one small change needed. This line: acScript.AppendFormat("var {0} = new GscTextBox('{1}','{2}','{4}');{0}.AllowEditing = '{3}';", jsId, newUid, divId, allowEd, ifrId); GscTextBox should be ASTextBox to work properly with the original TextBox.js file. Thank you both for working on this. One humble question, forgive me if this is obvious, today is the first day I have worked with this ajax library. Is there a way already built into the Autosuggest widget to fire off an event on select from the generated result list? Mark, I posted your source in the sticky on the forum. Thanks again. Sean _____ From: ant...@li... [mailto:ant...@li...] On Behalf Of Sean McCarthy Sent: Thursday, March 16, 2006 11:28 PM To: 'Pieter Siegers'; ant...@li... Subject: RE: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John Murphy's New Autosuggest Thanks Pieter! Sean _____ From: Pieter Siegers [mailto:psi...@ya...] Sent: Thursday, March 16, 2006 11:27 PM To: Sean McCarthy; ant...@li... Subject: Re: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John Murphy's New Autosuggest Hi Sean, I didn't try it but here's what I downloaded... I even don't know if it's complete. HTH, Pieter Sean McCarthy <sea...@ho...> wrote: Hi, Could someone please resend me the attachment that Mark posted. The post in the archive got truncated. Thanks Sean ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ anthem-dot-net-users mailing list ant...@li... https://lists.sourceforge.net/lists/listinfo/anthem-dot-net-users Visit my web site: http://www.pietsieg.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Sean M. <sea...@ho...> - 2006-03-17 04:28:03
|
Thanks Pieter! Sean _____ From: Pieter Siegers [mailto:psi...@ya...] Sent: Thursday, March 16, 2006 11:27 PM To: Sean McCarthy; ant...@li... Subject: Re: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John Murphy's New Autosuggest Hi Sean, I didn't try it but here's what I downloaded... I even don't know if it's complete. HTH, Pieter Sean McCarthy <sea...@ho...> wrote: Hi, Could someone please resend me the attachment that Mark posted. The post in the archive got truncated. Thanks Sean ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ anthem-dot-net-users mailing list ant...@li... https://lists.sourceforge.net/lists/listinfo/anthem-dot-net-users Visit my web site: http://www.pietsieg.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |