Click here to Skip to main content
16,007,504 members
Home / Discussions / C#
   

C#

 
QuestionProblem with refill of listview after removal in database Pin
henur13-Apr-07 23:48
henur13-Apr-07 23:48 
AnswerRe: Problem with refill of listview after removal in database Pin
Christian Graus14-Apr-07 0:12
protectorChristian Graus14-Apr-07 0:12 
GeneralRe: Problem with refill of listview after removal in database Pin
henur14-Apr-07 3:32
henur14-Apr-07 3:32 
GeneralRe: Problem with refill of listview after removal in database Pin
Christian Graus14-Apr-07 13:37
protectorChristian Graus14-Apr-07 13:37 
GeneralRe: Problem with refill of listview after removal in database Pin
henur15-Apr-07 20:14
henur15-Apr-07 20:14 
Questionis any query (in sql server) that i can export data ? Pin
B.A13-Apr-07 23:26
B.A13-Apr-07 23:26 
AnswerRe: is any query (in sql server) that i can export data ? Pin
Colin Angus Mackay13-Apr-07 23:57
Colin Angus Mackay13-Apr-07 23:57 
QuestionSerialization problem Pin
NaNg1524113-Apr-07 23:19
NaNg1524113-Apr-07 23:19 
[Serializable]
Class A
{
 public event Handler OnChange;
 public A()
 {
  this.OnChange += new Handler(this.Save);
 }
 public void Save()
 {
  filestream.Save(Serialize(this)); // Saves to file
 }
}
class B
{
 A myA;
 public B()
 {
  myA = new A();
  /* do stuff to myA that triggers OnChange()
  *E* - error - cannot serialize class of type B.
 }
}

why doesn't it serialize myA, but it tries to serialize B ?

THANKS ALOOOOT to the one\s who help me solve this.
NaNg.
AnswerRe: Serialization problem Pin
Christian Graus14-Apr-07 0:17
protectorChristian Graus14-Apr-07 0:17 
GeneralRe: Serialization problem Pin
NaNg1524114-Apr-07 1:09
NaNg1524114-Apr-07 1:09 
GeneralRe: Serialization problem Pin
NaNg1524114-Apr-07 1:48
NaNg1524114-Apr-07 1:48 
QuestionHow to check whether my application running under ClickOnce Pin
pashitech13-Apr-07 22:43
pashitech13-Apr-07 22:43 
Questionnetwork stream to byte[] Pin
marwan_siala13-Apr-07 22:41
marwan_siala13-Apr-07 22:41 
AnswerRe: network stream to byte[] Pin
Christian Graus13-Apr-07 22:42
protectorChristian Graus13-Apr-07 22:42 
GeneralRe: network stream to byte[] Pin
marwan_siala13-Apr-07 22:51
marwan_siala13-Apr-07 22:51 
GeneralRe: network stream to byte[] Pin
Christian Graus14-Apr-07 0:05
protectorChristian Graus14-Apr-07 0:05 
GeneralRe: network stream to byte[] Pin
marwan_siala14-Apr-07 0:27
marwan_siala14-Apr-07 0:27 
QuestionEncoding error.. help guys:( Pin
Muammar©13-Apr-07 22:27
Muammar©13-Apr-07 22:27 
AnswerRe: Encoding error.. help guys:( Pin
Christian Graus13-Apr-07 22:41
protectorChristian Graus13-Apr-07 22:41 
GeneralRe: Encoding error.. help guys:( Pin
Muammar©13-Apr-07 22:51
Muammar©13-Apr-07 22:51 
GeneralRe: Encoding error.. help guys:( Pin
Christian Graus14-Apr-07 0:03
protectorChristian Graus14-Apr-07 0:03 
GeneralRe: Encoding error.. help guys:( Pin
Muammar©14-Apr-07 0:12
Muammar©14-Apr-07 0:12 
GeneralRe: Encoding error.. help guys:( Pin
Christian Graus14-Apr-07 0:14
protectorChristian Graus14-Apr-07 0:14 
GeneralRe: Encoding error.. help guys:( Pin
Muammar©14-Apr-07 0:23
Muammar©14-Apr-07 0:23 
GeneralRe: Encoding error.. help guys:( Pin
Christian Graus14-Apr-07 13:35
protectorChristian Graus14-Apr-07 13:35 

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.