Re: ASP.NET Remoting problem

From: Alvin Bruney [MVP] (vapor)
Date: 03/09/04


Date: Tue, 9 Mar 2004 07:32:36 -0600

Your post went unanswered. Have you resolved this issue? If you still need
help, please post the original question with your request.

-- 
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Abhishek Srivastava" <abhishek-srivastava@nospam.net> wrote in message
news:e$UaHe2AEHA.2348@TK2MSFTNGP09.phx.gbl...
> Hello All,
>
> I have written a WebService using ASP.Net. This Service is returning an
> Object called ModuleVO. I have defined many properties in this class.
>
> I have added a web reference to this service. When I call this service,
> the object I get is of type MyWebService.ModuleVO. Where MyWebService is
> the name of the web reference.
>
> When I observe the web reference in the object browser, I don't see any
> properties. Just member variables.
>
> But now I cannot bind an array of this object to a DataGrid because
> DataGrid makes it makes it mandatory for items in an array to have
> properties (and not member variables) to be able to bind with data grid.
>
> How can I solve this issue? Has anyone else tried to bind an array of
> objects returned by a webservice to a datagrid and faced similar issue.
>
> Thanks for your help in advance.
>
> regards,
> Abhishek.


Relevant Pages

  • Re: ASP.NET Remoting problem
    ... > I have added a web reference to this service. ... > But now I cannot bind an array of this object to a DataGrid because ... > properties to be able to bind with data grid. ...
    (microsoft.public.dotnet.framework.aspnet)
  • ASP.NET Remoting problem
    ... I have written a WebService using ASP.Net. ... But now I cannot bind an array of this object to a DataGrid because ... properties to be able to bind with data grid. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • ASP.NET Remoting problem
    ... I have written a WebService using ASP.Net. ... But now I cannot bind an array of this object to a DataGrid because ... properties to be able to bind with data grid. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Binding an array to a Datagrid
    ... It was bound to a Dataset but some of the columns were missing, I assumed I would have more control using an array ... > and then passing that array to a DataGrid. ... return a DataTable from Sql Server and bind directly to that. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: addEvent - The late entry :)
    ... for a native bind method. ... As the - args - array is only to be used when it has a non-zero length it would be better to only create that array in the branch that uses it. ... Having done that the - args - array creation can be moved into the branch that uses it, and so not executed at all when only one argument was used with the - bind - method. ... where fast native code creates the desired array and skips the first argument in the process. ...
    (comp.lang.javascript)

Loading