Ask a Question related to ASP.NET Web Services, Design and Development.
-
Greg -- #1
Collection Readonly
I have a Web service with a serializable collection class. My test app
can read the collection without any problems. The problem I'm having
is that the collection is readonly (no methods for adding to it from
test app). My test app needs to submit a collection of objects to the
Web service for batch adding.
Is there anything I can do?
Thanks.
Greg -- Guest
-
Persisting collection data of a webcontrol when leaving the collection editor in VS2005
Hi folks, I'm developing a WebControl, that has got a property that's supposed to return a collection of data. Whenever I try to populate the... -
.Net 2.0 : Smart tags and Readonly Collection Property
Hi, I've built a composite control with a ReadOnly custom collection property. I can manage collection items in the property editor with a... -
Adding to collection from controlDesigner only produces end tag for the collection.
I have a customDesigner that adds to a collection in my control. For some reason on the closing tag is added to the HTML view. My control is... -
How to bing a collection with sub-collection to grid
I have a collection of objects (say Customers for example). Each Customer Object has a collection of orders. When I bind such complex type to... -
Files become ReadOnly
Hello For some strange reasons, some of my files become ReadOnly when I copy them to a subfolder to my ASP.NET application. For each new session I... -
adbarnet #2
Re: Collection Readonly
Provide an Add method that takes an ArrayList as a parameter?
"Greg --" <metal480@gmail.com> wrote in message
news:1122300906.769415.109050@g43g2000cwa.googlegr oups.com...>I have a Web service with a serializable collection class. My test app
> can read the collection without any problems. The problem I'm having
> is that the collection is readonly (no methods for adding to it from
> test app). My test app needs to submit a collection of objects to the
> Web service for batch adding.
>
> Is there anything I can do?
>
> Thanks.
>
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
[url]http://www.usenet.com[/url]
adbarnet Guest
-
adbarnet #3
Re: Collection Readonly
Sorry - didn't mean to top-post.
"adbarnet" <adbarnet@barnet.com> wrote in message
news:42ecbdd5$1_2@spool9-west.superfeed.net...> Provide an Add method that takes an ArrayList as a parameter?
>
>
> "Greg --" <metal480@gmail.com> wrote in message
> news:1122300906.769415.109050@g43g2000cwa.googlegr oups.com...>>>I have a Web service with a serializable collection class. My test app
>> can read the collection without any problems. The problem I'm having
>> is that the collection is readonly (no methods for adding to it from
>> test app). My test app needs to submit a collection of objects to the
>> Web service for batch adding.
>>
>> Is there anything I can do?
>>
>> Thanks.
>>
>
>
> Posted Via Usenet.com Premium Usenet Newsgroup Services
> ----------------------------------------------------------
> ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
> ----------------------------------------------------------
> [url]http://www.usenet.com[/url]
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
[url]http://www.usenet.com[/url]
adbarnet Guest
-
adbarnet #4
Re: Collection Readonly
Provide an Add method that takes an ArrayList as a parameter?
"Greg --" <metal480@gmail.com> wrote in message
news:1122300906.769415.109050@g43g2000cwa.googlegr oups.com...>I have a Web service with a serializable collection class. My test app
> can read the collection without any problems. The problem I'm having
> is that the collection is readonly (no methods for adding to it from
> test app). My test app needs to submit a collection of objects to the
> Web service for batch adding.
>
> Is there anything I can do?
>
> Thanks.
>
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
[url]http://www.usenet.com[/url]
adbarnet Guest



Reply With Quote

