Sorry to bump my own post...
so am I not asking the right question?
I'm just looking to return a Javascript object whose properties I
create on the fly. In the example I provided, I want a Javascript
object returned that looks something like this:
{ FirstName : "John",
LastName : "Doe",
EmployeeID : "123",
NTLogin : "jdoe",
Email : "[EMAIL PROTECTED]" }
I feel it's overkill in my situation to have to create a serializable
structure to contain that information, just for this one function. And
making a specific SQL query that only contains the columns I want is
overkill too, with how this project is designed. So creating the custom
JS object seemed like the best solution... how do I do that?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---