Click here to Skip to main content
16,005,169 members
Home / Discussions / C#
   

C#

 
GeneralRe: implementation suggesion for a customized list page Pin
BillWoodruff19-Dec-14 3:57
professionalBillWoodruff19-Dec-14 3:57 
GeneralRe: implementation suggesion for a customized list page Pin
Amresh Bahadur Singh21-Dec-14 23:34
Amresh Bahadur Singh21-Dec-14 23:34 
QuestionCode Design - Event call, Catch exceptions or not? Pin
GerVenson18-Dec-14 12:38
professionalGerVenson18-Dec-14 12:38 
AnswerRe: Code Design - Event call, Catch exceptions or not? Pin
Eddy Vluggen19-Dec-14 7:14
professionalEddy Vluggen19-Dec-14 7:14 
Questionc# string param passing vs vb.net Pin
SepPax18-Dec-14 10:46
SepPax18-Dec-14 10:46 
GeneralRe: c# string param passing vs vb.net Pin
PIEBALDconsult18-Dec-14 11:39
mvePIEBALDconsult18-Dec-14 11:39 
AnswerRe: c# string param passing vs vb.net PinPopular
Dave Kreskowiak18-Dec-14 12:49
mveDave Kreskowiak18-Dec-14 12:49 
GeneralRe: c# string param passing vs vb.net Pin
SepPax18-Dec-14 19:47
SepPax18-Dec-14 19:47 
GeneralRe: c# string param passing vs vb.net Pin
Dave Kreskowiak19-Dec-14 2:12
mveDave Kreskowiak19-Dec-14 2:12 
GeneralRe: c# string param passing vs vb.net Pin
SepPax19-Dec-14 3:22
SepPax19-Dec-14 3:22 
GeneralRe: c# string param passing vs vb.net Pin
SepPax19-Dec-14 5:07
SepPax19-Dec-14 5:07 
Questionfile not uploading Help.... Pin
Member 1132096518-Dec-14 5:47
Member 1132096518-Dec-14 5:47 
AnswerRe: file not uploading Help.... Pin
OriginalGriff18-Dec-14 5:56
mveOriginalGriff18-Dec-14 5:56 
AnswerRe: file not uploading Help.... Pin
OriginalGriff18-Dec-14 6:39
mveOriginalGriff18-Dec-14 6:39 
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 

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.