Holas,tengo un session que jala un dato decimal, cuando quiero pasar ese session a un label o un textbox me muestra este error:
Cast from type 'Label' to type 'String' is not valid.
txtlatina.Text = Session("latinatotal") ' asi pongo mi variable con el text box
Como debo hacer??