Click here to Skip to main content
15,910,886 members
Home / Discussions / C#
   

C#

 
GeneralRe: How do I display a dynamically generated ArrayList of custom objects in a datagrid in .NET 1.1? Pin
Vikram A Punathambekar23-Mar-07 3:15
Vikram A Punathambekar23-Mar-07 3:15 
GeneralRe: How do I display a dynamically generated ArrayList of custom objects in a datagrid in .NET 1.1? Pin
joon vh.23-Mar-07 3:19
joon vh.23-Mar-07 3:19 
GeneralRe: How do I display a dynamically generated ArrayList of custom objects in a datagrid in .NET 1.1? Pin
MoustafaS23-Mar-07 3:34
MoustafaS23-Mar-07 3:34 
QuestionEntering special colums to Datagrid Pin
Starzfighter23-Mar-07 1:05
Starzfighter23-Mar-07 1:05 
AnswerRe: Entering special colums to Datagrid Pin
joon vh.23-Mar-07 2:38
joon vh.23-Mar-07 2:38 
QuestionHow to copy Bitmap Pin
sandeepkavade23-Mar-07 1:00
sandeepkavade23-Mar-07 1:00 
AnswerRe: How to copy Bitmap Pin
Guffa23-Mar-07 1:04
Guffa23-Mar-07 1:04 
QuestionXmlSerializer Pin
darkcalin23-Mar-07 0:42
darkcalin23-Mar-07 0:42 
Hi,

i have one object and i want to serialize with XmlSerializer. It is possible to see the field with no data?
EX:
<br />
class kuku<br />
{<br />
  int test;<br />
  int problem;<br />
}<br />
<br />
class main<br />
{<br />
 ....<br />
 kuku obj=new kuku();<br />
 obj.test=10;<br />
 XmlSerializer ser=new XmlSerializer(typeof(kuku));<br />
 StringWriter writer = new StringWriter(new StringBuilder());<br />
 ser.Serialize(writer,obj);<br />
 string s=writer.ToString(); <br />
  .....<br />
}<br />
<br />
and the s will contain <br />
<br />
   <kuku> <br />
     <test>10</test><br />
  </kuku><br />
<br />
and i want<br />
<br />
   <kuku> <br />
     <test>10</test><br />
     <problem></problem><br />
  </kuku><br />
<br />


how can help me???? C# will make me mad!!!!D'Oh! | :doh:

My brain is in fire Confused | :confused:
AnswerRe: XmlSerializer Pin
stancrm23-Mar-07 1:28
stancrm23-Mar-07 1:28 
AnswerRe: XmlSerializer Pin
Stefan Troschuetz23-Mar-07 1:28
Stefan Troschuetz23-Mar-07 1:28 
AnswerRe: XmlSerializer Pin
joon vh.23-Mar-07 2:41
joon vh.23-Mar-07 2:41 
QuestionProblem with refreshing contents of form Pin
Affan Toor23-Mar-07 0:23
Affan Toor23-Mar-07 0:23 
AnswerRe: Problem with refreshing contents of form Pin
joon vh.23-Mar-07 0:46
joon vh.23-Mar-07 0:46 
GeneralRe: Problem with refreshing contents of form Pin
Affan Toor26-Mar-07 5:16
Affan Toor26-Mar-07 5:16 
AnswerRe: Problem with refreshing contents of form Pin
Stefan Troschuetz23-Mar-07 1:16
Stefan Troschuetz23-Mar-07 1:16 
GeneralRe: Problem with refreshing contents of form Pin
Affan Toor26-Mar-07 5:13
Affan Toor26-Mar-07 5:13 
GeneralRe: Problem with refreshing contents of form Pin
Stefan Troschuetz26-Mar-07 5:30
Stefan Troschuetz26-Mar-07 5:30 
AnswerRe: Problem with refreshing contents of form Pin
Abolfazl Sheikhloo25-Mar-07 20:26
Abolfazl Sheikhloo25-Mar-07 20:26 
QuestionProject Indicator Pin
Pafflik22-Mar-07 23:57
Pafflik22-Mar-07 23:57 
AnswerRe: Project Indicator Pin
Keshav V. Kamat23-Mar-07 0:01
Keshav V. Kamat23-Mar-07 0:01 
GeneralRe: Project Indicator Pin
Pafflik23-Mar-07 0:16
Pafflik23-Mar-07 0:16 
GeneralRe: Project Indicator Pin
Pete O'Hanlon23-Mar-07 1:17
mvePete O'Hanlon23-Mar-07 1:17 
GeneralRe: Project Indicator Pin
Pafflik23-Mar-07 1:33
Pafflik23-Mar-07 1:33 
QuestionAdd uninstaller to install directory and shortcuts Pin
Ollie198622-Mar-07 23:47
Ollie198622-Mar-07 23:47 
AnswerRe: Add uninstaller to install directory and shortcuts Pin
Kashif Iqbal Khan24-Mar-07 4:23
Kashif Iqbal Khan24-Mar-07 4:23 

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.