Charactercasing in Combo Box

Rohit_Saksena

Member
Joined
Mar 3, 2005
Messages
14
Programming Experience
3-5
Hi All,
Can somebody help me in charactercasing of the combo box. Actually my objective is to change the case of any valid entry in the combo box to upper case as and when it gets entered.

Is there any property/trick that is to be used for this mind you in text boxes CharacterCasing property could be used.

Will be waiting for replies.

Thanks in advance.

Rohit Saksena
 
Hope this helps

I don't know if i understood it right, but is it this what you want?

sString.ToUpper()

This way you can put your values in capitals.
 
Back
Top