I need a help in designing form in vb.net.

In my project I have to design a form to save the company's applicaton form details.the applicaton form is of two page.I have to make the form design catchy so that data entry is easy. A section in the application form is QUALIFICATION. It is in a tabular format with column names

degree,year of passing,class of %,subject ,institution.
There will be 2 to 3 rows filled in this table in application form.I dont know how to design this QUALIFICATION table in form so that the user will find it easy to enter the data.

can u help me out.

Recommended Answers

All 2 Replies

sweetsasthi,

Use five textboxes and a button to add a new record and a DataGridView to list those records.

There will be 2 to 3 rows filled in this table in application form.I dont know how to design this QUALIFICATION table in form so that the user will find it easy to enter the data.

can u help me out.

Use TableLayoutPanel Control.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.