I have an enum of type System.Byte. When I try to post this back to the
server side method I get the following error:

"Enum underlying type and the object must be same type or object must
be a string. Type passed in was System.Int32; the enum underlying type
was System.Byte."

I have a type converter registered for this particular type but it does
not get called.

Is there a core type converter that I need to remove (in web.config)?

It seems like the code should try to convert the inputted value to an
int instead of sending this error - is there a way I can override the
default behavior here?

Thanks
-Caley


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to