Click here to Skip to main content
15,904,297 members
Home / Discussions / C#
   

C#

 
GeneralRe: radiobutton list enable one of the items Pin
eyeseetee21-Jan-08 3:48
eyeseetee21-Jan-08 3:48 
GeneralRe: radiobutton list enable one of the items Pin
eyeseetee21-Jan-08 3:56
eyeseetee21-Jan-08 3:56 
GeneralRe: radiobutton list enable one of the items Pin
Mustafa Ismail Mustafa21-Jan-08 3:59
Mustafa Ismail Mustafa21-Jan-08 3:59 
GeneralRe: radiobutton list enable one of the items Pin
eyeseetee21-Jan-08 4:05
eyeseetee21-Jan-08 4:05 
GeneralRe: radiobutton list enable one of the items Pin
Skippums21-Jan-08 7:04
Skippums21-Jan-08 7:04 
QuestionHow to overwrite datas in the storage?? Pin
peaceziz21-Jan-08 3:27
peaceziz21-Jan-08 3:27 
AnswerRe: How to overwrite datas in the storage?? Pin
Mustafa Ismail Mustafa21-Jan-08 3:33
Mustafa Ismail Mustafa21-Jan-08 3:33 
Questionhow to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
mavii21-Jan-08 2:32
mavii21-Jan-08 2:32 
i am using ASP.net, C# anD SQL Server2005,in the following query:
string q = "SELECT collapsed_building.b_name,collapsed_building.b_desc FROM collapsed_building WHERE collapsed_building.b_name LIKE '" + crimewithdate.text2 + "' ";
I WANT TO USE % AFTER THE KEYWORD like SO THAT ALL THE BUILDING NAMES WHICH MATCH THE VALUE ENTERED BY THE USER ARE DISPLAYED
WHEN I WRITE (LIKE '" + %crimewithdate.text2 %+ "'), IT GIVES ERROR, WHAT WILL BE THE CORRECT SENTAX
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
J4amieC21-Jan-08 2:34
J4amieC21-Jan-08 2:34 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Colin Angus Mackay21-Jan-08 2:46
Colin Angus Mackay21-Jan-08 2:46 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
J4amieC21-Jan-08 3:15
J4amieC21-Jan-08 3:15 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Colin Angus Mackay21-Jan-08 3:20
Colin Angus Mackay21-Jan-08 3:20 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
mavii21-Jan-08 5:49
mavii21-Jan-08 5:49 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
J4amieC21-Jan-08 6:09
J4amieC21-Jan-08 6:09 
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
half-life21-Jan-08 2:39
half-life21-Jan-08 2:39 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Colin Angus Mackay21-Jan-08 2:48
Colin Angus Mackay21-Jan-08 2:48 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
half-life21-Jan-08 7:24
half-life21-Jan-08 7:24 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Colin Angus Mackay21-Jan-08 7:35
Colin Angus Mackay21-Jan-08 7:35 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
half-life21-Jan-08 7:37
half-life21-Jan-08 7:37 
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Pete O'Hanlon21-Jan-08 2:41
mvePete O'Hanlon21-Jan-08 2:41 
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Vasudevan Deepak Kumar21-Jan-08 3:15
Vasudevan Deepak Kumar21-Jan-08 3:15 
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Colin Angus Mackay21-Jan-08 3:15
Colin Angus Mackay21-Jan-08 3:15 
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Le centriste21-Jan-08 8:51
Le centriste21-Jan-08 8:51 
QuestionWhich event is occuring in DataGridView in edit mode when user pressed 'Enter'? Pin
Dragan Matic21-Jan-08 1:57
Dragan Matic21-Jan-08 1:57 
AnswerRe: Which event is occuring in DataGridView in edit mode when user pressed 'Enter'? Pin
C1AllenS21-Jan-08 3:25
C1AllenS21-Jan-08 3:25 

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.