SIVA

SIVA

  • NA
  • 742
  • 706.4k

Repeater Control in ASP .Net to display the details

Jan 18 2012 6:01 AM
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)