Click here to Skip to main content
15,921,179 members
Home / Discussions / C#
   

C#

 
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 
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 
Hello,

Try To Use this:

dataview.RowFilter = "RevenueID IS NULL" if u need to view the null values

dataview.RowFilter = "RevenueID IS Not NULL" if u need to view the not null values

good luck.
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 
GeneralRe: Code changes when switching from design to code view Pin
Vikram A Punathambekar27-Jul-05 5:13
Vikram A Punathambekar27-Jul-05 5:13 
GeneralRe: Code changes when switching from design to code view Pin
Patric_J27-Jul-05 4:51
Patric_J27-Jul-05 4:51 

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.