Click here to Skip to main content
15,900,906 members
Home / Discussions / C#
   

C#

 
Questionfile synchronisation in c# Pin
suny12311-Nov-07 19:21
suny12311-Nov-07 19:21 
AnswerRe: file synchronisation in c# Pin
Adeel Chaudhry11-Nov-07 20:01
Adeel Chaudhry11-Nov-07 20:01 
AnswerRe: Please can any one help me in customizing the open file dialog selection Pin
Adeel Chaudhry11-Nov-07 19:02
Adeel Chaudhry11-Nov-07 19:02 
AnswerRe: Please can any one help me in customizing the open file dialog selection Pin
Please can any one help me in customizing the open11-Nov-07 21:11
Please can any one help me in customizing the open11-Nov-07 21:11 
QuestionHow to find the encoding of a file? Pin
deep_C#11-Nov-07 18:47
deep_C#11-Nov-07 18:47 
AnswerRe: How to find the encoding of a file? Pin
Adeel Chaudhry11-Nov-07 19:05
Adeel Chaudhry11-Nov-07 19:05 
QuestionHow can we retrive particular column data from Dataset? Pin
pekhaleyogesh11-Nov-07 18:43
pekhaleyogesh11-Nov-07 18:43 
AnswerRe: How can we retrive particular column data from Dataset? Pin
Pankaj - Joshi11-Nov-07 18:55
Pankaj - Joshi11-Nov-07 18:55 
For that you have to read each data row of that particular table
like

foreach (DataRow oRow in MyDataTable.Rows)
{
value = oRow["CustomerId"].ToString();
}

Where CustomerId is the column name and MyDataTable is the table name.


Regards
Pankaj Joshi

GeneralRe: How can we retrive particular column data from Dataset? Pin
pekhaleyogesh11-Nov-07 19:00
pekhaleyogesh11-Nov-07 19:00 
QuestionPlease can any one help me in customizing the open file dialog selection Pin
Please can any one help me in customizing the open11-Nov-07 18:35
Please can any one help me in customizing the open11-Nov-07 18:35 
QuestionRegarding, creating the table in MSWord Document from C#.Net. Pin
Ron.S11-Nov-07 18:34
Ron.S11-Nov-07 18:34 
QuestionHow to get Server Application path. Pin
clife53711-Nov-07 18:21
clife53711-Nov-07 18:21 
AnswerRe: How to get Server Application path. Pin
Vasudevan Deepak Kumar11-Nov-07 18:23
Vasudevan Deepak Kumar11-Nov-07 18:23 
AnswerRe: How to get Server Application path. Pin
clife53711-Nov-07 19:13
clife53711-Nov-07 19:13 
QuestionC# developer Pin
super flower11-Nov-07 18:18
super flower11-Nov-07 18:18 
AnswerRe: C# developer Pin
Vasudevan Deepak Kumar11-Nov-07 18:26
Vasudevan Deepak Kumar11-Nov-07 18:26 
QuestionData fusion Pin
Ghamil11-Nov-07 18:18
Ghamil11-Nov-07 18:18 
QuestionDisabling an item in a checkedListBox Pin
Pankaj - Joshi11-Nov-07 17:50
Pankaj - Joshi11-Nov-07 17:50 
AnswerRe: Disabling an item in a checkedListBox Pin
Luc Pattyn11-Nov-07 18:00
sitebuilderLuc Pattyn11-Nov-07 18:00 
QuestionFile replication Pin
suny12311-Nov-07 17:43
suny12311-Nov-07 17:43 
AnswerRe: File replication Pin
Christian Graus11-Nov-07 17:52
protectorChristian Graus11-Nov-07 17:52 
QuestionCreating a globally-accessable object? Pin
mwholt11-Nov-07 17:03
mwholt11-Nov-07 17:03 
AnswerRe: Creating a globally-accessable object? Pin
Christian Graus11-Nov-07 17:27
protectorChristian Graus11-Nov-07 17:27 
GeneralRe: Creating a globally-accessable object? Pin
mwholt12-Nov-07 11:12
mwholt12-Nov-07 11:12 
AnswerRe: Creating a globally-accessable object? Pin
Michael Sync11-Nov-07 18:35
Michael Sync11-Nov-07 18:35 

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.