Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
AnswerRe: get solution Pin
Megidolaon24-Mar-09 2:14
Megidolaon24-Mar-09 2:14 
Answerset solution Pin
musefan24-Mar-09 2:32
musefan24-Mar-09 2:32 
AnswerRe: get solution Pin
Michael Schubert24-Mar-09 2:41
Michael Schubert24-Mar-09 2:41 
GeneralRe: get solution Pin
Nagy Vilmos24-Mar-09 3:51
professionalNagy Vilmos24-Mar-09 3:51 
AnswerRe: get solution Pin
CPallini24-Mar-09 8:02
mveCPallini24-Mar-09 8:02 
QuestionHow add RadioButtonList control to GridView Control in C# .NET appliction Pin
Murugan k24-Mar-09 2:01
Murugan k24-Mar-09 2:01 
AnswerRe: How add RadioButtonList control to GridView Control in C# .NET appliction Pin
Ravi Mori24-Mar-09 2:16
Ravi Mori24-Mar-09 2:16 
Questioni want 2 delete in array element .. [modified] Pin
Rajeshwar Code- Developer24-Mar-09 1:51
Rajeshwar Code- Developer24-Mar-09 1:51 
this is my array syntax..

int[,] numbers = { { 1, 1 }, { 1, 2 }, { 1, 3 }, { 2, 4 }, { 2, 5 }, { 2, 6 }, { 2, 7 }, { 3, 8 }, { 1, 9 }, { 1, 10 }, { 2, 11 }, { 3, 12 }, { 2, 13 }, { 1, 14 }, { 1, 15 } };

now my question is

i want 2 delete frist element of 1's means delete {1,1},{1,2},{1,3},{1,9},{1,10},{1,14},{1,15}

my o/p should be like this :{2,4},{2,5},{2,6},{2,7},{3,8},{2.11},{3,12},{2,13}

please can u tell me how to do this ..

thanx in advance brothers..

Some Thing need 2 do NEW

modified on Tuesday, March 24, 2009 8:08 AM

AnswerRe: i want 2 delete in array element .. Pin
harold aptroot24-Mar-09 1:59
harold aptroot24-Mar-09 1:59 
GeneralRe: i want 2 delete in array element .. Pin
Rajeshwar Code- Developer24-Mar-09 2:14
Rajeshwar Code- Developer24-Mar-09 2:14 
GeneralRe: i want 2 delete in array element .. Pin
harold aptroot24-Mar-09 2:28
harold aptroot24-Mar-09 2:28 
GeneralRe: i want 2 delete in array element .. Pin
harold aptroot24-Mar-09 2:36
harold aptroot24-Mar-09 2:36 
GeneralRe: i want 2 delete in array element .. Pin
Rajeshwar Code- Developer24-Mar-09 2:38
Rajeshwar Code- Developer24-Mar-09 2:38 
GeneralRe: i want 2 delete in array element .. Pin
harold aptroot24-Mar-09 2:48
harold aptroot24-Mar-09 2:48 
GeneralRe: i want 2 delete in array element .. Pin
musefan24-Mar-09 3:27
musefan24-Mar-09 3:27 
GeneralRe: i want 2 delete in array element .. Pin
harold aptroot24-Mar-09 3:51
harold aptroot24-Mar-09 3:51 
GeneralRe: i want 2 delete in array element .. Pin
musefan24-Mar-09 3:55
musefan24-Mar-09 3:55 
GeneralRe: i want 2 delete in array element .. Pin
Rajeshwar Code- Developer24-Mar-09 4:38
Rajeshwar Code- Developer24-Mar-09 4:38 
AnswerRe: i want 2 delete in array element .. Pin
musefan24-Mar-09 2:26
musefan24-Mar-09 2:26 
GeneralRe: i want 2 delete in array element .. Pin
Rajeshwar Code- Developer24-Mar-09 2:29
Rajeshwar Code- Developer24-Mar-09 2:29 
GeneralRe: i want 2 delete in array element .. Pin
musefan24-Mar-09 2:47
musefan24-Mar-09 2:47 
QuestionDataGridView adds datasource columns in again when recompiling [modified] Pin
kanchoette24-Mar-09 1:46
kanchoette24-Mar-09 1:46 
AnswerRe: DataGridView adds datasource columns in again when recompiling Pin
jaypatel51224-Mar-09 2:54
jaypatel51224-Mar-09 2:54 
QuestionOpen FTP abd get data Pin
abbd24-Mar-09 1:33
abbd24-Mar-09 1:33 
AnswerRe: Open FTP abd get data Pin
Michael Bookatz24-Mar-09 1:41
Michael Bookatz24-Mar-09 1:41 

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.