IN Operator

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
 
J

Joshua Flanagan

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top