About Navigation Between User Controls
hi, i have one mdifoem,one child form and 5 user controls.i am getting one user control on mdi child form and child form in mdi,but how to call another user controls runtime
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Koteswararao MallisettiPosted Oct 11, 2010, 9:53 AM
the code is
usercontrol uObj=new usercontrol();
form1.controls.add(uObj);
to clear the all controls use .clear();