Click here to Skip to main content
15,908,768 members
Home / Discussions / C#
   

C#

 
QuestionHow to access outlook user accounts from asp.net or C# Pin
sivaji raju21-Feb-05 18:05
sivaji raju21-Feb-05 18:05 
AnswerRe: How to access outlook user accounts from asp.net or C# Pin
Rei Miyasaka22-Feb-05 17:05
Rei Miyasaka22-Feb-05 17:05 
Generalc# networking - data sent across network with tcpclient class using rjindael encryption truncates. Pin
Member 154579521-Feb-05 17:10
Member 154579521-Feb-05 17:10 
GeneralRe: c# networking - data sent across network with tcpclient class using rjindael encryption truncates. Pin
Rei Miyasaka22-Feb-05 17:08
Rei Miyasaka22-Feb-05 17:08 
GeneralRe: c# networking - data sent across network with tcpclient class using rjindael encryption truncates. Pin
Member 154579522-Feb-05 20:46
Member 154579522-Feb-05 20:46 
GeneralRe: c# networking - data sent across network with tcpclient class using rjindael encryption truncates. Pin
Rei Miyasaka22-Feb-05 22:09
Rei Miyasaka22-Feb-05 22:09 
GeneralRe: c# networking - data sent across network with tcpclient class using rjindael encryption truncates. Pin
Member 154579523-Feb-05 13:50
Member 154579523-Feb-05 13:50 
GeneralRe: DataTables and DataSets Pin
myNameIsRon21-Feb-05 17:10
myNameIsRon21-Feb-05 17:10 
Hi,(new to programming)
I want to read xml data into an DataTable, but from what I've read you have to load it into a DataSet. Anyway, I was wondering if it was possible to end up with just a DataTable in the end with NO reference to the original DataSet? My attempt below still causes the error "DataTable belongs to another DataSet" if I try and load it into another DataSet. I can use the .Copy to stop this, but I'm wondering if it's possible to create a DataTable from a DataSet table that has NO reference to the original DataSet?

myDS_Options.ReadXml("options.xml");
myDT_Options = myDS_Options.Tables["Options"].Copy();
myDS_Options.Dispose();

thanks,
Ron
GeneralRe: DataTables and DataSets Pin
Besinci23-Feb-05 7:24
Besinci23-Feb-05 7:24 
GeneralAssembly upgrade problems Pin
Mathew Hall21-Feb-05 16:03
Mathew Hall21-Feb-05 16:03 
GeneralSending an object through remoting Pin
Kelvin Goh21-Feb-05 13:51
Kelvin Goh21-Feb-05 13:51 
GeneralRe: Sending an object through remoting Pin
S. Senthil Kumar21-Feb-05 15:17
S. Senthil Kumar21-Feb-05 15:17 
QuestionHow Avoid Dialog Box Open/Save Files Pin
see0721-Feb-05 12:46
see0721-Feb-05 12:46 
AnswerRe: How Avoid Dialog Box Open/Save Files Pin
Heath Stewart21-Feb-05 13:12
protectorHeath Stewart21-Feb-05 13:12 
GeneralRe: How Avoid Dialog Box Open/Save Files Pin
see0722-Feb-05 7:55
see0722-Feb-05 7:55 
GeneralRe: How Avoid Dialog Box Open/Save Files Pin
Heath Stewart22-Feb-05 8:21
protectorHeath Stewart22-Feb-05 8:21 
QuestionLike foreach but from end to begining ? Pin
ektoras21-Feb-05 12:14
ektoras21-Feb-05 12:14 
AnswerRe: Like foreach but from end to begining ? Pin
Heath Stewart21-Feb-05 12:21
protectorHeath Stewart21-Feb-05 12:21 
GeneralRe: Like foreach but from end to begining ? Pin
ektoras21-Feb-05 12:42
ektoras21-Feb-05 12:42 
GeneralRe: Like foreach but from end to begining ? Pin
Heath Stewart21-Feb-05 12:57
protectorHeath Stewart21-Feb-05 12:57 
GeneralRe: Like foreach but from end to begining ? Pin
Rei Miyasaka22-Feb-05 17:14
Rei Miyasaka22-Feb-05 17:14 
GeneralRe: Like foreach but from end to begining ? Pin
ektoras23-Feb-05 11:52
ektoras23-Feb-05 11:52 
GeneralRe: Like foreach but from end to begining ? Pin
Rei Miyasaka23-Feb-05 11:56
Rei Miyasaka23-Feb-05 11:56 
AnswerRe: Like foreach but from end to begining ? Pin
Dominic Farr22-Feb-05 11:16
Dominic Farr22-Feb-05 11:16 
GeneralRe: Like foreach but from end to begining ? Pin
ektoras23-Feb-05 11:55
ektoras23-Feb-05 11:55 

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.