Hello,I want to integrate infragistics web parts into Display/Edit/new Forms. For example, in NewForm.aspx I have a form that contains sharepoint controls where the user can enter the values of the different fields of a list.My aim is to add the webpanel infragistics control in order to group the fields by category. For example, the New Form contains the following fields:- Name- Surname- Asdress- Phone numberI wan to get the following format:+ Identity- Name- Surname+ Contact- Address- Phone numberwith the possibility to hide the elements of each category. That means if i click on Identity, the name and surname fields are shown. If I click again, they become hidden. The same for Contact.How can I integrate this infragistics web part into aspx file?Thank you,