async Task c# in webform

Ruwan

New member
Joined
Dec 16, 2022
Messages
1
Programming Experience
3-5
I need to create a c# webform application with async Task
when I click on button, i need to get return of the async Task and show the result in lable on webform

Can any one help me ?
 
Ah, but the question is, are you allowed to also use async void in a web form without messing up the thread scheduler that IIS and ASP.NET use to efficiently handle incoming requests?
 
Back
Top Bottom