madbuddy
madbuddy

Reputation: 123

Refresh a panel in a user control from parent

I want to refresh controls of a panel inside a user control from parent control. please help.

Upvotes: 0

Views: 3905

Answers (1)

Davide Piras
Davide Piras

Reputation: 44605

you give too little details on what you need to do and why and why is not working right now.

based on your question as it is now, the answer is:

call this code:

panel1.Refresh();

check here: Panel Class

you can edit your question and explain a bit from where you feel you should call or invoke the panel's refresh.

Upvotes: 3

Related Questions