Insert Records in Radgrid using user control?

Note that on that page, you will need to view the code below, and look for the CommandItemDisplay attribute. In addition, you will need to make sure your data source has an insert command. – Kimball Robinson Aug 5 '10 at 17:46.

Private void RadGrid1_ItemCommand(object source, Telerik.Web.UI. CommandName == RadGrid. GridEditableItem editedItem = e.

NewValues"Country" = (editedItem. FindControl("TextBox7") as TextBox). NewValues"City" = (editedItem.

FindControl("TextBox8") as TextBox). NewValues"Region" = (editedItem. FindControl("TextBox9") as TextBox).

NewValues"HomePhone" = (editedItem. FindControl("TextBox10") as TextBox). NewValues"BirthDate" = (editedItem.

FindControl("TextBox11") as TextBox). NewValues"TitleOfCourtesy" = (editedItem. FindControl("ddlTOC") as DropDownList).SelectedItem.

NewValues"Notes" = (editedItem. FindControl("TextBox1") as TextBox). NewValues"Address" = (editedItem.

FindControl("TextBox6") as TextBox). NewValues"FirstName" = (editedItem. FindControl("TextBox2") as TextBox).

NewValues"LastName" = (editedItem. FindControl("TextBox3") as TextBox). NewValues"HireDate" = (editedItem.

FindControl("Textbox5") as TextBox). NewValues"Title" = (editedItem. FindControl("TextBox4") as TextBox).

NewValues"EmployeeID" = (int)this.Employees. Key = entry. Add(new LiteralControl("Unable to update/insert Employees.

Reason: " + ex.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions