The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
i''m a newbie to C#.Net and i have this problem regarding forms. i wanted to create an application containing multiple forms.when the user clicks a button, a new form should show up. but the problem is that when i would click the button for the form to show up, the components i added to it won''t show up..it''s all blank..what''s the problem here?=(
ADAdministrator Syncfusion Team December 21, 2005 07:37 AM UTC
Hi
In c# each form is separate class.so the components u added to 1 form will not be thr with other form.
>i''m a newbie to C#.Net and i have this problem regarding forms. i wanted to create an application containing multiple forms.when the user clicks a button, a new form should show up. but the problem is that when i would click the button for the form to show up, the components i added to it won''t show up..it''s all blank..what''s the problem here?=(