Click here to Skip to main content
16,010,876 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Populate values into html form Pin
Roshan P Mohammed23-Apr-06 16:47
Roshan P Mohammed23-Apr-06 16:47 
GeneralRe: Populate values into html form Pin
Uma Kameswari25-Apr-06 7:32
Uma Kameswari25-Apr-06 7:32 
AnswerRe: Populate values into html form Pin
minhpc_bk23-Apr-06 2:34
minhpc_bk23-Apr-06 2:34 
GeneralRe: Populate values into html form Pin
Uma Kameswari23-Apr-06 15:49
Uma Kameswari23-Apr-06 15:49 
QuestionDatabinding with VS2005 Pin
tanpanjang22-Apr-06 9:23
tanpanjang22-Apr-06 9:23 
AnswerRe: Databinding with VS2005 Pin
minhpc_bk23-Apr-06 2:33
minhpc_bk23-Apr-06 2:33 
QuestionReporting services problem Pin
wwweb22-Apr-06 8:05
wwweb22-Apr-06 8:05 
QuestionSerialization in asp.net...Help Plz Pin
Nada Adel22-Apr-06 6:58
Nada Adel22-Apr-06 6:58 
I need to serialize some objects of a certain class all in one file..so I loop on every object and call a function called WriteToFile()

public static void WriteToFile(SerialCircle shape, String filename)
{
Stream str = File.OpenWrite(filename);
SoapFormatter formatter = new SoapFormatter();
formatter.Serialize(str, shape);
str.Close();
}

now the problem is that everytime I call the function..a new object is replaced by another object written in the file..how can I open the file and append to it new objects??
AnswerRe: Serialization in asp.net...Help Plz Pin
minhpc_bk23-Apr-06 2:32
minhpc_bk23-Apr-06 2:32 
QuestionMerge DataGrid Header Pin
ptvce22-Apr-06 4:56
ptvce22-Apr-06 4:56 
AnswerRe: Merge DataGrid Header Pin
dansoft22-Apr-06 7:35
dansoft22-Apr-06 7:35 
GeneralRe: Merge DataGrid Header Pin
ptvce22-Apr-06 19:00
ptvce22-Apr-06 19:00 
AnswerRe: Merge DataGrid Header Pin
luckyv25-Apr-06 23:11
luckyv25-Apr-06 23:11 
QuestionChanging the setting of a particular web page only Pin
Jeeva Mary Varghese22-Apr-06 3:15
Jeeva Mary Varghese22-Apr-06 3:15 
AnswerRe: Changing the setting of a particular web page only Pin
Guffa22-Apr-06 3:32
Guffa22-Apr-06 3:32 
GeneralRe: Changing the setting of a particular web page only Pin
g00fyman22-Apr-06 17:53
g00fyman22-Apr-06 17:53 
AnswerRe: Changing the setting of a particular web page only Pin
Guffa22-Apr-06 20:07
Guffa22-Apr-06 20:07 
GeneralRe: Changing the setting of a particular web page only Pin
g00fyman22-Apr-06 20:18
g00fyman22-Apr-06 20:18 
AnswerRe: Changing the setting of a particular web page only Pin
RichardGrimmer22-Apr-06 22:22
RichardGrimmer22-Apr-06 22:22 
QuestionFTP (Urgent) Pin
kirthikirthi22-Apr-06 1:46
kirthikirthi22-Apr-06 1:46 
AnswerRe: FTP (Urgent) Pin
Mike Ellison22-Apr-06 2:56
Mike Ellison22-Apr-06 2:56 
GeneralRe: FTP (Urgent) Pin
kirthikirthi23-Apr-06 18:27
kirthikirthi23-Apr-06 18:27 
QuestionWhat is CVS Pin
nesaraja22-Apr-06 0:49
nesaraja22-Apr-06 0:49 
AnswerRe: What is CVS Pin
Michael P Butler22-Apr-06 1:38
Michael P Butler22-Apr-06 1:38 
QuestionSearchengines and unhappy URL's Pin
matthias s.22-Apr-06 0:24
matthias s.22-Apr-06 0: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.