|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
PostBack and dynamically created controlsHow do I get a dynamically created control to survive a postback, as in the
following code: Dim t1 As New TextBox If Not IsPostBack Then Panel2.Controls.Add(t1) End If Thanks for your help! Dan Kimhi If you want the values of textbox to be retained on the postback then
you will need to give the textbox an id. eg. t1.Id = "myTextbox1"
How to access control in FormView
ObjectDataSource ... could not find a non-generic method ... that has parameters: ... paging control? GridView and DetailsView/FormView in seperate pages Custom Web control question How to add a dropdownlist to the column header in a GridView? FormView/ItemTemplate - MultiView, Radio, & checkbox Exporting Datagrid to Excel Overriding Calendar.CreateChildControls Hotspots with Images?? |
|||||||||||||||||||||||