Click here to Skip to main content
15,881,757 members
Home / Discussions / C#
   

C#

 
Generalcoding problem progress bar Pin
Kris Saelen24-Nov-15 5:56
Kris Saelen24-Nov-15 5:56 
AnswerRe: coding problem progress bar Pin
Duncan Edwards Jones24-Nov-15 5:57
professionalDuncan Edwards Jones24-Nov-15 5:57 
GeneralRe: coding problem progress bar Pin
Eddy Vluggen24-Nov-15 6:00
professionalEddy Vluggen24-Nov-15 6:00 
GeneralRe: coding problem progress bar Pin
R. Giskard Reventlov24-Nov-15 6:51
R. Giskard Reventlov24-Nov-15 6:51 
GeneralRe: coding problem progress bar Pin
Ian Shlasko24-Nov-15 7:14
Ian Shlasko24-Nov-15 7:14 
AnswerRe: coding problem progress bar Pin
John Torjo24-Nov-15 11:33
professionalJohn Torjo24-Nov-15 11:33 
GeneralRe: coding problem progress bar Pin
Kris Saelen28-Nov-15 10:50
Kris Saelen28-Nov-15 10:50 
QuestionRead, write and processing each row of a gridview ? Pin
Member 245846723-Nov-15 15:59
Member 245846723-Nov-15 15:59 
Case:
1. While running loop to browse handle each record in Form1 and assign into cell with string: "processing" it is not assign "processing" when it runs through, when loop end new assignment string "xxx.." into cell, are you know why ? , While tracking Debug.Print command ("Processing... "); ran pass
[CODE]
...
bool bCalculator = false;
while (i < gridView1.RowCount)
{
...
gridView1.SetRowCellValue(i, "Status", "Processing...");
gridView1.RefreshRow(i); // Not working
//gridView1.RefreshData(); // Not working
Debug.Print("Processing... ");
Thread.Sleep(100);
bCalculator = objclsProcessing.Calculator(row);
...
}
[/CODE]
2. While running GridView1 not show the flow (row of gridview) is running?

AnswerRe: Read, write and processing each row of a gridview ? Pin
F-ES Sitecore23-Nov-15 22:44
professionalF-ES Sitecore23-Nov-15 22:44 
AnswerRe: Read, write and processing each row of a gridview ? Pin
John Torjo24-Nov-15 0:20
professionalJohn Torjo24-Nov-15 0:20 
AnswerRe: Read, write and processing each row of a gridview ? Pin
Simon_Whale24-Nov-15 5:02
Simon_Whale24-Nov-15 5:02 
GeneralRe: Read, write and processing each row of a gridview ? Pin
Member 245846724-Nov-15 18:58
Member 245846724-Nov-15 18:58 
GeneralRe: Read, write and processing each row of a gridview ? Pin
Simon_Whale24-Nov-15 22:00
Simon_Whale24-Nov-15 22:00 
GeneralRe: Read, write and processing each row of a gridview ? Pin
Member 245846724-Nov-15 22:49
Member 245846724-Nov-15 22:49 
GeneralRe: Read, write and processing each row of a gridview ? Pin
Simon_Whale24-Nov-15 22:55
Simon_Whale24-Nov-15 22:55 
GeneralRe: Read, write and processing each row of a gridview ? Pin
Member 245846725-Nov-15 15:00
Member 245846725-Nov-15 15:00 
QuestionC# app as proxy Pin
Member 1206160023-Nov-15 0:12
Member 1206160023-Nov-15 0:12 
AnswerRe: C# app as proxy Pin
OriginalGriff23-Nov-15 0:37
mveOriginalGriff23-Nov-15 0:37 
AnswerRe: C# app as proxy Pin
Rob Philpott25-Nov-15 1:19
Rob Philpott25-Nov-15 1:19 
GeneralRe: C# app as proxy Pin
Member 1206160025-Nov-15 1:38
Member 1206160025-Nov-15 1:38 
GeneralRe: C# app as proxy Pin
Rob Philpott25-Nov-15 1:51
Rob Philpott25-Nov-15 1:51 
GeneralRe: C# app as proxy Pin
Member 120616003-Dec-15 20:35
Member 120616003-Dec-15 20:35 
Questioncan anyone suggest best books or links for C# interview Pin
Gowtham Gururaj22-Nov-15 17:49
Gowtham Gururaj22-Nov-15 17:49 
AnswerRe: can anyone suggest best books or links for C# interview PinPopular
Pete O'Hanlon22-Nov-15 19:22
mvePete O'Hanlon22-Nov-15 19:22 
AnswerRe: can anyone suggest best books or links for C# interview Pin
OriginalGriff22-Nov-15 21:56
mveOriginalGriff22-Nov-15 21:56 

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.