I have One Column in Database
Fluorescences |
---------------------
Medium Blue
Strong blue
Strong blue
none
none
strong Red
none
medium White
Faint White
strong Yellow
VeryStrong Orange
Strong Red
Faint Blue
----------------------------------
Now i have two string
string s1 = "Strong, none, Faint";
string s2 = "Red, White, Orange";
now i want to write Where Condition for Fluorescences Column in select Query
How can i ?
i want to use both string in where for one column.
VulpesPosted Jun 13, 2014, 10:38 AM
The output now is:
prince rajPosted Jun 16, 2014, 4:05 AM
what can i do for Become master in .net like you ?.
VulpesPosted Jun 14, 2014, 3:55 PM
prince rajPosted Jun 14, 2014, 5:16 AM
Can i ask One Question ?
How you got huge knowledge in programming ?
VulpesPosted Jun 13, 2014, 9:54 AM
The output is:
Anupam SinghPosted Jun 13, 2014, 9:45 AM
Your question is not clear .Can you specify what output you want for the same.