Label return zero value – Asp.net
I have the following code in ASP.NET but when run the code it returns me 0 value in label lblassest.Text. can anyone tell me where is the problem? C# Code : if (reader.Read()) { decimal price; decimal.TryParse(lblcurrentbtc.Text, out price); decimal…