Click here to Skip to main content
15,925,133 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to count a particular stiuation according to dataGridView Pin
WillemM16-Oct-06 1:34
WillemM16-Oct-06 1:34 
If you're using a dataset to display the data you can iterate through the rows in the datatable inside the dataset that is being displayed. There you find these fields that can be used to calculate the absent days, etc.

e.g.:

foreach(DataRow row in dataSet1.Tables["SomeTable"].Rows) {<br />
<br />
}


WM.

What about weapons of mass-construction?

Questionabout combo box Pin
quiteSmart15-Oct-06 22:35
quiteSmart15-Oct-06 22:35 
AnswerRe: about combo box Pin
rah_sin15-Oct-06 22:40
professionalrah_sin15-Oct-06 22:40 
GeneralRe: about combo box Pin
quiteSmart15-Oct-06 22:53
quiteSmart15-Oct-06 22:53 
QuestionMessage Box Closing Pin
engsrini15-Oct-06 21:30
engsrini15-Oct-06 21:30 
AnswerRe: Message Box Closing Pin
sam#15-Oct-06 21:50
sam#15-Oct-06 21:50 
QuestionCDO tool needed!!! Pin
mkoliv15-Oct-06 20:56
mkoliv15-Oct-06 20:56 
AnswerRe: CDO tool needed!!! Pin
Judah Gabriel Himango16-Oct-06 4:53
sponsorJudah Gabriel Himango16-Oct-06 4:53 
Questiongetting fields of a table in Ms Access Pin
saqib8215-Oct-06 20:51
saqib8215-Oct-06 20:51 
AnswerRe: getting fields of a table in Ms Access Pin
Tamimi - Code15-Oct-06 21:04
Tamimi - Code15-Oct-06 21:04 
GeneralRe: getting fields of a table in Ms Access Pin
saqib8215-Oct-06 21:32
saqib8215-Oct-06 21:32 
GeneralRe: getting fields of a table in Ms Access Pin
Tamimi - Code15-Oct-06 21:49
Tamimi - Code15-Oct-06 21:49 
QuestionMail Sending Pin
bhanu1234515-Oct-06 20:35
bhanu1234515-Oct-06 20:35 
Questionadding context sensitive help to forms Pin
sikandarhayat15-Oct-06 20:03
sikandarhayat15-Oct-06 20:03 
AnswerRe: adding context sensitive help to forms Pin
sam#15-Oct-06 20:16
sam#15-Oct-06 20:16 
QuestionReDim Pin
amaneet15-Oct-06 19:51
amaneet15-Oct-06 19:51 
AnswerRe: ReDim Pin
AB777115-Oct-06 20:01
AB777115-Oct-06 20:01 
GeneralRe: ReDim Pin
amaneet15-Oct-06 20:20
amaneet15-Oct-06 20:20 
GeneralRe: ReDim Pin
AB777115-Oct-06 20:24
AB777115-Oct-06 20:24 
AnswerRe: ReDim Pin
Amar Chaudhary16-Oct-06 9:19
Amar Chaudhary16-Oct-06 9:19 
QuestionAnimation control problem Pin
Parshant Verma15-Oct-06 19:30
Parshant Verma15-Oct-06 19:30 
QuestionArray Indexing Pin
Expert Coming15-Oct-06 18:43
Expert Coming15-Oct-06 18:43 
AnswerRe: Array Indexing Pin
AB777115-Oct-06 19:17
AB777115-Oct-06 19:17 
GeneralRe: Array Indexing Pin
Expert Coming15-Oct-06 19:18
Expert Coming15-Oct-06 19:18 
GeneralRe: Array Indexing Pin
AB777115-Oct-06 19:22
AB777115-Oct-06 19:22 

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.