Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
GeneralRe: Columns or Rows.... what's best?! Pin
Luc Pattyn26-Apr-10 13:24
sitebuilderLuc Pattyn26-Apr-10 13:24 
AnswerRe: Columns or Rows.... what's best?! Pin
PIEBALDconsult26-Apr-10 13:36
mvePIEBALDconsult26-Apr-10 13:36 
AnswerRe: Columns or Rows.... what's best?! Pin
PIEBALDconsult26-Apr-10 14:09
mvePIEBALDconsult26-Apr-10 14:09 
AnswerRe: Columns or Rows.... what's best?! Pin
AspDotNetDev26-Apr-10 14:19
protectorAspDotNetDev26-Apr-10 14:19 
AnswerRe: Columns or Rows.... what's best?! Pin
Mycroft Holmes26-Apr-10 14:49
professionalMycroft Holmes26-Apr-10 14:49 
QuestionProblem when adding gui to console application Pin
igalep13226-Apr-10 13:01
igalep13226-Apr-10 13:01 
AnswerRe: Problem when adding gui to console application Pin
PIEBALDconsult26-Apr-10 13:47
mvePIEBALDconsult26-Apr-10 13:47 
Questionsearch for a word in other languages Pin
mrkeivan26-Apr-10 9:58
mrkeivan26-Apr-10 9:58 
Hey guys, I have a problem, I run a code in sqlQuesry builder and it works just fine but when I apply the same thing in C# code it doesn't work !!! D'Oh! | :doh:

in SQLQuery Builder
 SELECT ID, StuName,
StuLName, Shenasnameh, StuLandline, StuMobilePhone,
StuEmail, StuAddress
FROM Students WHERE StuName like N'کیوان%' 


the above code works perfectly and I get the result I want but the below code doesn't
SELECT ID, StuName,
StuLName, Shenasnameh, StuLandline, StuMobilePhone,
StuEmail, StuAddress StuEmail, StuAddress FROM Students WHERE StuLName 
like N'" + StuLName_tb.Text + "%'";


I'm puzzled here because It the same code, am I missing something ??? Confused | :confused:
AnswerRe: search for a word in other languages Pin
Henry Minute26-Apr-10 10:07
Henry Minute26-Apr-10 10:07 
GeneralRe: search for a word in other languages Pin
Luc Pattyn26-Apr-10 10:47
sitebuilderLuc Pattyn26-Apr-10 10:47 
GeneralRe: search for a word in other languages Pin
Henry Minute26-Apr-10 11:42
Henry Minute26-Apr-10 11:42 
GeneralRe: search for a word in other languages Pin
Luc Pattyn26-Apr-10 11:47
sitebuilderLuc Pattyn26-Apr-10 11:47 
GeneralRe: search for a word in other languages Pin
Henry Minute26-Apr-10 11:57
Henry Minute26-Apr-10 11:57 
GeneralRe: search for a word in other languages Pin
Luc Pattyn26-Apr-10 12:07
sitebuilderLuc Pattyn26-Apr-10 12:07 
AnswerRe: search for a word in other languages Pin
Ravi Bhavnani26-Apr-10 10:18
professionalRavi Bhavnani26-Apr-10 10:18 
AnswerRe: search for a word in other languages Pin
Eddy Vluggen26-Apr-10 11:16
professionalEddy Vluggen26-Apr-10 11:16 
GeneralRe: search for a word in other languages Pin
Luc Pattyn26-Apr-10 12:06
sitebuilderLuc Pattyn26-Apr-10 12:06 
GeneralRe: search for a word in other languages Pin
Eddy Vluggen26-Apr-10 12:35
professionalEddy Vluggen26-Apr-10 12:35 
GeneralRe: search for a word in other languages Pin
AspDotNetDev26-Apr-10 12:44
protectorAspDotNetDev26-Apr-10 12:44 
AnswerDON'T DO THAT! Pin
T M Gray26-Apr-10 11:56
T M Gray26-Apr-10 11:56 
AnswerRe: search for a word in other languages Pin
Bernhard Hiller26-Apr-10 22:11
Bernhard Hiller26-Apr-10 22:11 
AnswerRe: search for a word in other languages Pin
Luc Pattyn1-May-10 3:35
sitebuilderLuc Pattyn1-May-10 3:35 
Questionquick syntax question Pin
mprice21426-Apr-10 7:46
mprice21426-Apr-10 7:46 
AnswerRe: quick syntax question Pin
Luc Pattyn26-Apr-10 7:57
sitebuilderLuc Pattyn26-Apr-10 7:57 
AnswerRe: quick syntax question Pin
Michel Godfroid26-Apr-10 8:02
Michel Godfroid26-Apr-10 8:02 

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.