Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem with Convert.ToSingle Pin
pvphuc13-Apr-09 22:24
pvphuc13-Apr-09 22:24 
GeneralRe: Problem with Convert.ToSingle Pin
musefan13-Apr-09 22:45
musefan13-Apr-09 22:45 
GeneralRe: Problem with Convert.ToSingle Pin
pvphuc13-Apr-09 22:46
pvphuc13-Apr-09 22:46 
Questionweb Pin
tomytom13-Apr-09 21:41
tomytom13-Apr-09 21:41 
AnswerRe: web Pin
SeMartens13-Apr-09 21:52
SeMartens13-Apr-09 21:52 
AnswerRe: web Pin
jas0n2313-Apr-09 23:39
jas0n2313-Apr-09 23:39 
GeneralRe: web Pin
Pete O'Hanlon14-Apr-09 4:01
mvePete O'Hanlon14-Apr-09 4:01 
QuestionXMl Node Sorting Based on Length Pin
prabhakar dwivedi13-Apr-09 21:33
prabhakar dwivedi13-Apr-09 21:33 
Hi all
I have one problem in C# that is related to XMl Sorting...That is Based On the text Length


Languuage:C#
<person>
<fname>Joe</fname>
<fname>Prabhakar</fname>
<fname>ABBBBBBBBCCCCCCCCCC</fname>
</person>


I want this XML as

&lt;person&gt;
&lt;fname&gt;ABBBBBBBBCCCCCCCCCC&lt;/fname&gt;
&lt;fname&gt;Prabhakar&lt;/fname&gt;
&lt;fname&gt;Joe;lt;/fname&gt;
&lt;/person&gt;


see the sorting is not based on Accending or decending order

it's based on the length of the text

Hope this question is Clear to you
Thanks

prabhakar dwivedi

AnswerRe: XMl Node Sorting Based on Length Pin
Jimmanuel14-Apr-09 2:10
Jimmanuel14-Apr-09 2:10 
GeneralRe: XMl Node Sorting Based on Length Pin
prabhakar dwivedi14-Apr-09 2:12
prabhakar dwivedi14-Apr-09 2:12 
QuestionDraw a rectangle on picture box and crop that rectangle from picture box Pin
Babita Shivade13-Apr-09 21:25
Babita Shivade13-Apr-09 21:25 
AnswerRe: Draw a rectangle on picture box and crop that rectangle from picture box Pin
Mbah Dhaim13-Apr-09 22:25
Mbah Dhaim13-Apr-09 22:25 
AnswerRe: Draw a rectangle on picture box and crop that rectangle from picture box Pin
Paresh H20-Jul-09 18:55
Paresh H20-Jul-09 18:55 
Question"Error saving document" Pin
raesa13-Apr-09 21:20
raesa13-Apr-09 21:20 
AnswerRe: "Error saving document" Pin
Mycroft Holmes13-Apr-09 22:39
professionalMycroft Holmes13-Apr-09 22:39 
GeneralRe: "Error saving document" Pin
raesa13-Apr-09 22:43
raesa13-Apr-09 22:43 
GeneralRe: "Error saving document" Pin
Nagy Vilmos13-Apr-09 22:53
professionalNagy Vilmos13-Apr-09 22:53 
QuestionLoading videos through c# Pin
divya_reddy13-Apr-09 20:19
divya_reddy13-Apr-09 20:19 
Questionbring to front(process) Pin
shefa' isied13-Apr-09 19:52
shefa' isied13-Apr-09 19:52 
AnswerRe: bring to front(process) Pin
Giorgi Dalakishvili13-Apr-09 20:21
mentorGiorgi Dalakishvili13-Apr-09 20:21 
Questionchanging final result of compiling Pin
ariyanna13-Apr-09 19:35
ariyanna13-Apr-09 19:35 
AnswerRe: changing final result of compiling Pin
Abhijit Jana13-Apr-09 19:59
professionalAbhijit Jana13-Apr-09 19:59 
GeneralRe: changing final result of compiling Pin
ariyanna13-Apr-09 20:09
ariyanna13-Apr-09 20:09 
GeneralRe: changing final result of compiling Pin
Abhijit Jana13-Apr-09 21:00
professionalAbhijit Jana13-Apr-09 21:00 
GeneralRe: changing final result of compiling Pin
Tom Deketelaere13-Apr-09 21:02
professionalTom Deketelaere13-Apr-09 21:02 

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.