atlas error

M

majorone

hello, i am new to atlas and trying to use it on my user control.
but after i implemented the following code, i have got a error in
yellow page:
"MaintainScrollPostition is not supported on pages with partial
rendering turned on"
what's wrong?


<asp:DropDownList ID="ddlLanguage" runat="server" AutoPostBack="True"
DataSourceID="SqlLanguage" DataTextField="language_name"
DataValueField="language_id"
OnSelectedIndexChanged="ddlLanguage_SelectedIndexChanged" Width="250px"
AppendDataBoundItems="True">

<atlas:UpdatePanel ID="p1" runat="server">
<ContentTemplate>

<asp:GridView ID="GridTests" runat="server"
DataKeyNames="test_id" DataSourceID="SqlTests">
<FooterStyle BackColor="Tan" />
<Columns>.......some code.......</Columns>
</asp:GridView>

</ContentTemplate>

<Triggers>
<atlas:ControlValueTrigger ControlID="ddlLanguage"
PropertyName="SelectedValue" />
</Triggers>

</atlas:UpdatePanel>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top