Everytime user types , in my text box i want it to become ',' or help me do it using a parameter
- by MyHeadHurts
I am using a vb.net textbox to become part of my IN sql statement in my program
I tryed to use a parameter and it didn't work here is my code
TextBox1.Text = "'Cruises','Caribbean and Mexico','CentralSouth America', 'Europe','Far East','France','Italy','London/UK','Middle East/Africa','South Pacific','Spain/Portugal','USA/Canada'"
the default…