3
Answers

Repeater Control in ASP .Net to display the details

SIVA

SIVA

12y
1.2k
1
Hi All,
I have employee Performance details,
I need to display that into Repeater Control in the following format..

                        Employee Basic Details
        
----Basic details from Database---------

                        HardFactorDetails
            ---Hard factor details------

                        SoftFactorDetails
                ----Softfactor Details----
                        
                        FinalDetails
                    ----
Final rating details----

with scrollbar(Either Vertical or Horizontal)...

The bold letters are HardContent which will works as a header & details i ll retrieve from database...

Can anybody help me to do this...

Answers (3)