Atlas UpdatePanel in a user control

J

John

I'm trying out the March 06 CTP of Atlas. My user controls containing
updatepanel's won't render on the containing page at design time (they work
fine at run time!!). Eg simple user control like:

<%@ Control Language="C#" AutoEventWireup="true"
CodeFile="TestUserControl.ascx.cs" Inherits="TestUserControl" %>
<atlas:UpdatePanel ID="UpdatePanel1" runat="server">
<contenttemplate>
<asp:textbox runat="server" id="MyTextBox" />
</contenttemplate>
</atlas:UpdatePanel>

Control at design time - renders fine
Containing page at design time - "Error rendering control - object reference
not set to an instance"
Containing page at run time - renders fine.

Any ideas? Thanks,

John
 
E

ElronVel

Is it possible to move the UpdatePanel into the containing page instead
of putting UpdatePanel on each of your user control?

-ElronVel
 

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

Similar Threads

Master pages cause Atlas UpdatePanel to flash? 6
Atlas & ASP.net 4
Atlas UpdatePanel 0
Atlas Cascading Down Page Load 0
UpdatePanel Question 1
Atlas Problem 2
UpdatePanel for image 0
atlas error 1

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top