Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
QuestionPrinting options C# Pin
Andrew Mercer18-Sep-06 22:36
Andrew Mercer18-Sep-06 22:36 
QuestionVoice Chat Pin
AB777118-Sep-06 22:06
AB777118-Sep-06 22:06 
AnswerRe: Voice Chat Pin
Mostafa Siraj19-Sep-06 12:16
Mostafa Siraj19-Sep-06 12:16 
GeneralRe: Voice Chat Pin
AB777122-Sep-06 20:25
AB777122-Sep-06 20:25 
QuestionHow to call unmanaged Dll in C# Pin
phijophlip18-Sep-06 22:06
phijophlip18-Sep-06 22:06 
AnswerRe: How to call unmanaged Dll in C# Pin
Christian Graus18-Sep-06 23:49
protectorChristian Graus18-Sep-06 23:49 
AnswerRe: How to call unmanaged Dll in C# Pin
CooperWu19-Sep-06 0:13
CooperWu19-Sep-06 0:13 
Questionhow to filter in datagrid Pin
faladrim18-Sep-06 21:51
faladrim18-Sep-06 21:51 
lo,
i have an app with 2 datagrids containing the same database, but in one grid i like to see the hole data base, witch i already can; and in the other i only want to see certain values, for example:
every text with an h in it from column name.
i found a way to init the filter:

db1DataSet.tabel1.DefaultView.RowFilter = " name LIKE '%" + "h" + "%' ";

but noting happens, did i forget something?
and how do i make sure that he only changes datagridview2 and not 1?
if u know some links that could help, they are always helpful
thx
AnswerRe: how to filter in datagrid Pin
Robert Rohde18-Sep-06 22:16
Robert Rohde18-Sep-06 22:16 
GeneralRe: how to filter in datagrid Pin
faladrim18-Sep-06 22:29
faladrim18-Sep-06 22:29 
GeneralRe: how to filter in datagrid Pin
Robert Rohde19-Sep-06 19:10
Robert Rohde19-Sep-06 19:10 
GeneralRe: how to filter in datagrid Pin
faladrim19-Sep-06 20:47
faladrim19-Sep-06 20:47 
QuestionHow to stop windows service in c# by coding Pin
Rajesh_K_Sharma18-Sep-06 21:46
Rajesh_K_Sharma18-Sep-06 21:46 
AnswerRe: How to stop windows service in c# by coding Pin
AB777118-Sep-06 22:31
AB777118-Sep-06 22:31 
AnswerRe: How to stop windows service in c# by coding Pin
S. Senthil Kumar19-Sep-06 2:44
S. Senthil Kumar19-Sep-06 2:44 
Questionusing ScrollControlIntoView( ) method Pin
kkadir18-Sep-06 21:37
kkadir18-Sep-06 21:37 
Questionmulti login pages Pin
Tamimi - Code18-Sep-06 21:35
Tamimi - Code18-Sep-06 21:35 
Questionwhy my code not working Pin
kalaveer18-Sep-06 20:32
kalaveer18-Sep-06 20:32 
AnswerRe: why my code not working Pin
Christian Graus18-Sep-06 20:35
protectorChristian Graus18-Sep-06 20:35 
Generalhere is the code that i wrote Pin
kalaveer18-Sep-06 20:55
kalaveer18-Sep-06 20:55 
GeneralRe: here is the code that i wrote Pin
Christian Graus18-Sep-06 21:33
protectorChristian Graus18-Sep-06 21:33 
GeneralRe: here is the code that i wrote Pin
Stefan Troschuetz18-Sep-06 21:34
Stefan Troschuetz18-Sep-06 21:34 
AnswerRe: here is the code that i wrote Pin
Martin#18-Sep-06 21:44
Martin#18-Sep-06 21:44 
GeneralRe: here is the code that i wrote Pin
Stefan Troschuetz18-Sep-06 22:04
Stefan Troschuetz18-Sep-06 22:04 
AnswerRe: why my code not working Pin
V.18-Sep-06 20:43
professionalV.18-Sep-06 20:43 

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.