Search

You searched for the word(s): userid:640883

Matching Posts

  • Windows CE

    Hallo, i need help for Windows CE 5.0. The UpdatePanel wont work. Is a workaround available? Is it a bug or just missing support for Pocket IE? Thanks for help, Kai-Uwe
  • Re: Again Flickering Images

    Take a look at this sample http://www.codeproject.com/Ajax/ajax_scribble.asp
    Posted to ASP.NET AJAX UI (Forum) by Kai-Uwe on 8/8/2006
  • Re: Again Flickering Images

    thx for response, my chellenge is to build a fully automatet custom control. i hoped atlas made this for me. i expacted a smoother behavior. So the new job is to build all necessary script automaticly. i think i will need some guidance for this. thx Kai-Uwe
    Posted to ASP.NET AJAX UI (Forum) by Kai-Uwe on 7/18/2006
  • Re: Problem with full page cycle

    hallo, thx for quick response. As you can see in my code sample i have two update panels and of corse only one ScriptManager. And the ScriptManager is set to EnablePartialRendering="true". So of cose it is allway true. It is a nice/important feature that all Contrlos are createt, but its not ok that values outside the currnet updatepanel are used up. For me this behavior is a bug. If i try the updatepanel.isupdating as workaround, i need 'true' as return value. I did'nt get this. So another bug?
  • Re: Problem with full page cycle

    Thank you for your hint! It is not the "isinpartialrenderingmode" its the "updatepanel.isupdating". But it allways returns 'false'. The Docu said: "This property will be true only if the current request is being executed in partial rendering mode, and if the UpdatePanel must be updated because a client trigger has been raised" I thought the AutoPostBack="True" has to be trigger enough. any ideas more? thx Kai-Uwe
  • Again Flickering Images

    I'm generating images on the fly in my custom control. Save them into a session object. Get the image with a ASHX and a dummy parameter to have diffrent ImageUrl's if i use Updatepanel with Timer control my Images are flickering. If i use a client timer with javascript to change sources there is no flicker. (No css, on IE6/7 and Firefox) thx for advertence Kai-Uwe <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Demo.aspx.cs" Inherits="Demo" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML
    Posted to ASP.NET AJAX UI (Forum) by Kai-Uwe on 7/17/2006
  • Problem with full page cycle

    If i use the following code the Lable1 will immidiate update with the value of my TextBox1. How could i prevent the run through of my TextBox1 until UpdatePanel2 is triggerd. thx for help Kai-Uwe Here is just a simple example. ASPX <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <atlas:ScriptManager id="ScriptManager" runat="server" EnablePartialRendering="true" /> <atlas:UpdatePanel ID="update" runat="server" Mode="Conditional"> <ContentTemplate>
  • Re: A gift to you all: An Atlas client-side tabstrip

    Try this, Dice.Tabset.registerClass('Dice.Tabset', Sys.UI.Control); Sys.TypeDescriptor.addType('dice', 'tabset', Dice.Tabset);
    Posted to Tips & Tricks (Forum) by Kai-Uwe on 7/5/2006
  • Windows CE Support?

    Hi, i try the december release on Windows CE 4.x and it works fine. But i am missing support for CE 5.0 and Windows Mobile 2003 and Mobile 5.0. In other words i could not get it working. I just need the UpdatePanel with a Timer Control. regards Kai-Uwe
Page 1 of 1 (9 items)