I Have a USerBO like this
[Serializable]
public class UserBO
{
public string userId { get; set; }
public string userCode { get; set; }
public string userGroup { get; set; }
}
Have retrieved this Object from session. Now I need to pass this Object (USerBO) from javascript to a C# webmethod using JSON. Is it possible ?
void main, seeking in utter dispair for inspiration? If the latter, I won't give you much hope. But if by any chance you wrote some code, and told us what you found out writing that code, and where you are stuck now, perhaps it would be possible for me to give an upvote. Or wasn't it about that?