Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
vspin
Starting Member
4 Posts |
Posted - 2010-01-19 : 02:08:05
|
| I have a CheckBoxList control (ASP.NET). My checkboxlist items all have a 2 character value. What's the best way to store this data so that I can search the column with the same CheckBoxList control?The stored data would be an array (maybe a string with a delimiter?) and the search field would be an array as well. How do a query an array column with an array, effectively?Thanks |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
vspin
Starting Member
4 Posts |
Posted - 2010-01-19 : 03:45:45
|
| tkizer,Thank you very much. :)) |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|