I modified the default newform.aspx, i.e., made the default list formweb part invisible and added a data form web part.I tried <FIELDSET> tag to group controls but to no avail.Anyone has any suggestions how this can be done?
To do this you should normally create a copy of the newform.aspx inSharePoint Designer. Remove the listview webpart from the page and adda custom dataform web part in its place. Then use the properties of thelist in SPD to associate the new page with the list as the Newform.aspxpage.
I have done the steps in your email. Afterwards, I can see the tablerow for each field and its corresponding input control. For example, Ican rearrange the table rows.But how do I group the controls to make the page more professionallylooking?