From: rbr <ryankbr...@gmail.com>
Date: Wed, 27 Aug 2008 14:02:10 -0700 (PDT)
Local: Thurs, Aug 28 2008 8:02 am
Subject: ASP.NET listbox bound to IList<CustomObj>
Hello,
I have a multi-part question.
Part 1: I have a listbox on a user control that I need to display a
I have a method that returns an IList<CustomObj>. The CustomObj looks
[Serializable]
protected DateTime _createDate;
protected DateTime _lastModifyDate;
protected string _objName;
protected int _objId;
protected int _createByUserId;
protected int _lastModifyUserId;
[XmlElement(ElementName = "CreateDate")]
[XmlElement(ElementName = "LastModifyDate")]
[XmlElement(ElementName = "ObjName")]
[XmlElement(ElementName = "ObjId")]
[XmlElement(ElementName = "CreateByUserId")]
[XmlElement(ElementName = "LastModifyUserId")]
public enum ObjFieldEnum
CreateDate = 1,
}
}
I first need to bind my listbox.datatextfield to the
Secondly, and more importantly. I need to take all items that have
Any advice would be greatly appreciated.
Thanks in advance.
rbr
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||