Click here to Skip to main content
15,892,643 members
Home / Discussions / C#
   

C#

 
GeneralRe: Printing a DataGridView without overlapping data Pin
Gareth H20-May-07 23:10
Gareth H20-May-07 23:10 
QuestionDeserializing string[] Pin
gvanto17-May-07 23:37
gvanto17-May-07 23:37 
AnswerRe: Deserializing string[] Pin
blackjack215017-May-07 23:50
blackjack215017-May-07 23:50 
GeneralRe: Deserializing string[] Pin
gvanto18-May-07 0:21
gvanto18-May-07 0:21 
GeneralRe: Deserializing string[] Pin
blackjack215018-May-07 0:27
blackjack215018-May-07 0:27 
GeneralRe: Deserializing string[] Pin
Gareth H18-May-07 0:31
Gareth H18-May-07 0:31 
GeneralRe: Deserializing string[] Pin
blackjack215018-May-07 0:41
blackjack215018-May-07 0:41 
AnswerRe: Deserializing string[] Pin
Manoj Kumar Rai18-May-07 2:21
professionalManoj Kumar Rai18-May-07 2:21 
Hi Gerry,

While serializing and deserializing an array, list etc, I always find it better to create a wrapper class. That makes the things clearer and error free.

Like for your case create a class as below:

[Serializable]
class PeteArray
{
protected string[] arrPete;
//Function to set and get the values
}

Finally you can use this class Serialize and Deserialize.



Manoj
Never Give up

AnswerRe: Deserializing string[] Pin
gvanto18-May-07 15:25
gvanto18-May-07 15:25 
Questionebook source c# Pin
giang198117-May-07 23:31
giang198117-May-07 23:31 
AnswerRe: ebook source c# Pin
Hari Om Prakash Sharma18-May-07 2:35
Hari Om Prakash Sharma18-May-07 2:35 
AnswerRe: ebook source c# Pin
Giorgi Dalakishvili18-May-07 3:55
mentorGiorgi Dalakishvili18-May-07 3:55 
Answer[Message Removed] Pin
hankjmatt13-Oct-08 21:20
hankjmatt13-Oct-08 21:20 
QuestionSharePoint Server 2007 Pin
juber7717-May-07 23:25
juber7717-May-07 23:25 
QuestionHow can I put the value close to the edge of Pie chart. Pin
Junior Boy17-May-07 23:15
Junior Boy17-May-07 23:15 
AnswerRe: How can I put the value close to the edge of Pie chart. Pin
Christian Graus17-May-07 23:22
protectorChristian Graus17-May-07 23:22 
GeneralRe: How can I put the value close to the edge of Pie chart. Pin
Junior Boy18-May-07 0:13
Junior Boy18-May-07 0:13 
AnswerRe: How can I put the value close to the edge of Pie chart. Pin
CPallini17-May-07 23:33
mveCPallini17-May-07 23:33 
QuestionGraphics problems Pin
Duong Tien Nam17-May-07 22:43
Duong Tien Nam17-May-07 22:43 
AnswerRe: Graphics problems Pin
Christian Graus17-May-07 22:53
protectorChristian Graus17-May-07 22:53 
GeneralRe: Graphics problems Pin
Duong Tien Nam17-May-07 23:05
Duong Tien Nam17-May-07 23:05 
GeneralRe: Graphics problems Pin
Christian Graus17-May-07 23:21
protectorChristian Graus17-May-07 23:21 
GeneralRe: Graphics problems Pin
Duong Tien Nam17-May-07 23:51
Duong Tien Nam17-May-07 23:51 
AnswerRe: Graphics problems Pin
V.17-May-07 23:25
professionalV.17-May-07 23:25 
AnswerRe: Graphics problems Pin
Luc Pattyn18-May-07 0:16
sitebuilderLuc Pattyn18-May-07 0:16 

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.