Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
GeneralRe: Bytes to be written to the stream exceed the Content-Length bytes size specified. Pin
nasambur8-May-07 20:55
nasambur8-May-07 20:55 
Questioncrystal report using a stored procedure which requires a parameter Pin
rkherath8-May-07 17:03
rkherath8-May-07 17:03 
Questionhow to create an autoincrement id [modified] Pin
balanjingot8-May-07 16:33
balanjingot8-May-07 16:33 
Questionaccess to objectdatasource ondeleting value Pin
wongton8-May-07 16:09
wongton8-May-07 16:09 
QuestionProblem reading XML Pin
Mark F.8-May-07 14:49
Mark F.8-May-07 14:49 
AnswerRe: Problem reading XML Pin
Christian Graus8-May-07 16:55
protectorChristian Graus8-May-07 16:55 
GeneralRe: Problem reading XML Pin
Mark F.9-May-07 4:02
Mark F.9-May-07 4:02 
AnswerRe: Problem reading XML Pin
AFSEKI8-May-07 23:01
AFSEKI8-May-07 23:01 
It seems you are new to XML, so I don't suggest using low-level code, there is a easy to use System.Configuration namespace out there in MSDN Library, have a look at it.

1) Create a custom ConfigurationSectionGroup called cardfile
2) Create a custom ConfigutaionSection called card number
3) Create a custom ConfigurationElementCollection to store your front(s)
4) Create a custom ConfigurationElement called front

You can find all the source code examples for the steps 1->4 in MSDN library and in internet

This is the link:

ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref4/html/T_System_Configuration_ConfigurationElement.htm

OR

Look for:
1) ConfigurationElemnt class in MSDN Library Index Tab filtered by Visual C#
2) Select "about ConfigurationElement class" and there you are Wink | ;)

Hope this helps...
QuestionReading a text file into a textBox Pin
simplicitylabs8-May-07 13:42
simplicitylabs8-May-07 13:42 
AnswerRe: Reading a text file into a textBox Pin
xibeifeijian8-May-07 14:34
xibeifeijian8-May-07 14:34 
GeneralRe: Reading a text file into a textBox Pin
simplicitylabs8-May-07 14:55
simplicitylabs8-May-07 14:55 
GeneralRe: Reading a text file into a textBox Pin
Dave Kreskowiak8-May-07 17:33
mveDave Kreskowiak8-May-07 17:33 
GeneralRe: Reading a text file into a textBox Pin
simplicitylabs8-May-07 18:22
simplicitylabs8-May-07 18:22 
GeneralRe: Reading a text file into a textBox Pin
xibeifeijian9-May-07 3:13
xibeifeijian9-May-07 3:13 
AnswerRe: Reading a text file into a textBox Pin
Christian Graus8-May-07 18:25
protectorChristian Graus8-May-07 18:25 
GeneralRe: Reading a text file into a textBox Pin
simplicitylabs8-May-07 18:38
simplicitylabs8-May-07 18:38 
QuestionDataView Problem Pin
Michael1018-May-07 13:37
Michael1018-May-07 13:37 
AnswerRe: DataView Problem Pin
SimulationofSai8-May-07 21:49
SimulationofSai8-May-07 21:49 
QuestionMDI and Childs Pin
VBDC8-May-07 12:57
VBDC8-May-07 12:57 
AnswerRe: MDI and Childs Pin
Blumen8-May-07 18:08
Blumen8-May-07 18:08 
QuestionMDI and Childs Pin
VBDC8-May-07 12:52
VBDC8-May-07 12:52 
QuestionPLEASE HELP Pin
detective_x8-May-07 12:00
detective_x8-May-07 12:00 
AnswerRe: PLEASE HELP Pin
Christian Graus8-May-07 12:08
protectorChristian Graus8-May-07 12:08 
GeneralRe: PLEASE HELP Pin
detective_x8-May-07 12:14
detective_x8-May-07 12:14 
AnswerRe: PLEASE HELP Pin
Blumen8-May-07 19:24
Blumen8-May-07 19:24 

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.