| ||||||||||||||||||||||
FormViewInsertEventArgs ClassSystem.Web.UI.WebControls Namespace .NET Framework version 2.0 Provides data for the ItemInserting event of a FormView control.
|
||||||||||||||||||||||
| Visibility | Name | Value Type | Accessibility |
|---|---|---|---|
| public | CommandArgument | Object | [ Get ] |
| public | Values | IOrderedDictionary | [ Get ] |
The ItemInserting event is raised whenever an Insert button associated with an item in the FormView control is clicked, but before the FormView control inserts the record.
This allows you to provide an event-handling method that performs a custom routine, such as checking the values of a record before inserting it in the data source, whenever this event occurs.
For a list of initial property values for an instance of FormViewInsertEventArgs, see the FormViewInsertEventArgs constructor.
For more information about handling events, see Web Forms Events Model.
FormView FormViewInsertEventHandler
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme