Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
GeneralReflectively setting properties on value types Pin
Skippums19-Feb-08 12:06
Skippums19-Feb-08 12:06 
AnswerRe: Reflectively setting properties on value types Pin
Skippums19-Feb-08 12:25
Skippums19-Feb-08 12:25 
GeneralRe: Reflectively setting properties on value types Pin
PIEBALDconsult19-Feb-08 13:13
mvePIEBALDconsult19-Feb-08 13:13 
GeneralRe: Reflectively setting properties on value types Pin
PIEBALDconsult19-Feb-08 13:06
mvePIEBALDconsult19-Feb-08 13:06 
GeneralRe: Reflectively setting properties on value types Pin
Skippums20-Feb-08 6:46
Skippums20-Feb-08 6:46 
Questionp-port output problem Pin
Gunnar575919-Feb-08 11:25
Gunnar575919-Feb-08 11:25 
GeneralRe: p-port output problem Pin
Christian Graus19-Feb-08 12:32
protectorChristian Graus19-Feb-08 12:32 
QuestionData table in C# Pin
dalbhide bipin19-Feb-08 11:12
dalbhide bipin19-Feb-08 11:12 
Hi I have problem with data table in C#.In the code below i have data table which contains some values. "dt" is DataTable object and "dr" is DataRow[] object. when i fire some query on datatable using select method, it returns some datarows which fulfill the expression. And when i modify any column value of datarow like column "ID" it also modifies the values in datatable dt.

Can you tell me why this is happening? I don't want to modify values in datatable dt.

Thank you.

Class prog
{
static void Main(string[] args)
{
dr = dt.Select(expression);
dr[0]["ID"] = 10;
}
}
GeneralRe: Data table in C# Pin
Gareth H19-Feb-08 11:35
Gareth H19-Feb-08 11:35 
GeneralRe: Data table in C# Pin
dalbhide bipin19-Feb-08 18:47
dalbhide bipin19-Feb-08 18:47 
GeneralArray null problem Pin
netJP12L19-Feb-08 10:58
netJP12L19-Feb-08 10:58 
GeneralRe: Array null problem Pin
Ravi Bhavnani19-Feb-08 11:03
professionalRavi Bhavnani19-Feb-08 11:03 
GeneralRe: Array null problem Pin
TheGreatAndPowerfulOz20-Feb-08 13:32
TheGreatAndPowerfulOz20-Feb-08 13:32 
Questionhow to create web site blocker Pin
Mahmood Abbasi19-Feb-08 10:06
Mahmood Abbasi19-Feb-08 10:06 
AnswerRe: how to create web site blocker Pin
Ravi Bhavnani19-Feb-08 10:45
professionalRavi Bhavnani19-Feb-08 10:45 
AnswerRe: how to create web site blocker Pin
Pete O'Hanlon19-Feb-08 10:47
mvePete O'Hanlon19-Feb-08 10:47 
GeneralRe: how to create web site blocker Pin
Mahmood Abbasi19-Feb-08 11:24
Mahmood Abbasi19-Feb-08 11:24 
GeneralRe: how to create web site blocker Pin
Christian Graus19-Feb-08 15:06
protectorChristian Graus19-Feb-08 15:06 
GeneralRe: how to create web site blocker Pin
TheGreatAndPowerfulOz20-Feb-08 13:35
TheGreatAndPowerfulOz20-Feb-08 13:35 
GeneralTooltips on disabled controls Pin
jchalfant19-Feb-08 8:25
jchalfant19-Feb-08 8:25 
GeneralRe: Tooltips on disabled controls Pin
Ravi Bhavnani19-Feb-08 10:47
professionalRavi Bhavnani19-Feb-08 10:47 
GeneralRe: Tooltips on disabled controls Pin
jchalfant19-Feb-08 10:59
jchalfant19-Feb-08 10:59 
GeneralRe: Tooltips on disabled controls Pin
Ravi Bhavnani19-Feb-08 11:01
professionalRavi Bhavnani19-Feb-08 11:01 
GeneralRe: Tooltips on disabled controls Pin
Member 44223237-Oct-09 11:56
Member 44223237-Oct-09 11:56 
GeneralDouble vs Decimal Pin
Vodstok19-Feb-08 8:01
Vodstok19-Feb-08 8:01 

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.