I am designing a page which would look like this:
Employee Name: from db Level: from db
Hire Date: from db Service Line: from db
The next section would be for data entry Description:
For the 1st section, which control should I use? Should I use datalist for each of the 4 controls?The data would come from a package from the database, and would be data-binded in code behind.
For the 2nd section i.e. the data entry section, should I use the grid view?
Please let me know.
Thanks in advance.