Click here to Skip to main content
15,917,455 members
Home / Discussions / C#
   

C#

 
AnswerRe: OleDbConnection Problem... Pin
E.L. Golpe24-Mar-06 2:43
E.L. Golpe24-Mar-06 2:43 
GeneralRe: OleDbConnection Problem... Pin
Jax_qqq26-Mar-06 21:59
Jax_qqq26-Mar-06 21:59 
QuestionShow/Hide Quick Launch Bar Pin
sherwani23-Mar-06 23:57
sherwani23-Mar-06 23:57 
AnswerRe: Show/Hide Quick Launch Bar Pin
leppie24-Mar-06 1:41
leppie24-Mar-06 1:41 
QuestionHow to load text.. Pin
AeQuitaZ23-Mar-06 23:34
AeQuitaZ23-Mar-06 23:34 
AnswerRe: How to load text.. Pin
AB777124-Mar-06 1:47
AB777124-Mar-06 1:47 
Questionbinding DataGrideView Pin
mrkeivan23-Mar-06 23:05
mrkeivan23-Mar-06 23:05 
AnswerRe: binding DataGrideView Pin
E.L. Golpe24-Mar-06 1:26
E.L. Golpe24-Mar-06 1:26 
Like the GridView, the DetailsView control can bind to any data source control and exploit its set of data operations. It can page, update, insert, and delete data items in the underlying data source as long as the data source supports these operations. In most cases, no code is required to set up any of these operations. You can customize the user interface of the DetailsView control by choosing the most appropriate combination of data fields and styles in much the same way that you do with the GridView. Finally, the DetailsView control fully supports adaptive rendering and renders successfully on mobile devices.

The DetailsView control deliberately doesn’t support templates. A fully template based details-view control is the FormView. FormView is a new data-bound control that works like the templated version of the DetailsView. It renders one record at a time picked from the associated data source and optionally provides paging buttons to navigate between records. Unlike the DetailsView control, FormView doesn’t use data control fields and requires the user to define the rendering of each item using templates. The FormView can support any basic operation its data source provides.

In ASP.NET 2.0, data sources, GridView, and DetailsView controls enable a no-code master/detail scenario. A master/detail page contains a master control (such as a GridView) and a detail control (such as a DetailsView), each bound to its own data source. The trick is in binding the detail control to a data source represented by the currently selected record.



Practice sesquipedalianism! Wink | ;)

-- modified at 8:17 Friday 24th March, 2006
Questioncom interop Pin
V.23-Mar-06 22:43
professionalV.23-Mar-06 22:43 
AnswerRe: com interop Pin
mav.northwind23-Mar-06 23:16
mav.northwind23-Mar-06 23:16 
GeneralRe: com interop Pin
V.23-Mar-06 23:30
professionalV.23-Mar-06 23:30 
Questionhow to keep track of users Pin
vamsimohan2123-Mar-06 22:15
vamsimohan2123-Mar-06 22:15 
AnswerRe: how to keep track of users Pin
CWIZO23-Mar-06 23:05
CWIZO23-Mar-06 23:05 
GeneralRe: how to keep track of users Pin
vamsimohan2123-Mar-06 23:36
vamsimohan2123-Mar-06 23:36 
QuestionInvoking JavaScript Using System.Windows.Forms.WebBrowser Pin
BapiLolly23-Mar-06 22:07
BapiLolly23-Mar-06 22:07 
QuestionUsing an ATL object in C# Pin
rasmus.toftdahl.olesen23-Mar-06 21:46
rasmus.toftdahl.olesen23-Mar-06 21:46 
QuestionInserting Shapes into Excel from Clipbord Pin
Gokulan Venattil23-Mar-06 21:36
Gokulan Venattil23-Mar-06 21:36 
QuestionTaskBar Toolbar and Shell32.dll Pin
sherwani23-Mar-06 20:34
sherwani23-Mar-06 20:34 
QuestionUsing Internet Explorer DLL file Pin
Areff23-Mar-06 20:24
Areff23-Mar-06 20:24 
AnswerRe: Using Internet Explorer DLL file Pin
oykica23-Mar-06 20:59
oykica23-Mar-06 20:59 
QuestionEnterprise Library 2006 Pin
Brendan Vogt23-Mar-06 20:01
Brendan Vogt23-Mar-06 20:01 
AnswerRe: Enterprise Library 2006 Pin
oykica23-Mar-06 20:20
oykica23-Mar-06 20:20 
GeneralRe: Enterprise Library 2006 Pin
Brendan Vogt23-Mar-06 20:46
Brendan Vogt23-Mar-06 20:46 
Questionweb part manager not working with passport 3.1 Pin
samasavinirs23-Mar-06 19:25
samasavinirs23-Mar-06 19:25 
Question[Message Deleted] Pin
Jijo BP23-Mar-06 19:10
Jijo BP23-Mar-06 19:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.