Click here to Skip to main content
15,918,706 members
Home / Discussions / C#
   

C#

 
QuestionInsert text into webform from desktop app Pin
psyonara13-Jun-06 3:26
psyonara13-Jun-06 3:26 
Questionmove next record from the current record in dataview Pin
Mohammed Elkholy13-Jun-06 3:15
Mohammed Elkholy13-Jun-06 3:15 
QuestionEvent issue Pin
atulonweb@hotmail.com13-Jun-06 2:35
atulonweb@hotmail.com13-Jun-06 2:35 
AnswerRe: Event issue Pin
MCSD-Gandalf13-Jun-06 3:38
MCSD-Gandalf13-Jun-06 3:38 
AnswerRe: Event issue Pin
Josh Smith13-Jun-06 4:41
Josh Smith13-Jun-06 4:41 
GeneralRe: Event issue Pin
atulonweb@hotmail.com13-Jun-06 17:58
atulonweb@hotmail.com13-Jun-06 17:58 
Questionstatic class and Serialization Pin
Sendilkumar.M13-Jun-06 2:35
Sendilkumar.M13-Jun-06 2:35 
AnswerRe: static class and Serialization Pin
Guffa13-Jun-06 2:56
Guffa13-Jun-06 2:56 
You can't serialize a class, only an instance. An instance of that class would be serializable, but that is quite useless, as you can't create an instance of the class.

I'm not sure if it's an oversight in the design that a static class can be serializable, or if it's intentional. It shouldn't cause any problem anyway.

---
b { font-weight: normal; }

GeneralRe: static class and Serialization Pin
Josh Smith13-Jun-06 4:48
Josh Smith13-Jun-06 4:48 
Questionreading xml files with c#.Net Pin
fady_sayegh13-Jun-06 2:34
fady_sayegh13-Jun-06 2:34 
AnswerRe: reading xml files with c#.Net Pin
Dustin Metzgar13-Jun-06 3:14
Dustin Metzgar13-Jun-06 3:14 
AnswerRe: reading xml files with c#.Net Pin
Tamimi - Code13-Jun-06 3:23
Tamimi - Code13-Jun-06 3:23 
GeneralRe: reading xml files with c#.Net Pin
fady_sayegh13-Jun-06 3:30
fady_sayegh13-Jun-06 3:30 
GeneralRe: reading xml files with c#.Net Pin
Dustin Metzgar13-Jun-06 3:36
Dustin Metzgar13-Jun-06 3:36 
GeneralRe: reading xml files with c#.Net Pin
fady_sayegh13-Jun-06 4:43
fady_sayegh13-Jun-06 4:43 
QuestionNDoc-C# Documentation Pin
MozhdehQeraati13-Jun-06 2:29
MozhdehQeraati13-Jun-06 2:29 
AnswerRe: NDoc-C# Documentation Pin
Dustin Metzgar13-Jun-06 3:13
Dustin Metzgar13-Jun-06 3:13 
GeneralRe: NDoc-C# Documentation Pin
MozhdehQeraati13-Jun-06 21:25
MozhdehQeraati13-Jun-06 21:25 
GeneralRe: NDoc-C# Documentation Pin
Dustin Metzgar14-Jun-06 1:38
Dustin Metzgar14-Jun-06 1:38 
QuestionHelpButton click event Pin
haimh13-Jun-06 2:15
haimh13-Jun-06 2:15 
QuestionCalling Oracle 9i procedures using the enterprise library Pin
Mohamed El Gohary13-Jun-06 1:58
Mohamed El Gohary13-Jun-06 1:58 
Question------ RE:Send Mail Without Using SMTP Server ---- Pin
Sushant Duggal13-Jun-06 1:50
Sushant Duggal13-Jun-06 1:50 
QuestionAdd UserControl to HelpProvider Pin
haimh13-Jun-06 1:38
haimh13-Jun-06 1:38 
QuestioncomboBox items values Pin
andrei_dalcu13-Jun-06 1:38
andrei_dalcu13-Jun-06 1:38 
AnswerRe: comboBox items values [modified] Pin
SeMartens13-Jun-06 1:53
SeMartens13-Jun-06 1:53 

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.