CovertCoder
Login
|
Register
Search
Main Navigation
Home
Contact Us
Login
Register
Tools
Code Generator
Knowledge Base
Featured Articles
Adding an AJAX Collapsible Panel
Binding Listbox with XLINQ
Calling Parent Page from Child
Datagrid Sort with LINQ
ListView in UpdatePanel
Programmatically call FancyBox
Tutorials
ASP.Net Tutorials
Add nicEdit to an ASP.Net page
AJAX Tutorials
Convert Web App for MVC Framework
Keep state of Collapsible Panel
Retrieving XML Config file values
Windows phone 7 Styles (Static Resources)
Topic: ASP.Net controls that are not compatible with AJAX UpdatePanel Control
The following ASP.NET controls are not compatible with partial-page updates, and are therefore not supported inside an
UpdatePanel
control:
o
TreeView
and
Menu
controls.
o
Web Parts controls. For more information, see
ASP.NET Web Parts Controls
.
o
FileUpload
controls when they are used to upload files as part of an asynchronous postback.
o
GridView
and
DetailsView
controls when their EnableSortingAndPagingCallbacks property is set to true. The default is false.
o
Login
,
PasswordRecovery
,
ChangePassword
, and
CreateUserWizard
controls whose contents have not been converted to editable templates.
o
The
Substitution
control.
o
Validation controls, which includes the
BaseCompareValidator
,
BaseValidator
,
CompareValidator
,
CustomValidator
,
RangeValidator
,
RegularExpressionValidator
,
RequiredFieldValidator
, and
ValidationSummary
control.
Home
~
Topic