I want to create controls dynamically,not in the Page_Load method, but in an AjaxMethod.For example,when I click a "Add" Button, then a TextField and a "Delete" Button display.Howerver, the controls I created in code-behind did not display in the form. Anybody could help me? Thank you !