Click here to Skip to main content
15,798,826 members
Home / Discussions / C#
   

C#

 
SuggestionRe: Debug does not stop on errors. Pin
Richard Deeming6-Sep-20 23:38
mveRichard Deeming6-Sep-20 23:38 
GeneralRe: Debug does not stop on errors. Pin
OriginalGriff6-Sep-20 23:51
mvaOriginalGriff6-Sep-20 23:51 
QuestionChanging Caption in dt Pin
MAW306-Sep-20 16:22
MAW306-Sep-20 16:22 
AnswerRe: Changing Caption in dt Pin
OriginalGriff6-Sep-20 21:45
mvaOriginalGriff6-Sep-20 21:45 
QuestionCan a button in a simple html-document somehow call a (clientside) C# method? Pin
arnold_w5-Sep-20 1:12
arnold_w5-Sep-20 1:12 
AnswerRe: Can a button in a simple html-document somehow call a (clientside) C# method? Pin
OriginalGriff5-Sep-20 1:30
mvaOriginalGriff5-Sep-20 1:30 
GeneralRe: Can a button in a simple html-document somehow call a (clientside) C# method? Pin
arnold_w5-Sep-20 1:36
arnold_w5-Sep-20 1:36 
GeneralRe: Can a button in a simple html-document somehow call a (clientside) C# method? Pin
OriginalGriff5-Sep-20 1:54
mvaOriginalGriff5-Sep-20 1:54 
You can't run C# code on a client - it needs the right .NET framework and that may not be installed.
And besides, if you didn't have a server you would have nothing to load the HTML from in the first place!

I think you need to have a good long think about exactly what you are trying to do, and perhaps research some to find out how these things work. I get the feeling you are just guessing, and that's not a good idea.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

AnswerRe: Can a button in a simple html-document somehow call a (clientside) C# method? Pin
Gerry Schmitz5-Sep-20 4:50
mveGerry Schmitz5-Sep-20 4:50 
GeneralRe: Can a button in a simple html-document somehow call a (clientside) C# method? Pin
arnold_w5-Sep-20 5:33
arnold_w5-Sep-20 5:33 
GeneralRe: Can a button in a simple html-document somehow call a (clientside) C# method? Pin
Gerry Schmitz5-Sep-20 5:58
mveGerry Schmitz5-Sep-20 5:58 
AnswerRe: Can a button in a simple html-document somehow call a (clientside) C# method? Pin
Dave Kreskowiak5-Sep-20 6:39
mveDave Kreskowiak5-Sep-20 6:39 
GeneralRe: Can a button in a simple html-document somehow call a (clientside) C# method? Pin
arnold_w5-Sep-20 9:30
arnold_w5-Sep-20 9:30 
GeneralRe: Can a button in a simple html-document somehow call a (clientside) C# method? Pin
Dave Kreskowiak5-Sep-20 10:04
mveDave Kreskowiak5-Sep-20 10:04 
GeneralRe: Can a button in a simple html-document somehow call a (clientside) C# method? Pin
jsc426-Sep-20 12:31
professionaljsc426-Sep-20 12:31 
AnswerRe: Can a button in a simple html-document somehow call a (clientside) C# method? Pin
Luc Pattyn5-Sep-20 10:29
sitebuilderLuc Pattyn5-Sep-20 10:29 
QuestionSimple C# question - Begginer's lesson, please aid. Pin
Member 149309634-Sep-20 14:32
Member 149309634-Sep-20 14:32 
AnswerRe: Simple C# question - Begginer's lesson, please aid. Pin
Mycroft Holmes4-Sep-20 16:19
professionalMycroft Holmes4-Sep-20 16:19 
GeneralRe: Simple C# question - Begginer's lesson, please aid. Pin
Member 149309634-Sep-20 16:21
Member 149309634-Sep-20 16:21 
GeneralRe: Simple C# question - Begginer's lesson, please aid. Pin
Mycroft Holmes4-Sep-20 16:57
professionalMycroft Holmes4-Sep-20 16:57 
GeneralRe: Simple C# question - Begginer's lesson, please aid. Pin
Member 149309634-Sep-20 17:56
Member 149309634-Sep-20 17:56 
AnswerRe: Simple C# question - Begginer's lesson, please aid. Pin
OriginalGriff4-Sep-20 21:07
mvaOriginalGriff4-Sep-20 21:07 
AnswerRe: Simple C# question - Begginer's lesson, please aid. Pin
Eddy Vluggen5-Sep-20 6:27
professionalEddy Vluggen5-Sep-20 6:27 
QuestionRunning Function from Task.Run with Cancellation Token gives infinite loop Pin
Exoskeletor4-Sep-20 13:41
Exoskeletor4-Sep-20 13:41 
AnswerRe: Running Function from Task.Run with Cancellation Token gives infinite loop Pin
Gerry Schmitz5-Sep-20 5:31
mveGerry Schmitz5-Sep-20 5:31 

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.