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
Ron
NA
44
64.3k
Combo box to upper case
Aug 26 2010 3:24 PM
I would like to have the characters in a combo box converted to upper case as the user types them. So for instance, when a user types 'a' in the text area, it would be converted to 'A'.
I've tried:
private
void
cmbList_KeyDown(
object
sender,
KeyEventArgs
e)
{
cmbList.Text.ToUpper();
}
Also, is there a way to have the drop down list 'drop' when any character is entered in the text area?
Reply
Answers (
1
)
need help in database connectivity in c#
stop page refresh