Top "Formview" questions

FormView is a data-bound control that is nothing but a templated version of DetailsView control.

Controls not retaining values after postback when FormView set to insert mode

I am setting the CurrentMode of a FormView to insert mode using the ChangeMode method in the Page_Load event …

asp.net formview
Implementing cascading DropDownList binding in a templated control

I have 2 DropDownList controls on my form, the second of which uses the SelectedValue of the first as one of …

asp.net drop-down-menu formview
Can't find controls in FormView.InsertItemTemplate even on DataBound event

I have FormView in my page markup: <asp:FormView ruanat="server" ID="FormView1" DataSourceID="SqlDataSource1" OnDataBinding="FormView1_DataBinding" OnDataBound="…

.net asp.net formview findcontrol databound