Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: file not uploading Help.... Pin
Member 1132096518-Dec-14 6:42
Member 1132096518-Dec-14 6:42 
AnswerRe: file not uploading Help.... Pin
Matt T Heffron18-Dec-14 6:54
professionalMatt T Heffron18-Dec-14 6:54 
GeneralRe: file not uploading Help.... Pin
Member 1132096518-Dec-14 7:01
Member 1132096518-Dec-14 7:01 
GeneralRe: file not uploading Help.... Pin
OriginalGriff18-Dec-14 8:12
mveOriginalGriff18-Dec-14 8:12 
GeneralRe: file not uploading Help.... Pin
Member 1132096518-Dec-14 8:33
Member 1132096518-Dec-14 8:33 
GeneralRe: file not uploading Help.... Pin
OriginalGriff18-Dec-14 8:56
mveOriginalGriff18-Dec-14 8:56 
GeneralRe: file not uploading Help.... Pin
Member 1132096519-Dec-14 7:36
Member 1132096519-Dec-14 7:36 
GeneralRe: file not uploading Help.... Pin
OriginalGriff19-Dec-14 8:04
mveOriginalGriff19-Dec-14 8:04 
It's really easy to do, but it takes a lot of explaining to find the simple way (one click!) if you can't see the screen.

So, we'll do it the slow way, and that'll show you the quick way.
Look at the source, and click on the line you want the breakpoint on:
C#
GridViewDetailRowTemplateContainer container = ((Control)sender).NamingContainer as GridViewDetailRowTemplateContainer;
Look on the menu bar, under "Debug" - select "Toggle Breakpoint" (and it probably has a short cut key, most likely F9, but it doesn't have to be) and look at what happenes to the left hand side of the source code line you clicked on. See the "Red Dot"? That's a breakpoint, and the debugger will stop immediately before it executes that line. Click on the dot, and it goes away.
Now click on where the dot was, and it comes back - that's the quickest way to set or remove a breakpoint: just click on that vertical column, and it'll toggle a breakpoint there.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: file not uploading Help.... Pin
Member 1132096519-Dec-14 8:43
Member 1132096519-Dec-14 8:43 
GeneralRe: file not uploading Help.... Pin
OriginalGriff20-Dec-14 1:07
mveOriginalGriff20-Dec-14 1:07 
GeneralRe: file not uploading Help.... Pin
Member 1132096522-Dec-14 3:32
Member 1132096522-Dec-14 3:32 
AnswerRe: file not uploading Help.... Pin
Mycroft Holmes18-Dec-14 11:49
professionalMycroft Holmes18-Dec-14 11:49 
GeneralRe: file not uploading Help.... Pin
OriginalGriff18-Dec-14 21:49
mveOriginalGriff18-Dec-14 21:49 
GeneralRe: file not uploading Help.... Pin
Mycroft Holmes19-Dec-14 14:20
professionalMycroft Holmes19-Dec-14 14:20 
QuestionHow to create an auto generated ID Pin
ochaya gerald18-Dec-14 1:25
ochaya gerald18-Dec-14 1:25 
SuggestionRe: How to create an auto generated ID Pin
Richard Deeming18-Dec-14 1:36
mveRichard Deeming18-Dec-14 1:36 
AnswerRe: How to create an auto generated ID Pin
OriginalGriff18-Dec-14 1:53
mveOriginalGriff18-Dec-14 1:53 
QuestionHow to fill a list with a dataset with multiple tables? In C# Pin
Member 1131834917-Dec-14 21:20
Member 1131834917-Dec-14 21:20 
AnswerRe: How to fill a list with a dataset with multiple tables? In C# Pin
Freak3017-Dec-14 22:48
Freak3017-Dec-14 22:48 
GeneralRe: How to fill a list with a dataset with multiple tables? In C# Pin
Member 1131834917-Dec-14 23:48
Member 1131834917-Dec-14 23:48 
AnswerRe: How to fill a list with a dataset with multiple tables? In C# Pin
Simon_Whale17-Dec-14 23:58
Simon_Whale17-Dec-14 23:58 
QuestionTask Parrallel Pin
Mycroft Holmes17-Dec-14 15:36
professionalMycroft Holmes17-Dec-14 15:36 
AnswerRe: Task Parrallel Pin
Dave Kreskowiak17-Dec-14 17:29
mveDave Kreskowiak17-Dec-14 17:29 
GeneralRe: Task Parrallel Pin
Mycroft Holmes17-Dec-14 19:07
professionalMycroft Holmes17-Dec-14 19:07 
AnswerRe: Task Parrallel Pin
Kornfeld Eliyahu Peter17-Dec-14 19:53
professionalKornfeld Eliyahu Peter17-Dec-14 19:53 

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.