Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Change label text which is inside updateprogress from code behind

$
0
0

Hi ,

How to change label text which is inside updateprogress from code behind ? 

I tried with this code , but it did not work ? 

Label ProgressMessage = UpdateProgress1.FindControl("lblProgressMessage") as Label;
if (ProgressMessage != null)
{
ProgressMessage.Text = "10% ";
}

Value of lblProgressMessage changes in code behind. but its not displaying in web page

Please help me out 


Viewing all articles
Browse latest Browse all 5678

Trending Articles



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