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
Behrouz Hosseini
NA
72
0
How to Find Max/Min value in a ListBox
Jun 18 2010 3:53 AM
Hi Guys,
I am new at c sharp and I would like to know how I can find a min and max value in a listBox.
lets say I have a listbox which gets the elements from a text box and by a btn click events like this:
int intItems = (int)Convert.ToInt32(txtInput.Text);
listBox1.Items.Add(intItems);
I know how to get count and sum and average of these elements
could you please let me know how I can find these values(Max, Min)?
Regards
Reply
Answers (
6
)
Delete a datagrid row that is databound
Object recognition through csharp