Click here to Skip to main content
15,921,697 members
Home / Discussions / C#
   

C#

 
GeneralRe: ultragrid update sql server???? Pin
NewToAspDotNet25-Oct-07 6:59
NewToAspDotNet25-Oct-07 6:59 
AnswerRe: ultragrid update sql server???? Pin
pmarfleet25-Oct-07 7:27
pmarfleet25-Oct-07 7:27 
AnswerRe: ultragrid update sql server???? Pin
Dave Kreskowiak25-Oct-07 7:38
mveDave Kreskowiak25-Oct-07 7:38 
QuestionPlacing tabs on main menu. Pin
cooltuxxx25-Oct-07 4:22
cooltuxxx25-Oct-07 4:22 
AnswerRe: Placing tabs on main menu. Pin
Judah Gabriel Himango25-Oct-07 4:32
sponsorJudah Gabriel Himango25-Oct-07 4:32 
QuestionHow to display build version on your form... Pin
TheMattster25-Oct-07 4:17
TheMattster25-Oct-07 4:17 
AnswerRe: How to display build version on your form... Pin
Judah Gabriel Himango25-Oct-07 4:31
sponsorJudah Gabriel Himango25-Oct-07 4:31 
QuestionSerialization Pin
lokeshgm725-Oct-07 3:26
lokeshgm725-Oct-07 3:26 
Hi,

I am a student and doing a project on "serialization and deserialzation of a hashtable content " and the primary pbjective is to use XML serializer to achieve this task as we will be dealing on multiple platforms. Since XMlserializer doesnt work with hashtables I am trying to add the hashtable contents to arraylist(as I will be storing multiple datatypes) and then serialize the arraylist. But I am having trouble adding the keys and value from hashtable to arraylist...WOuld someone please help me as I am stuck at this point...\\

Cheers
Lokesh

Now here is the piece of code snippet for serializing

static void serialize()
{

System.Int32 i = 26;
System.DateTime j = System.DateTime.Now;
System.String k = "this is a test";
System.TimeSpan l = System.TimeSpan.MaxValue;

//I have declared serializedhashtable as new hashtable in one of my class

group1.serializedhashtable.Add("0", i);
group1.serializedhashtable.Add("1", j);
group1.serializedhashtable.Add("2", k);
group1.serializedhashtable.Add("3", l);

// Create an instance of an array, and copy the content of
// the hash table to this array

ArrayList myarray = new ArrayList();
AnswerRe: Serialization Pin
mav.northwind25-Oct-07 3:43
mav.northwind25-Oct-07 3:43 
GeneralRe: Serialization Pin
lokeshgm725-Oct-07 3:51
lokeshgm725-Oct-07 3:51 
GeneralRe: Serialization Pin
lokeshgm725-Oct-07 4:04
lokeshgm725-Oct-07 4:04 
QuestionDetecting Hybernation Pin
gmarappledude25-Oct-07 3:15
gmarappledude25-Oct-07 3:15 
AnswerRe: Detecting Hybernation Pin
leppie25-Oct-07 3:48
leppie25-Oct-07 3:48 
GeneralRe: Detecting Hybernation Pin
gmarappledude25-Oct-07 3:54
gmarappledude25-Oct-07 3:54 
QuestionHas somebody made a surveillance thread which doesn't die? Pin
Klive825-Oct-07 2:44
Klive825-Oct-07 2:44 
AnswerRe: Has somebody made a surveillance thread which doesn't die? Pin
sujithkumarsl25-Oct-07 2:55
sujithkumarsl25-Oct-07 2:55 
GeneralRe: Has somebody made a surveillance thread which doesn't die? Pin
Klive825-Oct-07 3:23
Klive825-Oct-07 3:23 
AnswerRe: Has somebody made a surveillance thread which doesn't die? Pin
mav.northwind25-Oct-07 3:48
mav.northwind25-Oct-07 3:48 
QuestionProblem with moving picturebox with Cursor on Mouse_Move event. Pin
Chintan.Desai25-Oct-07 1:50
Chintan.Desai25-Oct-07 1:50 
AnswerRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Christian Graus25-Oct-07 1:55
protectorChristian Graus25-Oct-07 1:55 
GeneralRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Chintan.Desai25-Oct-07 22:59
Chintan.Desai25-Oct-07 22:59 
AnswerRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Abhijit Jana25-Oct-07 2:34
professionalAbhijit Jana25-Oct-07 2:34 
QuestionHow to store and retreave a word document in sql server data base using c#.net Pin
bobin scaria25-Oct-07 1:39
bobin scaria25-Oct-07 1:39 
AnswerRe: How to store and retreave a word document in sql server data base using c#.net Pin
Pete O'Hanlon25-Oct-07 1:46
mvePete O'Hanlon25-Oct-07 1:46 
Questioncustom control Pin
Tauseef A25-Oct-07 1:17
Tauseef A25-Oct-07 1:17 

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.