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

C#

 
Questionhi need some suggestion regaurding my project Pin
srichakram_harsha28-Sep-09 1:01
srichakram_harsha28-Sep-09 1:01 
AnswerRe: hi need some suggestion regaurding my project Pin
Pete O'Hanlon28-Sep-09 1:17
mvePete O'Hanlon28-Sep-09 1:17 
AnswerRe: hi need some suggestion regaurding my project Pin
musefan28-Sep-09 1:56
musefan28-Sep-09 1:56 
GeneralRe: hi need some suggestion regaurding my project Pin
J4amieC28-Sep-09 2:31
J4amieC28-Sep-09 2:31 
GeneralRe: hi need some suggestion regaurding my project Pin
musefan28-Sep-09 2:44
musefan28-Sep-09 2:44 
GeneralRe: hi need some suggestion regaurding my project Pin
Richard MacCutchan28-Sep-09 3:42
mveRichard MacCutchan28-Sep-09 3:42 
Questionwhat is the best and the short way to limit textbox for only numbers Pin
E_Gold27-Sep-09 21:17
E_Gold27-Sep-09 21:17 
AnswerRe: what is the best and the short way to limit textbox for only numbers Pin
Sachin Dubey27-Sep-09 21:23
Sachin Dubey27-Sep-09 21:23 
AnswerRe: what is the best and the short way to limit textbox for only numbers Pin
Abhijit Jana27-Sep-09 21:23
professionalAbhijit Jana27-Sep-09 21:23 
AnswerRe: what is the best and the short way to limit textbox for only numbers Pin
DaveyM6927-Sep-09 22:04
professionalDaveyM6927-Sep-09 22:04 
AnswerRe: what is the best and the short way to limit textbox for only numbers Pin
molesworth27-Sep-09 23:33
molesworth27-Sep-09 23:33 
QuestionStartupMode for Services Pin
Vijjuuu.27-Sep-09 20:58
Vijjuuu.27-Sep-09 20:58 
AnswerRe: StartupMode for Services Pin
Abhijit Jana27-Sep-09 21:20
professionalAbhijit Jana27-Sep-09 21:20 
GeneralRe: StartupMode for Services Pin
Vijjuuu.27-Sep-09 21:24
Vijjuuu.27-Sep-09 21:24 
GeneralRe: StartupMode for Services Pin
Abhijit Jana27-Sep-09 21:40
professionalAbhijit Jana27-Sep-09 21:40 
AnswerRe: StartupMode for Services Pin
Calla27-Sep-09 21:48
Calla27-Sep-09 21:48 
GeneralRe: StartupMode for Services Pin
Abhijit Jana27-Sep-09 22:00
professionalAbhijit Jana27-Sep-09 22:00 
GeneralRe: StartupMode for Services Pin
Calla27-Sep-09 22:09
Calla27-Sep-09 22:09 
QuestionTranslation Of C# Class to XML And Vice versa Pin
Sachin Dubey27-Sep-09 19:59
Sachin Dubey27-Sep-09 19:59 
AnswerRe: Translation Of C# Class to XML And Vice versa Pin
Christian Graus27-Sep-09 20:24
protectorChristian Graus27-Sep-09 20:24 
GeneralRe: Translation Of C# Class to XML And Vice versa Pin
Sachin Dubey27-Sep-09 20:32
Sachin Dubey27-Sep-09 20:32 
GeneralRe: Translation Of C# Class to XML And Vice versa Pin
Christian Graus27-Sep-09 20:40
protectorChristian Graus27-Sep-09 20:40 
OK, so you need to write a method which takes a stringbuilder, or an XML builder or something, and adds the class instance to the XML document being built. Your solution is to manually write code that creates XML, or reads XML and uses it to create a class instance. Ideally, you want to call a method as you iterate over each class instance, and it builds the XML that way.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: Translation Of C# Class to XML And Vice versa Pin
Sachin Dubey27-Sep-09 20:44
Sachin Dubey27-Sep-09 20:44 
GeneralRe: Translation Of C# Class to XML And Vice versa Pin
0x3c027-Sep-09 21:04
0x3c027-Sep-09 21:04 
AnswerRe: Translation Of C# Class to XML And Vice versa Pin
freakyit27-Sep-09 23:27
freakyit27-Sep-09 23:27 

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.