Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
QuestionDatabound Control Hell Pin
tcss14-Oct-06 1:30
tcss14-Oct-06 1:30 
AnswerRe: Databound Control Hell Pin
sam#14-Oct-06 2:28
sam#14-Oct-06 2:28 
GeneralRe: Databound Control Hell Pin
tcss14-Oct-06 2:36
tcss14-Oct-06 2:36 
GeneralRe: Databound Control Hell Pin
sam#14-Oct-06 23:28
sam#14-Oct-06 23:28 
QuestionProblem with Context Switch Deadlock Pin
cnr36914-Oct-06 0:52
cnr36914-Oct-06 0:52 
AnswerRe: Problem with Context Switch Deadlock Pin
S. Senthil Kumar15-Oct-06 7:41
S. Senthil Kumar15-Oct-06 7:41 
Questionhow to export my DataTable To excel 2003 ? Pin
hdv21214-Oct-06 0:45
hdv21214-Oct-06 0:45 
AnswerRe: how to export my DataTable To excel 2003 ? Pin
Nader Elshehabi14-Oct-06 13:19
Nader Elshehabi14-Oct-06 13:19 
Hello

You can export any DataTable to any Database provider -including excel-, by writing it to an Xml file. So for a table you'd use DataTable.WriteXml(), or for multiple tables use DataSet.WriteXml(). Then use an XmlWriter to write it to a file. There isn't much of a code in it actually.

RegardsRose | [Rose]

Questionplease help me.... Pin
choorakkuttyil14-Oct-06 0:39
choorakkuttyil14-Oct-06 0:39 
GeneralRe: Useless subject Pin
Guffa14-Oct-06 2:54
Guffa14-Oct-06 2:54 
Questionpicture question Pin
rzvme14-Oct-06 0:34
rzvme14-Oct-06 0:34 
AnswerRe: picture question Pin
Stefan Troschuetz14-Oct-06 1:20
Stefan Troschuetz14-Oct-06 1:20 
QuestionHow can i asign dataset to crystal report Pin
btota13-Oct-06 22:35
btota13-Oct-06 22:35 
AnswerRe: How can i asign dataset to crystal report Pin
Nick Parker14-Oct-06 4:56
protectorNick Parker14-Oct-06 4:56 
Question.NET 1.1 application performance in Windows 2003 Server Pin
Sushant Duggal13-Oct-06 22:19
Sushant Duggal13-Oct-06 22:19 
AnswerRe: .NET 1.1 application performance in Windows 2003 Server Pin
Nick Parker14-Oct-06 4:57
protectorNick Parker14-Oct-06 4:57 
QuestionDataGridViewComboBoxCell value is invalid Pin
WillemM13-Oct-06 22:18
WillemM13-Oct-06 22:18 
QuestionBack link Pin
basumca13-Oct-06 21:43
basumca13-Oct-06 21:43 
AnswerRe: Back link Pin
Nick Parker14-Oct-06 4:59
protectorNick Parker14-Oct-06 4:59 
Questionneed help or advice... [modified] Pin
TheCardinal13-Oct-06 21:12
TheCardinal13-Oct-06 21:12 
AnswerRe: need help or advice... Pin
mav.northwind13-Oct-06 21:56
mav.northwind13-Oct-06 21:56 
AnswerRe: need help or advice... Pin
Nader Elshehabi14-Oct-06 2:59
Nader Elshehabi14-Oct-06 2:59 
GeneralRe: need help or advice... Pin
TheCardinal14-Oct-06 3:38
TheCardinal14-Oct-06 3:38 
GeneralRe: need help or advice... Pin
mav.northwind14-Oct-06 6:08
mav.northwind14-Oct-06 6:08 
GeneralRe: need help or advice... Pin
Nader Elshehabi14-Oct-06 6:46
Nader Elshehabi14-Oct-06 6:46 

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.