Click here to Skip to main content
15,912,205 members
Home / Discussions / C#
   

C#

 
AnswerRe: Enum and sets Pin
Ennis Ray Lynch, Jr.10-Sep-08 3:21
Ennis Ray Lynch, Jr.10-Sep-08 3:21 
AnswerRe: Enum and sets Pin
PIEBALDconsult10-Sep-08 4:45
mvePIEBALDconsult10-Sep-08 4:45 
GeneralRe: Enum and sets Pin
Dirso12-Sep-08 4:31
Dirso12-Sep-08 4:31 
GeneralRe: Enum and sets Pin
PIEBALDconsult12-Sep-08 5:15
mvePIEBALDconsult12-Sep-08 5:15 
AnswerRe: Enum and sets Pin
#realJSOP10-Sep-08 4:51
professional#realJSOP10-Sep-08 4:51 
QuestionPrint out a datagridview with the info Pin
Atis10-Sep-08 2:47
Atis10-Sep-08 2:47 
AnswerRe: Print out a datagridview with the info Pin
Giorgi Dalakishvili10-Sep-08 3:00
mentorGiorgi Dalakishvili10-Sep-08 3:00 
AnswerRe: Print out a datagridview with the info Pin
Manas Bhardwaj10-Sep-08 3:00
professionalManas Bhardwaj10-Sep-08 3:00 
Questionneed help with a code Pin
DanteV9210-Sep-08 2:17
DanteV9210-Sep-08 2:17 
AnswerRe: need help with a code Pin
leppie10-Sep-08 2:34
leppie10-Sep-08 2:34 
GeneralRe: need help with a code Pin
DanteV9210-Sep-08 3:02
DanteV9210-Sep-08 3:02 
GeneralRe: need help with a code Pin
blackjack215010-Sep-08 3:04
blackjack215010-Sep-08 3:04 
GeneralRe: need help with a code Pin
Alan Balkany10-Sep-08 3:45
Alan Balkany10-Sep-08 3:45 
GeneralRe: need help with a code Pin
DanteV9210-Sep-08 5:58
DanteV9210-Sep-08 5:58 
GeneralRe: need help with a code Pin
Alan Balkany10-Sep-08 5:59
Alan Balkany10-Sep-08 5:59 
GeneralRe: need help with a code Pin
DanteV9210-Sep-08 6:09
DanteV9210-Sep-08 6:09 
GeneralRe: need help with a code Pin
Alan Balkany10-Sep-08 6:11
Alan Balkany10-Sep-08 6:11 
GeneralRe: need help with a code Pin
DanteV9210-Sep-08 6:24
DanteV9210-Sep-08 6:24 
GeneralRe: need help with a code Pin
Alan Balkany10-Sep-08 10:50
Alan Balkany10-Sep-08 10:50 
AnswerRe: need help with a code Pin
Ennis Ray Lynch, Jr.10-Sep-08 3:19
Ennis Ray Lynch, Jr.10-Sep-08 3:19 
GeneralRe: need help with a code Pin
DanteV9210-Sep-08 3:38
DanteV9210-Sep-08 3:38 
GeneralRe: need help with a code Pin
Ennis Ray Lynch, Jr.10-Sep-08 3:45
Ennis Ray Lynch, Jr.10-Sep-08 3:45 
GeneralRe: need help with a code Pin
DanteV9210-Sep-08 5:56
DanteV9210-Sep-08 5:56 
QuestionHow to search data on DataGridView that is being data paging? [modified] Pin
nhatvhm10-Sep-08 1:38
nhatvhm10-Sep-08 1:38 
Now, I'm use to data paging in DataGridView. When I search data on DataGridView that is just show data in present page. Have the way solve this problem? I would like get all data rows of DataTable that is being data paging on DataGridView.
For example: pagesize = 5, DataTable have two pages.

data in 1st page:
name       age
John       21
N.John     20
Nancy      20
Tomath     21
Jan        22

and data in 2nd page:
name       age
Jany       20
Alpha      21
Don        22
Bony       20
Tomy       22

One-page is present page. I'm beginning search data at "name" column as 'Tom'. It is just show one row in DataGridView. This data is correct when it show two rows in DataGridView. That is all. Can anyone help me?Confused | :confused:

modified on Wednesday, September 10, 2008 7:04 PM

QuestionThread question ? Pin
Mohammad Dayyan10-Sep-08 1:30
Mohammad Dayyan10-Sep-08 1:30 

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.