Click here to Skip to main content
15,914,820 members
Home / Discussions / C#
   

C#

 
GeneralRe: Catching an Exception Pin
Jeffrey Walton22-Nov-07 15:12
Jeffrey Walton22-Nov-07 15:12 
AnswerRe: Catching an Exception Pin
Michael Sync22-Nov-07 15:19
Michael Sync22-Nov-07 15:19 
GeneralRe: Catching an Exception Pin
Jeffrey Walton22-Nov-07 16:01
Jeffrey Walton22-Nov-07 16:01 
GeneralRe: Catching an Exception Pin
Michael Sync22-Nov-07 16:19
Michael Sync22-Nov-07 16:19 
AnswerRe: Catching an Exception Pin
Jeffrey Walton22-Nov-07 16:05
Jeffrey Walton22-Nov-07 16:05 
GeneralRe: Catching an Exception Pin
Michael Sync22-Nov-07 16:28
Michael Sync22-Nov-07 16:28 
GeneralRe: Catching an Exception Pin
Jeffrey Walton22-Nov-07 16:55
Jeffrey Walton22-Nov-07 16:55 
GeneralRe: Catching an Exception Pin
Michael Sync22-Nov-07 19:10
Michael Sync22-Nov-07 19:10 
GeneralRe: Catching an Exception Pin
Jeffrey Walton22-Nov-07 21:33
Jeffrey Walton22-Nov-07 21:33 
GeneralRe: Catching an Exception Pin
Michael Sync22-Nov-07 22:10
Michael Sync22-Nov-07 22:10 
AnswerRe: Catching an Exception Pin
Jeffrey Walton24-Nov-07 13:09
Jeffrey Walton24-Nov-07 13:09 
GeneralRe: Catching an Exception Pin
Luc Pattyn23-Nov-07 2:27
sitebuilderLuc Pattyn23-Nov-07 2:27 
AnswerRe: Catching an Exception Pin
Michael Sync22-Nov-07 16:23
Michael Sync22-Nov-07 16:23 
Questiontreeview upload Pin
angels77722-Nov-07 13:47
angels77722-Nov-07 13:47 
AnswerRe: treeview upload Pin
Jeffrey Walton22-Nov-07 16:03
Jeffrey Walton22-Nov-07 16:03 
GeneralRe: treeview upload Pin
angels77722-Nov-07 18:01
angels77722-Nov-07 18:01 
QuestionSending one array's members to another array by condition? Pin
omegazafer22-Nov-07 11:48
omegazafer22-Nov-07 11:48 
Hi Friends,
I have an array whose members are below
int[] sayilar=new int[10]

sayilar[0]=2;

sayilar[1]=3;

sayilar[2]=5;

sayilar[3]=3;

sayilar[4]=2;
sayilar[5]=2;
sayilar[6]=5;
sayilar[7]=3;
sayilar[8]=7;
sayilar[9]=8;

I want to send these the members of sayilar array to sayilar2 array but one member can be sent to sayilar2 array only one time. For example, 5 is repeated two times in sayilar array but sending to sayilar2 array it must be only one time.


AnswerRe: Sending one array's members to another array by condition? Pin
Mustafa Ismail Mustafa22-Nov-07 11:58
Mustafa Ismail Mustafa22-Nov-07 11:58 
GeneralRe: Sending one array's members to another array by condition? Pin
omegazafer22-Nov-07 12:02
omegazafer22-Nov-07 12:02 
GeneralRe: Sending one array's members to another array by condition? Pin
Mustafa Ismail Mustafa22-Nov-07 12:38
Mustafa Ismail Mustafa22-Nov-07 12:38 
GeneralRe: Sending one array's members to another array by condition? Pin
omegazafer22-Nov-07 12:48
omegazafer22-Nov-07 12:48 
GeneralRe: Sending one array's members to another array by condition? Pin
Mustafa Ismail Mustafa22-Nov-07 13:12
Mustafa Ismail Mustafa22-Nov-07 13:12 
AnswerRe: Sending one array's members to another array by condition? Pin
Anthony Mushrow22-Nov-07 13:21
professionalAnthony Mushrow22-Nov-07 13:21 
GeneralRe: Sending one array's members to another array by condition? Pin
omegazafer22-Nov-07 20:20
omegazafer22-Nov-07 20:20 
AnswerRe: Send user to another page Pin
Mustafa Ismail Mustafa22-Nov-07 12:02
Mustafa Ismail Mustafa22-Nov-07 12: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.