How to set return value in label.Text? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to set return value in label.Text?

On click it fetch API "Status" response and I want the return string value of "Status" to set in label.Text, How to achieve that? https://code.sololearn.com/c8Bb1TNBEqE0/?ref=app

15th Apr 2022, 6:02 AM
Jojan
1 Answer
0
Something like label.Text=Status here there is an complete example;https://www.geeksforgeeks.org/how-to-set-text-on-the-label-in-c-sharp/
12th May 2022, 4:02 AM
Cristian Baeza Jimenez
Cristian Baeza Jimenez - avatar