DetailsView_OnDataBound Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 DetailsView_OnDataBound Method (sender, e)
Patterns-In-Action! ApplicationASPNETWebApplication.WebAdminCustomerDetailsView_OnDataBound(Object, EventArgs)
Executed only once. Used to place cursor in first editable field.
Declaration Syntax
C# Visual Basic
protected void DetailsView_OnDataBound(
	Object sender,
	EventArgs e
)
Protected Sub DetailsView_OnDataBound ( _
	sender As Object, _
	e As EventArgs _
)
Parameters
sender (Object)
e (EventArgs)

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)