Click here to Skip to main content
16,006,605 members
Home / Discussions / C#
   

C#

 
GeneralRe: size of an empty class Pin
.NET- India 10-Dec-07 23:31
.NET- India 10-Dec-07 23:31 
GeneralRe: size of an empty class Pin
CKnig10-Dec-07 23:38
CKnig10-Dec-07 23:38 
GeneralRe: size of an empty class Pin
.NET- India 10-Dec-07 23:47
.NET- India 10-Dec-07 23:47 
GeneralRe: size of an empty class Pin
CKnig10-Dec-07 23:54
CKnig10-Dec-07 23:54 
GeneralRe: size of an empty class Pin
.NET- India 11-Dec-07 0:03
.NET- India 11-Dec-07 0:03 
GeneralRe: size of an empty class Pin
pmarfleet11-Dec-07 2:36
pmarfleet11-Dec-07 2:36 
GeneralRe: size of an empty class Pin
Christian Graus10-Dec-07 23:56
protectorChristian Graus10-Dec-07 23:56 
QuestionDataTable.Select() finding data in all columns... Pin
thecodedemon10-Dec-07 22:12
thecodedemon10-Dec-07 22:12 
I'm trying to search a DataTable, with .Select(), to find all rows with a certain string in any of the columns.I basically want to match a string *string* with the data in any of the columns in a particular table. I've tried, simply,

table.Select( "'*' LIKE '*" + searchTerm + "*'" )

and while that runs with no errors, it also returns nothing. Had one idea, it's selecting fom all columns, but all columns do not have the sarchTerm, thus nothing returns. How can I tell it to return rows where ANY column has the searchTerm, while not excluding because the other columns do not have the searchTerm?

A soft glow comes from the pit in the darkness.
The clicking noise become faster - and louder.
A wind begins to stir up from the pit, as the
creature flexes it's wings, preparing for flight.
You stare into the pit, and hear a voice say
in your mind, "If you survive the encounter,
declare it to the world."

The Code Demon Rises.

GeneralRe: DataTable.Select() finding data in all columns... Pin
CKnig10-Dec-07 23:18
CKnig10-Dec-07 23:18 
GeneralDropdownlist in a repeater Pin
minniemooo10-Dec-07 21:56
minniemooo10-Dec-07 21:56 
GeneralRe: Dropdownlist in a repeater Pin
Christian Graus10-Dec-07 22:20
protectorChristian Graus10-Dec-07 22:20 
QuestionHow to read and write a specific cell of MS Excel File Pin
dipak.dipak10-Dec-07 21:10
dipak.dipak10-Dec-07 21:10 
AnswerRe: How to read and write a specific cell of MS Excel File Pin
Abhijit Jana10-Dec-07 21:28
professionalAbhijit Jana10-Dec-07 21:28 
GeneralRe: How to read and write a specific cell of MS Excel File Pin
dipak.dipak11-Dec-07 0:13
dipak.dipak11-Dec-07 0:13 
GeneralRe: How to read and write a specific cell of MS Excel File Pin
Abhijit Jana11-Dec-07 1:51
professionalAbhijit Jana11-Dec-07 1:51 
Questiondatagridview Pin
avvaru.murali10-Dec-07 21:04
avvaru.murali10-Dec-07 21:04 
GeneralRe: datagridview Pin
I.explore.code10-Dec-07 22:47
I.explore.code10-Dec-07 22:47 
QuestionRe: datagridview Pin
avvaru.murali10-Dec-07 22:54
avvaru.murali10-Dec-07 22:54 
Questionhow to identify a device which is connected to com port Pin
premkamalg10-Dec-07 20:49
premkamalg10-Dec-07 20:49 
GeneralRe: how to identify a device which is connected to com port Pin
Luc Pattyn11-Dec-07 1:23
sitebuilderLuc Pattyn11-Dec-07 1:23 
GeneralWrite Protecting a USB Flash Drive Programatically Pin
Ian Uy10-Dec-07 20:09
Ian Uy10-Dec-07 20:09 
QuestionRe: Write Protecting a USB Flash Drive Programatically Pin
Rojan Gh.10-Dec-07 22:41
professionalRojan Gh.10-Dec-07 22:41 
GeneralRe: Write Protecting a USB Flash Drive Programatically Pin
Ian Uy10-Dec-07 22:44
Ian Uy10-Dec-07 22:44 
QuestionXML or database...? Pin
Pankaj - Joshi10-Dec-07 19:52
Pankaj - Joshi10-Dec-07 19:52 
AnswerRe: XML or database...? Pin
StianSandberg10-Dec-07 20:34
StianSandberg10-Dec-07 20:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.