I am using a web page which contains an user control file and a button, on user control there is a label and a text box now i want to display the value entered in the textbox to the label on the click of the button.

Questions by vishalsharma   answers by vishalsharma

Showing Answers 1 - 1 of 1 Answers

Bhupendra solanki

  • May 3rd, 2006
 

Textbox1_Textchanged(sender object, eventagrs e)

{

Label1.Text= TextBox1.Text

}

put the above code & get the value on to lable while writing it on the textbox.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions