Hello Everyone,
I want to pass values from labelbox.text to a textbox.text, I am using this way but it passes only 0?
LabelAl.Text = TextBox1.Text LabelEn.Text = TextBox2.Text LabelEl.Text = TextBox3.Text
Thank you , Blessings
Use this code to set the TextBox from Label control.
textbox.Text = labelbox.Text
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.