Wednesday, March 21, 2012

updatepanel contenttemplate within a loginview contenttemplate control is this possible

i have an updatepanel contenttemplate within a loginview contenttemplate control and when running my form is displays the following error message

The UpdatePanel 'up1' was not present when the page's InitComplete event was raised. This is usually caused when an UpdatePanel is placed inside a template

anybody have any ideas why this is happening

hello.

well, normally you're supposed to put the loginview inside the updatepanel...


why would that be considered normal to put the loginview inside the updatepanel?

it wouldnt make sense in my situation listed below

I have different users logging on with different roles. Each role displays different controls and content and the different roles consist of a bunch of controls that i have wrapped in the updatepanel for atlas capabilities

is there no way of making this happen?


hello.

it'll only work if you instantiate the control until the init event. i think you cannot do that with this control. an option would be to put those items on several user controls and load them dinamically, according to the current user (this would have to be done till the end of the init event).


i have same problem.

I want to add updatepanel dynamically in each cell in Grid view when i set property it give error same as u get

The UpdatePanel 'up1' was not present when the page's InitComplete event was raised. This is usually caused when an UpdatePanel is placed inside a template

What solution u got..Pls Tell me.Give the code ,what to do in it.

No comments:

Post a Comment