Click here to Skip to main content
16,005,241 members
Home / Discussions / C#
   

C#

 
GeneralRe: Static Panel and the IDE Pin
Libor Tinka27-Jul-05 8:53
Libor Tinka27-Jul-05 8:53 
Generaldisabling windows keys Pin
Sam 200627-Jul-05 7:38
Sam 200627-Jul-05 7:38 
GeneralRe: disabling windows keys Pin
Peter Vertes27-Jul-05 8:15
Peter Vertes27-Jul-05 8:15 
GeneralAsynchronous socket problems in windows service Pin
daniilzol27-Jul-05 7:04
daniilzol27-Jul-05 7:04 
GeneralRe: Asynchronous socket problems in windows service Pin
Roman Rodov27-Jul-05 19:15
Roman Rodov27-Jul-05 19:15 
GeneralRe: Asynchronous socket problems in windows service Pin
daniilzol28-Jul-05 6:01
daniilzol28-Jul-05 6:01 
GeneralRowFilter Pin
zaboboa27-Jul-05 6:14
zaboboa27-Jul-05 6:14 
GeneralRe: RowFilter Pin
pedrito6827-Jul-05 6:37
pedrito6827-Jul-05 6:37 
Try:

dataView.RowFilter = "Isnull(RevenuID, '*NULL*') = '*NULL*'";

the '*NULL*' is simply a replacement string. It can be anything you wouldn't find in the column.
GeneralRe: RowFilter Pin
zaboboa27-Jul-05 7:45
zaboboa27-Jul-05 7:45 
GeneralRe: RowFilter Pin
boodi_8128-Jul-05 3:42
boodi_8128-Jul-05 3:42 
GeneralHttpWebRequest Pin
Neel0727-Jul-05 5:50
Neel0727-Jul-05 5:50 
GeneralRowFilter question. Pin
zaboboa27-Jul-05 5:30
zaboboa27-Jul-05 5:30 
Generalcircular dependencies Pin
ppp00127-Jul-05 4:48
ppp00127-Jul-05 4:48 
GeneralRe: circular dependencies Pin
Member 146675427-Jul-05 5:11
Member 146675427-Jul-05 5:11 
GeneralRe: circular dependencies Pin
pedrito6827-Jul-05 6:31
pedrito6827-Jul-05 6:31 
GeneralRe: circular dependencies Pin
Alomgir Miah27-Jul-05 6:47
Alomgir Miah27-Jul-05 6:47 
QuestionReading Version# from Setup? Pin
Ariadne27-Jul-05 4:45
Ariadne27-Jul-05 4:45 
AnswerRe: Reading Version# from Setup? Pin
mav.northwind27-Jul-05 19:58
mav.northwind27-Jul-05 19:58 
GeneralRe: Reading Version# from Setup? Pin
Ariadne27-Jul-05 20:07
Ariadne27-Jul-05 20:07 
GeneralRe: Reading Version# from Setup? Pin
mav.northwind28-Jul-05 20:10
mav.northwind28-Jul-05 20:10 
GeneralRe: Reading Version# from Setup? Pin
Ariadne28-Jul-05 20:40
Ariadne28-Jul-05 20:40 
GeneralDrop text in a TextBox at the Mouseposition Pin
jvbragt27-Jul-05 4:42
jvbragt27-Jul-05 4:42 
QuestionSystem.Diagnostics on NT4.0? Pin
Dr Herbie27-Jul-05 4:18
Dr Herbie27-Jul-05 4:18 
GeneralCode changes when switching from design to code view Pin
Vikram A Punathambekar27-Jul-05 4:15
Vikram A Punathambekar27-Jul-05 4:15 
GeneralRe: Code changes when switching from design to code view Pin
J4amieC27-Jul-05 4:40
J4amieC27-Jul-05 4:40 

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.