Ask a Question related to ASP.NET General, Design and Development.
-
John Sparrow #1
Viewstate restore for dynamic control in datagrid
I'm trying to (dynamically) add a dropdownlist to the footer of a
datagrid, and get to this to restore from viewstate. Can anyone help?
I'm creating the control in Page_Init, but obviously I can only 'join'
it to anything in Datagrid_onitemcreate.
Help!!
Thanks,
John
John Sparrow Guest
-
Failed to load viewstate. The control tree into which viewstate...
Hi to all, I have a webform.aspx and inside i have a dropdown list with autopostback and a place holder... Depending of the selected index... -
Dynamic non-composite control viewstate
Hi, Somebody has an example about maintain the viewstate in controls creates dynamically into my WebCustomControl? Thanks! -
dynamic control and viewState
No, but control's ViewState can be stored only after Control has been added to the Controls collection. For a better explanation check this... -
viewstate of the user control inside datagrid...
Hi there! I have datagrid with template column and I am using the same user control for display (in ItemTemplate) and collect (in EditItemTemplate)... -
Save Viewstate in DB and restore it later
Hi, I am trieing to save the complete viewstate of a page and restore it at a later point. That should work like this: - Someone leaves the...



Reply With Quote

