Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: Combobox Items Pin
PHDENG812-Sep-05 2:50
PHDENG812-Sep-05 2:50 
GeneralRe: Combobox Items Pin
miah alom2-Sep-05 4:39
miah alom2-Sep-05 4:39 
GeneralRe: Combobox Items Pin
Dario Solera2-Sep-05 8:46
Dario Solera2-Sep-05 8:46 
QuestionInternet Timer Pin
Illegal Operation2-Sep-05 1:21
Illegal Operation2-Sep-05 1:21 
AnswerRe: Internet Timer Pin
Judah Gabriel Himango3-Sep-05 12:34
sponsorJudah Gabriel Himango3-Sep-05 12:34 
QuestionHow to make tow forms in the same layer? Pin
dreamwinter1-Sep-05 23:27
dreamwinter1-Sep-05 23:27 
AnswerRe: How to make tow forms in the same layer? Pin
Dario Solera2-Sep-05 1:54
Dario Solera2-Sep-05 1:54 
QuestionHow about DataCloumn.Expression Pin
Libra1-Sep-05 23:00
Libra1-Sep-05 23:00 
Has a 'dataGrid1' and assign to 'dataTable1', 'dataTable1' have 3 columns: Col1,Col2,Col3, and then:
Col1.ColumnName = "Col1";
Col2.ColumnName = "Col2";
Col3.ColumnName = "Col3";
Col1.DataType = System.Decimal;
Col2.DataType = System.Int32;
Col3.DataType = System.Decimal;
Col3.Expression = "Col1 * Col2";
Col3.ReadOnly = true; // it's auto set
Why at runtime, edit Col1, Col2 of the 'dataTable1' and then leave to other row, but Col3's value has not change yet, has not any be computed?
Additional:
I had try to new a 'dataRow1', and then give value to dataRow1[0], dataRow1[1], and at last 'Add()' this row in 'dataTable1'. At this time, run dataTable1.Refresh() and found that 'Col3' shown correct. Why at this time the Expression could be used.

Confused | :confused: Cry | :((


Why learn more, unaware more?
Questiongraphic control question c# Pin
fady_sayegh1-Sep-05 22:27
fady_sayegh1-Sep-05 22:27 
AnswerRe: graphic control question c# Pin
Stanciu Vlad2-Sep-05 0:38
Stanciu Vlad2-Sep-05 0:38 
QuestionHow to save MailMessage object Pin
jdkulkarni1-Sep-05 21:54
jdkulkarni1-Sep-05 21:54 
QuestionHow to Display .Msg format file in C# Pin
pradyumna jaganmohan1-Sep-05 21:44
pradyumna jaganmohan1-Sep-05 21:44 
QuestionHow to write a statement in several line? Pin
rushing1-Sep-05 21:22
rushing1-Sep-05 21:22 
AnswerRe: How to write a statement in several line? Pin
esjq1-Sep-05 22:06
esjq1-Sep-05 22:06 
GeneralRe: How to write a statement in several line? Pin
miah alom2-Sep-05 4:40
miah alom2-Sep-05 4:40 
GeneralRe: How to write a statement in several line? Pin
Andy Brummer2-Sep-05 4:43
sitebuilderAndy Brummer2-Sep-05 4:43 
QuestionTargeting a Framework version? Pin
bosfan1-Sep-05 21:21
bosfan1-Sep-05 21:21 
AnswerRe: Targeting a Framework version? Pin
Mohamad Al Husseiny2-Sep-05 3:16
Mohamad Al Husseiny2-Sep-05 3:16 
GeneralRe: Targeting a Framework version? Pin
bosfan2-Sep-05 3:25
bosfan2-Sep-05 3:25 
GeneralRe: Targeting a Framework version? Pin
Mohamad Al Husseiny2-Sep-05 4:54
Mohamad Al Husseiny2-Sep-05 4:54 
GeneralRe: Targeting a Framework version? Pin
bosfan2-Sep-05 5:23
bosfan2-Sep-05 5:23 
GeneralRe: Targeting a Framework version? Pin
bosfan2-Sep-05 10:23
bosfan2-Sep-05 10:23 
GeneralRe: Targeting a Framework version? Pin
bosfan5-Sep-05 0:28
bosfan5-Sep-05 0:28 
QuestionCOM Interop: 'void **' argument Pin
J. Dunlap1-Sep-05 21:17
J. Dunlap1-Sep-05 21:17 
QuestionHow to set the focus of two forms Pin
dreamwinter1-Sep-05 20:46
dreamwinter1-Sep-05 20:46 

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.