Buy Questpond's video subscriptions on
huge discount
.
Online: 1768
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
ASP.NET AJAX
>
Loading ...
enablepartialrendering property to false for content page
Posted by
Sudhak
under
ASP.NET AJAX
on 10/25/2012 |
Points: 10
| Views : 5633 | Status :
[Member]
| Replies : 3
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
Dear All,
I have a master page which is used for all the pages.
I have to make enablepartialrendering=false for only one content page.
Please suggest one solution.
Regards,
Sudha
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Seng2hs
on: 10/25/2012
[Member]
Starter
|
Points: 25
0
Disabling Partial-Page Updates for a Content Page
If you add a ScriptManager control to a master page, by default partial-page updates are enabled for all content pages. If do not want to enable partial updates for an individual content page, you can disable that capability. You might do this is if your content page contains custom controls that are not compatible with partial-page updates.
To disable partial-page updates for a content page
1.In the content page, create a handler for the page's Init event that sets the ScriptManager control's EnablePartialRendering property to false.
You must change the state of the EnablePartialRendering property during or before the content page's Init event.
Sudhak
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Sudhak
on: 10/25/2012
[Member]
Starter
|
Points: 25
0
thanks Seng2hs.
I will try that in the page
Regards,
Sudha
Sudhak
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Seng2hs
on: 10/25/2012
[Member]
Starter
|
Points: 25
0
Please mark as Answered, if it really solved your problem
Thanks
Sudhak
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...