Hi All,
Actually i need to display the employee attributes(nearly 100) in a control.
I tried with Repeater & Details view...... but its becoming very large display..
Is there any control to display that much of records into a page with separate headers as Salary details, personal details etc...
& i need to navigate with scroll bars also...
Can anybody tell me which control will suitable for my requirement & how can i do that..
Loading

Jignesh TrivediPosted Jan 18, 2012, 10:48 PM
In asp.net 3.5, there is new control introduce call list view.
try your code using List view.
http://msdn.microsoft.com/en-us/library/bb398790.aspx
http://www.codeproject.com/KB/webforms/CompleteListView.aspx
And Formview control help u on same.
http://www.codeproject.com/KB/aspnet/GridViewFormView.aspx
http://www.dotnetfunda.com/tutorials/controls/formview.aspx
hope this help.