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
1 ответ
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/