SyntaxFix
Write A Post
Hire A Developer
Questions
How did you pass object to method?
Are you doing new inside that method for object? If so, you have to use ref in method.
ref
Following link give you better idea.
http://dotnetstep.blogspot.com/2008/09/passing-reference-type-byval-or-byref.html