Click here to Skip to main content
15,923,681 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using Oledb dataadapter c# Pin
WillemM16-Oct-06 1:31
WillemM16-Oct-06 1:31 
Question??? about firewalled environment ??? Pin
mohadcs15-Oct-06 23:00
mohadcs15-Oct-06 23:00 
AnswerRe: ??? about firewalled environment ??? [modified] Pin
Travis D. Mathison16-Oct-06 0:57
Travis D. Mathison16-Oct-06 0:57 
QuestionRe: ??? about firewalled environment ??? Pin
mohadcs17-Oct-06 11:25
mohadcs17-Oct-06 11:25 
QuestionHow to play a sound from my program Pin
CodeItWell15-Oct-06 22:56
CodeItWell15-Oct-06 22:56 
AnswerRe: How to play a sound from my program Pin
NassosReyzidis16-Oct-06 1:06
NassosReyzidis16-Oct-06 1:06 
QuestionHow to count a particular stiuation according to dataGridView Pin
digitalhand15-Oct-06 22:41
digitalhand15-Oct-06 22:41 
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 

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.