1
Answer

Accessing form components from thread

Umair P

Umair P

16y
2.2k
1
Hi all, I am trying to write a software where I want to put some UI in the form that would indicate the loading process(progress bar, loading image etc). Please advice how to do it since when a form runs some code all the form gets static. Threading is also not helping either
Answers (1)
0
Satyapriya Nayak

Satyapriya Nayak

NA 53k 8m 12y
Hi Bvenkat,

Please refer the below links

http://www.codeproject.com/Articles/241590/Developing-Web-Application-with-ASP-NET-MVC3-and-E

http://www.codeproject.com/Articles/24579/ASP-NET-MVC-Part-1

http://www.c-sharpcorner.com/uploadfile/kalisk/Asp-Net-3-5-mvc-application/

Thanks