Click here to Skip to main content
15,915,501 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sourcegrid Installation Pin
Papi83dm15-Aug-07 2:52
Papi83dm15-Aug-07 2:52 
QuestionReplace umlauts Pin
SilverV14-Aug-07 12:32
SilverV14-Aug-07 12:32 
AnswerRe: Replace umlauts Pin
bit_cmdr14-Aug-07 12:57
bit_cmdr14-Aug-07 12:57 
GeneralRe: Replace umlauts Pin
SilverV14-Aug-07 13:25
SilverV14-Aug-07 13:25 
GeneralRe: Replace umlauts Pin
Luc Pattyn14-Aug-07 13:47
sitebuilderLuc Pattyn14-Aug-07 13:47 
QuestionDVD menu navigation Pin
deede14-Aug-07 11:51
deede14-Aug-07 11:51 
QuestionHow to get an a class without it's base class Pin
eggie514-Aug-07 11:50
eggie514-Aug-07 11:50 
AnswerRe: How to get an a class without it's base class Pin
pmarfleet14-Aug-07 11:59
pmarfleet14-Aug-07 11:59 
AnswerRe: How to get an a class without it's base class Pin
Christian Graus14-Aug-07 12:05
protectorChristian Graus14-Aug-07 12:05 
GeneralRe: How to get an a class without it's base class [modified] Pin
eggie514-Aug-07 12:19
eggie514-Aug-07 12:19 
GeneralRe: How to get an a class without it's base class Pin
Luc Pattyn14-Aug-07 13:57
sitebuilderLuc Pattyn14-Aug-07 13:57 
QuestionCaret and scroll positioning Pin
artem_coder14-Aug-07 11:37
artem_coder14-Aug-07 11:37 
AnswerRe: Caret and scroll positioning Pin
Luc Pattyn14-Aug-07 14:04
sitebuilderLuc Pattyn14-Aug-07 14:04 
QuestionDISLIN WinXp. Anyone ? Pin
Ylno14-Aug-07 11:36
Ylno14-Aug-07 11:36 
AnswerRe: DISLIN WinXp. Anyone ? Pin
pmarfleet14-Aug-07 11:40
pmarfleet14-Aug-07 11:40 
QuestionThreading Problem. Pin
hdv21214-Aug-07 11:21
hdv21214-Aug-07 11:21 
AnswerRe: Threading Problem. Pin
Luc Pattyn14-Aug-07 14:10
sitebuilderLuc Pattyn14-Aug-07 14:10 
QuestionConvert Languages Pin
Thaer Hamael14-Aug-07 11:14
Thaer Hamael14-Aug-07 11:14 
AnswerRe: Convert Languages Pin
pmarfleet14-Aug-07 11:37
pmarfleet14-Aug-07 11:37 
Questioni all Convert Languages Pin
Thaer Hamael14-Aug-07 11:12
Thaer Hamael14-Aug-07 11:12 
AnswerRe: i all Convert Languages Pin
Luc Pattyn14-Aug-07 14:11
sitebuilderLuc Pattyn14-Aug-07 14:11 
QuestionListView Drag n Drop Pin
topksharma198214-Aug-07 9:08
topksharma198214-Aug-07 9:08 
QuestionALT+F4 Pin
Ronni Marker14-Aug-07 8:46
Ronni Marker14-Aug-07 8:46 
AnswerRe: ALT+F4 Pin
Ronni Marker14-Aug-07 19:35
Ronni Marker14-Aug-07 19:35 
QuestionConvert Excel to XML Pin
T4AMD14-Aug-07 8:05
T4AMD14-Aug-07 8:05 
I was finally able to do that 1st step of getting data from Excel to the dataset. Now I am taking that dataset and converting into XML.
private string GetXML()
{
string XML = dsSource.ToString();
return XML;
}

And I get an error saying "The name 'dsSource' does not exist in the current context"

What should be the correct code? Please HELP!!!

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.