Click here to Skip to main content
15,891,409 members
Home / Discussions / C#
   

C#

 
AnswerRe: Executing an executable unmanaged exe file... Pin
Judah Gabriel Himango29-Sep-06 5:12
sponsorJudah Gabriel Himango29-Sep-06 5:12 
QuestionRe: Executing an executable unmanaged exe file... Pin
erikash29-Sep-06 5:38
erikash29-Sep-06 5:38 
AnswerRe: Executing an executable unmanaged exe file... Pin
Judah Gabriel Himango29-Sep-06 6:08
sponsorJudah Gabriel Himango29-Sep-06 6:08 
AnswerRe: Executing an executable unmanaged exe file... Pin
Jim Conigliaro29-Sep-06 10:42
Jim Conigliaro29-Sep-06 10:42 
QuestionHOWTO Gather current user name from win service ? Pin
Alper Camel29-Sep-06 3:00
Alper Camel29-Sep-06 3:00 
AnswerRe: HOWTO Gather current user name from win service ? Pin
Colin Angus Mackay29-Sep-06 5:04
Colin Angus Mackay29-Sep-06 5:04 
Questioncan i put a row in an unbound mode in a bound datagridview ? Pin
bouha29-Sep-06 2:08
bouha29-Sep-06 2:08 
AnswerRe: can i put a row in an unbound mode in a bound datagridview ? Pin
LongRange.Shooter3-Oct-06 8:32
LongRange.Shooter3-Oct-06 8:32 
You can do so, however you must understand the issues in doing so.

When a DataGridView does a refresh, each cell looks to see if it is bound. If it is, then it gets the value from the datatable and refreshes it's data. Now if you have data in an unbound cell, the value is only within that cell itself. If the user sorts your datatable or maybe even does a minimize/maximize, the data contents will be lost.

(A good example of this is adding a checkbox field that is unbound. Check the box and behavior is great. Sort the grid and your selected fields are gone)

You can add rows to your datatable to represent the added fields to bypass these issues....or deactivate these features of the control.
QuestionReading Text file line by line Pin
DownBySpj29-Sep-06 1:32
DownBySpj29-Sep-06 1:32 
AnswerRe: Reading Text file line by line Pin
User 665829-Sep-06 2:00
User 665829-Sep-06 2:00 
GeneralRe: Reading Text file line by line Pin
DownBySpj29-Sep-06 2:25
DownBySpj29-Sep-06 2:25 
QuestionRainbow Portal and Others Pin
Brendan Vogt29-Sep-06 1:16
Brendan Vogt29-Sep-06 1:16 
Questionhow to get button click in child effecting a parrent Pin
faladrim29-Sep-06 1:08
faladrim29-Sep-06 1:08 
AnswerRe: how to get button click in child effecting a parrent Pin
aamironline29-Sep-06 1:23
aamironline29-Sep-06 1:23 
GeneralRe: how to get button click in child effecting a parrent [modified] Pin
faladrim29-Sep-06 2:51
faladrim29-Sep-06 2:51 
QuestionStoring AES encrypted files in SQL Server and retrieving these files to decrypt them Pin
TechnoDev29-Sep-06 0:49
TechnoDev29-Sep-06 0:49 
QuestionDataSet Pin
vaishali1029-Sep-06 0:34
vaishali1029-Sep-06 0:34 
AnswerRe: DataSet Pin
aamironline29-Sep-06 0:54
aamironline29-Sep-06 0:54 
QuestionClick-Once Deployment Pin
Chris_Green28-Sep-06 23:34
Chris_Green28-Sep-06 23:34 
AnswerRe: Click-Once Deployment Pin
Not Active29-Sep-06 3:45
mentorNot Active29-Sep-06 3:45 
GeneralRe: Click-Once Deployment Pin
Chris_Green29-Sep-06 4:01
Chris_Green29-Sep-06 4:01 
GeneralRe: Click-Once Deployment Pin
Not Active29-Sep-06 4:04
mentorNot Active29-Sep-06 4:04 
AnswerRe: Click-Once Deployment Pin
Judah Gabriel Himango29-Sep-06 5:03
sponsorJudah Gabriel Himango29-Sep-06 5:03 
Questionhow to count the characters in one variable?C# Pin
you3028-Sep-06 23:14
you3028-Sep-06 23:14 
AnswerRe: how to count the characters in one variable?C# Pin
zhengdong jin28-Sep-06 23:21
zhengdong jin28-Sep-06 23:21 

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.