Hello Sir,
My VB.NET window application on Visual Studio 2008 hasa user control applied on some forms in same application.
The user control, having two textbox controls and a button control,has been put in different tabpages of system.windos.form.tabcontrol in forms.
Though the Controls remain visible for first 2 or 3 successful executions and works fine but afterwards the textBox and button controls visible property becomes false making them invisible in design mode as well as running mode.
The usercontrol's visible property remains True only the inside child controls visible property becomes False.I have ensured that incodebehindno such kind of code has been written.
Can youhelp me out by giving some solution of it.
Regards,
Deepak Kumar Mohanty