Ask a Question related to ASP.NET General, Design and Development.
-
frank #1
Implement IList Interface
How do I go about implementing the IList interface? I don't even know where
to begin... do I actually have to implement it as an interface in one of my
own classes? Do I then have to include IList's members in my own class?
I've heard it's the best way of displaying the contents of objects stored in
an ArrayList in a DataGrid...
frank Guest
-
#39403 [NEW]: A class can't implements interface implemented by implemented interface/classes
From: baldurien at bbnwn dot eu Operating system: Irrelevant PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
Unable to return an IList of Authors from a WebService
I have a webservice method that is unable to return an IList of authors. Even XmlInclude does not seem to work. My webservice method calls... -
GetEnumerator from custom collection implementing IList is not invokedon datagrid databind
(I posted this earlier in the databind newsgroup with no reaction, i'll try my luck here :) ) Hi, I've created a custom collection... -
Cannot bind IList returned from a web service to a repeater
After I retrieved a list of objects (e.g Employees) and put it into a IList (ArrayList) and bind it to a repeater. everything works fine so far. ... -
Does Interface Size Matter? Is my interface too complex?
Hi all, Does Interface Size Matter? Is my interface too complex? I volunteered to design a couple of web pages, but since we don't have a...



Reply With Quote

