Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Output data to the user - how?

$
0
0

I'm new to C# (coming from Javascript) and I have a problem. When the user press my button, it hits a function and I want C# to return something to the user - how can I do that?

My script is like this: 

List<object> gruppe = new List<object>();
gruppe.Add (elev[0] + ", " + elev[1]);
gruppe.Add (elev[1] + ", " + elev[2]);

In javascript I wrote something like: 

document.getelementbyid("myDiv").innerText = gruppe[0];
How can I do a equal thing here?


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>