Convert labels into textboxs onclick of button in c#
Answers
Answered by
1
NET WebForms you can add a Click event handler to the button to set the text box's text: .... convert to string when assigning to textBox because textbox takes value as string only }
Similar questions