-
Hi,
Indeed, this is a problem.
I've download the last version of Anthem's source code (1.5.2) and implemented the change described by Joan VilariƱo. I then recompiled the source code to get a new Anthem.dll. I replaced the old Anthem.dll with this new one on my project Libs folder. It did the trick!
Thanks Joan.
Leniel Macaferi
http://www.leniel.net/.
2009-11-05 23:09:03 UTC by leniel
-
add the following in the web.config
<system.web>
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
</system.web>
I was facing the problem of unclosed termination tags in the function Anthem_GetResult (in Anthem.js) when the file upload control was populated and any async postback occured on the page. this addition to...
2009-10-06 17:11:01 UTC by jp04
-
when i use Anthem.Gridview and custom paging
bottom pager disappear when you want back from last page index to any other pages but top pager is not disappear !!!
2009-09-24 10:23:35 UTC by nobody
-
System.Data.EvaluateException was unhandled by user code
Message="Cannot convert value '1.14159' to Type: System.Boolean."
Source="System.Data"
StackTrace:
at System.Data.DataExpression.ToBoolean(Object value)
at System.Data.UnaryNode.EvalUnaryOp(Int32 op, Object vl)
at System.Data.UnaryNode.Eval(DataRow row, DataRowVersion version)
at...
2009-09-18 14:11:17 UTC by nobody
-
Thank u so much for the snippet
it works great
cheers.
2009-08-29 02:53:22 UTC by nobody
-
nobody, thanks for the advice. I think, we should try to find out how to avoid the try/catch statement and see what happen with the form[name] thing...
Best.
2009-08-15 23:47:05 UTC by nobody
-
anthem.linkbutton in a repeater when it is enable = false in IE it appears disbaled but in FIrefox it is enabled which causes to my application security breaches.
2009-07-29 19:53:49 UTC by nobody
-
after i invoke one method by Anthem_InvokePageMethod, the anthem controls don't work any more in the same page
they lost their action, no response when click buttons, no response when change dropdownlist.
2009-07-15 05:36:08 UTC by nobody
-
To allow Anthem to be 100% functional under mono, you have to add a single line in Manager.cs, in the AddCallBacks method concerning ASP.CheckBoxList (line number 1354):
...
ASP.CheckBox controlToRepeat = (ASP.CheckBox)((ASP.CheckBoxList)child).Controls[0];
controlToRepeat.AutoPostBack = false;
//MONO FIX
((ASP.CheckBoxList)child).AutoPostBack=false;
...
This is because the way mono...
2009-07-07 09:41:32 UTC by nobody
-
Hi
I create webpart with ANTHEM for sharepoint 2007 and add it to sharepoint 2007. but only one operation work and then nothing part of webpart work. please help me.
2009-07-05 12:17:29 UTC by nobody