Click here to Skip to main content
15,891,828 members
Home / Discussions / C#
   

C#

 
Questionhelp me: when installing the management software, often times it built the database into it, so how do I do that? thank you! Pin
ajax_vn25-Feb-12 5:56
ajax_vn25-Feb-12 5:56 
AnswerRe: help me: when installing the management software, often times it built the database into it, so how do I do that? thank you! Pin
Dave Kreskowiak25-Feb-12 6:21
mveDave Kreskowiak25-Feb-12 6:21 
AnswerRe: help me: when installing the management software, often times it built the database into it, so how do I do that? thank you! Pin
Abhinav S25-Feb-12 17:16
Abhinav S25-Feb-12 17:16 
QuestionGet Active mdichild form Pin
Mr.Kode25-Feb-12 2:11
Mr.Kode25-Feb-12 2:11 
AnswerRe: Get Active mdichild form Pin
Alisaunder25-Feb-12 2:49
Alisaunder25-Feb-12 2:49 
GeneralRe: Get Active mdichild form Pin
Mr.Kode25-Feb-12 22:36
Mr.Kode25-Feb-12 22:36 
GeneralRe: Get Active mdichild form Pin
Alisaunder26-Feb-12 13:13
Alisaunder26-Feb-12 13:13 
Questionto filter datagridview records having column having null value Pin
polachan24-Feb-12 9:06
polachan24-Feb-12 9:06 
It would be very appreciate if anybody can help me.

Is it possible to pass filter condition in datagrdview.parameter to filter all the records having null value on that column

if (comboBoxOperator.Text == "xxx..") ResultFilterExpression = this.DataGridViewColumn.DataPropertyName + " LIKE '" + FilterValue + "%'";

How I can pass FilterValue as null condition .

With Many thanks
Pol
AnswerRe: to filter datagridview records having column having null value Pin
Eddy Vluggen24-Feb-12 9:42
professionalEddy Vluggen24-Feb-12 9:42 
AnswerRe: to filter datagridview records having column having null value Pin
polachan28-Feb-12 23:42
polachan28-Feb-12 23:42 
GeneralRe: to filter datagridview records having column having null value Pin
Eddy Vluggen29-Feb-12 0:26
professionalEddy Vluggen29-Feb-12 0:26 
Questiondata akses to mySql using c# Pin
tian's emo24-Feb-12 2:52
tian's emo24-Feb-12 2:52 
AnswerRe: data akses to mySql using c# Pin
R. Giskard Reventlov24-Feb-12 5:32
R. Giskard Reventlov24-Feb-12 5:32 
GeneralRe: data akses to mySql using c# Pin
tian's emo25-Feb-12 1:28
tian's emo25-Feb-12 1:28 
AnswerRe: data akses to mySql using c# Pin
kid sister24-Feb-12 18:22
kid sister24-Feb-12 18:22 
QuestionCompress with java decompress with c# Pin
Hossein Khalaj24-Feb-12 2:46
Hossein Khalaj24-Feb-12 2:46 
AnswerRe: Compress with java decompress with c# Pin
Eddy Vluggen24-Feb-12 8:42
professionalEddy Vluggen24-Feb-12 8:42 
AnswerRe: Compress with java decompress with c# Pin
Bernhard Hiller26-Feb-12 20:32
Bernhard Hiller26-Feb-12 20:32 
QuestionReading Null values in a byte array Pin
si_6924-Feb-12 1:24
si_6924-Feb-12 1:24 
AnswerRe: Reading Null values in a byte array Pin
Dave Kreskowiak24-Feb-12 4:07
mveDave Kreskowiak24-Feb-12 4:07 
AnswerRe: Reading Null values in a byte array Pin
Matt Meyer24-Feb-12 5:21
Matt Meyer24-Feb-12 5:21 
QuestionHow to filter record when combobox value is null Pin
polachan24-Feb-12 0:56
polachan24-Feb-12 0:56 
AnswerRe: How to filter record when combobox value is null Pin
Bernhard Hiller26-Feb-12 20:39
Bernhard Hiller26-Feb-12 20:39 
Questionaccessing the value of control between seperate Forms Pin
Fred 3424-Feb-12 0:10
Fred 3424-Feb-12 0:10 
AnswerRe: accessing the value of control between seperate Forms Pin
Smart Arab24-Feb-12 0:24
Smart Arab24-Feb-12 0:24 

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.