TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Lee Thomas
NA
1
2.4k
Combobox Find Itmem using uniqueidentifier
Jan 10 2011 8:39 PM
I have a combobox databound to a table, Regions. The DataTextField is set to region name and the DataValueField is set to RegionID which is a unique identifier GUID.
Region.SelectedIndex = Region.FindItemIndexByText(rowView[
"RegionKey"
].ToString());
R
egion.SelectedIndex = Region.FindItemIndexByValue(rowView["RegionKey"].ToString());
Neither of the above statements work with the GUID. How do you FindItemIndex with GUID`s
Regards, Lee
Reply
Answers (
1
)
need help about update
Create a website with master pages with login module in asp.net