Ask a Question related to ASP.NET General, Design and Development.
-
squeaky88th #1
Binding IEnumerable derived object
This is more of a why question then how.
When I bind a key-value collection to a control, I know to set
DataTextField and DataValueField to key and value. Although I know
how to do this, I can't find where in the MSDN Library this is
documented. I only know this from books and Usenet.
Upon checking objects like Hashtable and ListDictionary via wincv, I
cannot find the properties named key and value, although keys and
values exist.
How does a control find the key and value fields in a collection?
Thanks in advance.
squeaky88th Guest
-
Binding a single object to a control
Hi all, This probably sounds like a stupid question, but what is generally the recommended way to display a business object in the aspx file for... -
Properly binding an object to a custom component.
I am apparently not doing this. What am I missing to properly bind an object from a repeater looping over an array of object to the custom... -
Binding DirectoryEntry to AD object via GUID
I notice in the help files a reference that implies that you can create a DirectoryEntry object that binds directly to an active directory object... -
Webservice that returns an object that implements IEnumerable
I have created an object that implements the IEnumerable interface and would like to be able to access the object over a web service On the... -
Binding custom object to a listbox
I have a class I wish to enter into a listbox public Class AnswerListItem Public Answer As String Public Order As integer End Class Here...



Reply With Quote

