Hi,
what should i use to make the data inserted is in all capital letter?
here is insert statement:
string query = "INSERT into Categories values (' " + textbox5_value + " ', ' " + textbox6_value + " ', ' " + textbox7_value + " ' )";
strToUpper() is used to make it convert to all capital letter but i don't know where should i put it? can i use this?