Click here to Skip to main content
15,885,067 members
Home / Discussions / C#
   

C#

 
GeneralRe: Linking a text box to a unique ID in C# windows app. Pin
ndeza15-Oct-08 22:49
ndeza15-Oct-08 22:49 
GeneralRe: Linking a text box to a unique ID in C# windows app. Pin
SeMartens15-Oct-08 23:13
SeMartens15-Oct-08 23:13 
GeneralRe: Linking a text box to a unique ID in C# windows app. Pin
ndeza15-Oct-08 23:31
ndeza15-Oct-08 23:31 
GeneralRe: Linking a text box to a unique ID in C# windows app. Pin
SeMartens15-Oct-08 23:55
SeMartens15-Oct-08 23:55 
GeneralRe: Linking a text box to a unique ID in C# windows app. Pin
ndeza16-Oct-08 23:45
ndeza16-Oct-08 23:45 
QuestionAjax not working when a site is opend inside the another site in a Iframe. [modified] Pin
MAT100314-Oct-08 2:00
MAT100314-Oct-08 2:00 
AnswerRe: Ajax not working when a site is opend inside the another site in a frame. Pin
Abhijit Jana14-Oct-08 2:41
professionalAbhijit Jana14-Oct-08 2:41 
QuestionException: Child list for field Region cannot be created. Pin
AtulRane14-Oct-08 1:17
AtulRane14-Oct-08 1:17 
Hi,
I am using datagridview when, I am assigning datasource to Datagridview i am
gettin exception "Child list for field Region cannot be created."

I am Assigning Collection as a datasource to the datagridview.

AnnotationGrid.DataSource = XMLAnnotations;
AnnotationGrid.DataMember = "Region";

and my grid has three coloumns ID, Area, Text and XMLAnnotation consist xml
like that :

<Annotations MicronsPerPixel="0.504000">
- <Annotation Id="1326" Name="" ReadOnly="0" Type="4" LineColor="2293538"
Visible="1" Selected="0" MarkupImagePath="">
<InputAnnotationId>0</InputAnnotationId>
<Attributes />
- <Regions>
- <RegionAttributeHeaders>
<AttributeHeader Id="9999" Name="Region" ColumnWidth="45" />
<AttributeHeader Id="9997" Name="Length" ColumnWidth="70" />
<AttributeHeader Id="9996" Name="Area" ColumnWidth="70" />
<AttributeHeader Id="9998" Name="Text" ColumnWidth="100" />
</RegionAttributeHeaders>
- <Region Id="1326" Type="1" Zoom="0.000000" Selected="0" ImageLocation=""
ImageFocus="0.000000" Length="244.0" Area="3237.0" LengthMicrons="123.0"
AreaMicrons="822.2" Text="" NegativeROA="0">
<Attributes />
- <Vertices>
<Vertex X="23686.000000" Y="20753.000000" />
<Vertex X="23769.000000" Y="20753.000000" />
<Vertex X="23769.000000" Y="20792.000000" />
<Vertex X="23686.000000" Y="20792.000000" />
</Vertices>
</Region>
</Regions>
</Annotation>
- <Annotation Id="1328" Name="" ReadOnly="0" Type="4" LineColor="2293538"
Visible="1" Selected="0" MarkupImagePath="">
<InputAnnotationId>0</InputAnnotationId>
<Attributes />
- <Regions>
- <RegionAttributeHeaders>
<AttributeHeader Id="9999" Name="Region" ColumnWidth="45" />
<AttributeHeader Id="9997" Name="Length" ColumnWidth="70" />
<AttributeHeader Id="9996" Name="Area" ColumnWidth="70" />
<AttributeHeader Id="9998" Name="Text" ColumnWidth="100" />
</RegionAttributeHeaders>
- <Region Id="1328" Type="1" Zoom="0.000000" Selected="0" ImageLocation=""
ImageFocus="0.000000" Length="166.0" Area="1380.0" LengthMicrons="83.7"
AreaMicrons="350.5" Text="" NegativeROA="0">
<Attributes />
- <Vertices>
<Vertex X="23715.000000" Y="20825.000000" />
<Vertex X="23738.000000" Y="20825.000000" />
<Vertex X="23738.000000" Y="20885.000000" />
<Vertex X="23715.000000" Y="20885.000000" />
</Vertices>
</Region>
</Regions>
</Annotation>
</Annotations>
QuestionHow to Send key-value pair on HTTP Request in C# Pin
am 200914-Oct-08 0:31
am 200914-Oct-08 0:31 
QuestionRe: How to Send key-value pair on HTTP Request in C# Pin
Mark Salsbery14-Oct-08 4:26
Mark Salsbery14-Oct-08 4:26 
QuestionI need to compile the oracle function through asp .net Pin
froxy14-Oct-08 0:21
froxy14-Oct-08 0:21 
AnswerRe: I need to compile the oracle function through asp .net Pin
Colin Angus Mackay14-Oct-08 0:29
Colin Angus Mackay14-Oct-08 0:29 
AnswerRe: I need to compile the oracle function through asp .net Pin
Wendelius14-Oct-08 10:09
mentorWendelius14-Oct-08 10:09 
Questionproblem with OutOfMemoryException Pin
Preeti197914-Oct-08 0:20
Preeti197914-Oct-08 0:20 
AnswerRe: problem with OutOfMemoryException Pin
Colin Angus Mackay14-Oct-08 0:28
Colin Angus Mackay14-Oct-08 0:28 
GeneralRe: problem with OutOfMemoryException Pin
Preeti197919-Oct-08 22:30
Preeti197919-Oct-08 22:30 
QuestionRe: problem with OutOfMemoryException Pin
Mark Salsbery14-Oct-08 4:35
Mark Salsbery14-Oct-08 4:35 
QuestionSystem.ArgumentOutOfRangeException: Pin
kankeyan13-Oct-08 23:54
kankeyan13-Oct-08 23:54 
AnswerRe: System.ArgumentOutOfRangeException: Pin
DaveyM6914-Oct-08 0:06
professionalDaveyM6914-Oct-08 0:06 
RantRe: System.ArgumentOutOfRangeException: - How many forums are you going to post this to? Pin
Ashfield14-Oct-08 1:24
Ashfield14-Oct-08 1:24 
QuestionSQL Login Protection Pin
Matt Cavanagh13-Oct-08 23:33
Matt Cavanagh13-Oct-08 23:33 
AnswerRe: SQL Login Protection Pin
Colin Angus Mackay14-Oct-08 0:06
Colin Angus Mackay14-Oct-08 0:06 
GeneralRe: SQL Login Protection Pin
Matt Cavanagh14-Oct-08 0:18
Matt Cavanagh14-Oct-08 0:18 
GeneralRe: SQL Login Protection Pin
Colin Angus Mackay14-Oct-08 0:26
Colin Angus Mackay14-Oct-08 0:26 
GeneralRe: SQL Login Protection Pin
Matt Cavanagh14-Oct-08 0:30
Matt Cavanagh14-Oct-08 0:30 

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.