passing two different textbox values in two different textbox

Recommended Answers

All 2 Replies

Use the text property and assign the value of another one to it.

commented: Spot on +7

Use Textbox1.text=Textbox2.text for assigning value of one textbox to another text box.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.