Click here to Skip to main content
16,014,748 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ihave to use details view but its not happening fully expand i want to full expant it it shows only one row record at a time othervise allow paging but i want full expand dont want use paging
Posted
Updated 26-May-10 1:41am
v2

The DetailsView control gives you the ability to display, edit, insert, or delete a single record at a time from its associated data source.

Go through the Details view control overview first
http://msdn.microsoft.com/en-us/library/s3w1w7t4.aspx[^]

If u want multiple records go for another controls like grid view
 
Share this answer
 
Datailsview control is used to show the information about record clearly ..
it shows one record at a time .. u cam insert ,delete , update record easilly ..

u want more records to show u will preper gridview ..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900