Search

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

Matching Posts

  • PasswordStrength control extender challenge

    I'm not sure if what I'm trying to do is possible, but I thought I'd ask if anyone can accomplish it. I'm using a PasswordStrength control extender to inform a user on the fly of exactly what requirements their password is missing. This is in contrast to the intended use of this control which is to inform users of their password's relative strength. For example, rather than displaying a bar graph or text like "weak", "moderate", and "strong", I want
    Posted to ASP.NET AJAX Control Toolkit (Forum) by byersjus on 1/19/2008
    Filed under: "AJAX .NET 2.0" " "Ajax Control Toolkit", PasswordStrength
  • Re: FileUpload Control under atlas update panel

    I've been testing a few workarounds for the problem I described above, and I thought I would share the one I found. As a test I set my Wizard control ' wiz_EditTooling', which contains the non-functional Button, as my PostBackTrigger control and it worked (full postbacks when changing wizard steps). That led me to suspect that only controls at the top level of an UpdatePanel's ContentTemplate can be used as PostBackTriggers. In order to keep the wizard asynchronous I added another
    Posted to ASP.NET AJAX UI (Forum) by byersjus on 11/2/2006
  • Re: FileUpload Control under atlas update panel

    Federico, I'd like to implement your suggested solution to the FileUpload control issue, but I can't seem to get the PostBackTrigger configured correctly. I keep getting the run-time error: A control with ID 'but_UploadSTL' could not be found for the trigger in UpdatePanel 'upd_Main'. Of course my button's name is 'but_UploadSTL' rather than your 'Button1'. My FileUpload and Button controls are within a wizard control step which is within the ContentTemplate
    Posted to ASP.NET AJAX UI (Forum) by byersjus on 11/2/2006
  • Re: July CTP, UpdatePanel and Download

    Looks like the Response.Write("...") is causing the problem. Run the page in Firefox and open the java console from the Tools menu and you'll see a syntax error caused by that line. Not sure why; I changed your code to that below and it worked fine: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Title="Test" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
    Posted to ASP.NET AJAX UI (Forum) by byersjus on 8/9/2006
  • Re: Update Second DropDownlist onSelectedIndexchanged of first Dropdownlist Using Atlas

    Try running the page in FireFox and looking at the JavaScript Console. It was able to show me that an & in my page title was giving me an "unknown error".
    Posted to ASP.NET AJAX UI (Forum) by byersjus on 8/8/2006
  • Re: Activity Indicator

    Check out the UpdateProgress control. See an example of what you want here: http://asyncpostback.com/03_UpdateProgress/02_AtlasUpdateProgress.aspx
    Posted to ASP.NET AJAX UI (Forum) by byersjus on 8/8/2006
  • Re: UpdatePanel and Tables within with 100% Width

    This bothers me as well. I put my update panel on a masterpage (wrapping the content section) and it makes all pages using that master function with partialrendering. But the design view for everypage looks terrible. I have to take out the update panel while designing a new page, then put it back in.
    Posted to ASP.NET AJAX UI (Forum) by byersjus on 8/8/2006
  • Re: RadioButtonList.SelectedIndexChanged as UpdatePanel Trigger

    I'm pretty sure that's how its supposed to work. Your RBL is outside of any updatepanel and has AutoPostBack="true" so thats what it does. Did you try setting AutoPostBack to false and leaving it outside of an updatepanel? If that doesn't work I guess you'll have to "work around" the intended actions with the second update panel.
    Posted to ASP.NET AJAX UI (Forum) by byersjus on 8/8/2006
  • ONE CLICK = Run Server Method & Open Page In New Window/Tab

    I have an existing web app that I'm trying to apply Atlas to. I've worked out most of my problems, but I have one issue that probably has a quick answer: While a user is on one page they may find that a dropdownlist is missing an option that they require. They have the option of lauching another page that edits the contents of the dropdownlist. However, after completing the steps needed to add another item the list contents needs to be refreshed. I previously handled this by using a button that had
    Posted to ASP.NET AJAX UI (Forum) by byersjus on 8/8/2006
  • Re: UpdatePanel and Wizard

    My application was having similar problems with wizards inside update panels (the nav buttons didn't function in firefox and IE gave an "unknown error"). Some wizards would work while others didn't. The problem turned out to be my page Title(s). The titile (declared in the page directive) contained an ampersand '&' on some pages and that caused a java error. Prior to Atlas this didn't cause a problem but after adding the scriptmanager it started. Finally I checked the java console in Firefox
    Posted to ASP.NET AJAX UI (Forum) by byersjus on 8/8/2006
Page 1 of 2 (13 items) 1 2 Next >