I'm using version 6.4.4.1 and when I register an enum it renders likes
this:
<script type="text/javascript">
addNamespace("SearchParam+SearchMethods");
SearchParam+SearchMethods = {
"EQUALS":0,
"LIKE":1,
"GREATHER_THEN":2,
"LESS_THEN":3,
"BETWEEN":4
}
</script>
He is using a + instead of a dot. This gives a client side error
offcourse.
Using the lasted version of Ajax.NET is not a option because that
version gives javascript errors in the core en prototype scripts in
opera.
Could one of the two can be fixed :p
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---