IN Operator

  • Thread starter Thread starter Sonu
  • Start date Start date
S

Sonu

Hi All,

How to use an IN operator using asp.net radio control list or checkbox list
control
For example...

Select * from <table name> where name IN ('james','Bob','Jhon')

how to use the same in ASP.net? I tried to work with it but cannot
get -------> IN ('james','Bob','Jhon') to my SQL statement via asp.net

Thanks
Sunny
 
You will have to explain more. The radio control and checkbox list do
not perform SQL queries.
Are you trying to populate those controls using a SQL query? What
objects are you using to perform the query? Try providing some more code.
 
Back
Top