Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
AnswerRe: Get Error Number in C# Pin
0x3c04-Jul-09 0:46
0x3c04-Jul-09 0:46 
GeneralRe: Get Error Number in C# Pin
Anubhava Dimri4-Jul-09 1:37
Anubhava Dimri4-Jul-09 1:37 
GeneralRe: Get Error Number in C# Pin
Colin Angus Mackay4-Jul-09 2:34
Colin Angus Mackay4-Jul-09 2:34 
GeneralRe: Get Error Number in C# Pin
harold aptroot4-Jul-09 2:50
harold aptroot4-Jul-09 2:50 
GeneralRe: Get Error Number in C# Pin
Anubhava Dimri5-Jul-09 18:11
Anubhava Dimri5-Jul-09 18:11 
GeneralRe: Get Error Number in C# Pin
Narendra Reddy Vajrala21-Jul-09 0:23
Narendra Reddy Vajrala21-Jul-09 0:23 
QuestionHardware Cofiguration and Software details of systems Through Domain Login details Pin
raushan_93-Jul-09 19:52
raushan_93-Jul-09 19:52 
QuestionADO.NET RowFilter Pin
Isaac Gordon3-Jul-09 19:09
Isaac Gordon3-Jul-09 19:09 
Hi Experts
i using Visual Studio 2005.
I Fill a grid using Dataview in C#.NET winForms.
I Filter it with Dataview RowFilter then the result Come After Row Filter
Show in Different Grid now i want to Filter The Data from Second Grid not from first grid.
I mean to say that suppose e.g I Have Grid Result first Time
ID Name
1 Hello How R
2 i am fine
3 this is my book
4 this is C# Book
5 this is C# Example
6 Book is black


now i apply Row Filter on the 'this is'
dvs.RowFilter =Name like '%this is %'

now Result Come
ID Name
3 this is my book
4 this is C# Book
5 this is C# Example

Now i am again apply Row Filter not on the first case but apply on the second case.

now i apply Row Filter on the 'this is'
dvs.RowFilter =Name like '%Book%'
now Result Come this
I want this result set
ID Name
3 this is my book
4 this is C# Book
but result come
ID Name
3 this is my book
4 this is C# Book
6 Book is black

then how to fix this problem

this search within search in n time untill zero result is come....
Thank u
Dinesh

AnswerRe: ADO.NET RowFilter Pin
K03063-Jul-09 19:31
K03063-Jul-09 19:31 
Questionhow to run a method in biginning automaticaly Pin
S K Y3-Jul-09 16:32
S K Y3-Jul-09 16:32 
AnswerRe: how to run a method in biginning automaticaly Pin
EliottA3-Jul-09 17:00
EliottA3-Jul-09 17:00 
GeneralRe: how to run a method in biginning automaticaly Pin
S K Y3-Jul-09 17:15
S K Y3-Jul-09 17:15 
GeneralRe: how to run a method in biginning automaticaly Pin
EliottA3-Jul-09 17:54
EliottA3-Jul-09 17:54 
GeneralRe: how to run a method in biginning automaticaly Pin
dan!sh 3-Jul-09 18:18
professional dan!sh 3-Jul-09 18:18 
GeneralRe: how to run a method in biginning automaticaly Pin
dan!sh 3-Jul-09 18:15
professional dan!sh 3-Jul-09 18:15 
GeneralRe: how to run a method in biginning automaticaly Pin
Christian Graus4-Jul-09 0:26
protectorChristian Graus4-Jul-09 0:26 
GeneralRe: how to run a method in biginning automaticaly [modified] Pin
molesworth4-Jul-09 0:31
molesworth4-Jul-09 0:31 
GeneralRe: how to run a method in biginning automaticaly Pin
Christian Graus4-Jul-09 0:34
protectorChristian Graus4-Jul-09 0:34 
GeneralRe: how to run a method in biginning automaticaly Pin
0x3c04-Jul-09 0:44
0x3c04-Jul-09 0:44 
Questionhow to hide MaximizeBox ? Pin
Mtyb3-Jul-09 15:11
Mtyb3-Jul-09 15:11 
AnswerRe: how to hide MaximizeBox ? Pin
Luc Pattyn3-Jul-09 15:17
sitebuilderLuc Pattyn3-Jul-09 15:17 
GeneralRe: how to hide MaximizeBox ? Pin
Mtyb3-Jul-09 15:21
Mtyb3-Jul-09 15:21 
GeneralRe: how to hide MaximizeBox ? Pin
harold aptroot3-Jul-09 15:33
harold aptroot3-Jul-09 15:33 
Questionopen an image from database Pin
A_A3-Jul-09 12:44
A_A3-Jul-09 12:44 
AnswerRe: open an image from database Pin
Luc Pattyn3-Jul-09 12:53
sitebuilderLuc Pattyn3-Jul-09 12:53 

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.