Click here to Skip to main content
15,913,773 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have textbox i.e textbox1.text= jan2014 and two different combobox i.e 1, 2 having two value i.e jan, 2014
combobox1.text=jan
combobox2.text=2014


how to compare textbox with both combobox
Posted

1 solution

Append 2 value ie,
VB
combobox1.text+combobox2.text;
and compare it
 
Share this answer
 
Comments
tanugarg 2-May-14 7:10am    
how plz explain
[no name] 2-May-14 7:14am    
if(textbx1.text==combobox1.text+combobox2.text;)
{
........
}
tanugarg 2-May-14 7:16am    
thanks sir , this code is most helpful for me
[no name] 2-May-14 7:22am    
you r welcome.....see u again frnd..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900