Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what are the code used in Details view in asp.net and how is it used?
Posted

 
Share this answer
 
Hello,

The DetailsView control in ASP.Net is used to create an HTML table that displays the contents of a single database record. It can provide navigation option also. It can insert, update and delete the record also. When it is rendered on the page, generally it is implemented through table HTML tag.

Please go through the links given below,

GridView-DetailsView (Master/Detail) Control[^]

http://www.learn-asp.net/asptutorials/DetailsView.aspx[^]

http://www.dotnetfunda.com/tutorials/controls/DetailsView.aspx[^]
 
Share this answer
 
v3
Comments
Sandeep Mewara 14-Jun-12 16:07pm    
Good answer! 5!
Vani Kulkarni 15-Jun-12 0:57am    
Thank you

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