forum

Home / DeveloperSection / Forums / How to make textbox appear only after user clicks button in c#?

How to make textbox appear only after user clicks button in c#?

Manoj Bhatt 3432 14-Nov-2013

How would I make a textbox appear only after clicking a button. THis means that It should be hidden, and once user clicks, then it can appear.

 private void button7_Click(object sender, EventArgs e)
 {
        // .. what next?     
 }

c# c# 
Updated on 14-Nov-2013

Can you answer this question?


Answer

1 Answers

Liked By