Browse by Tags

Related Posts

  • Re: Sys.ArgumentUndefinedException with calendarextender

    Not sure if this will work in all situations, but I had the error and fixed it this way: In the page that uses the Date.parseLocale funciton (or the CalendarExtender, or whatever), in the Page_PreRender call, add a startup script (Page.ClientScript.RegisterStartupScript(Type type, string key, string...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by heretic-monkey on 02-13-2008, 12:00 AM
    Filed under: script, AJAX .NET 1.0, AJAX ASP.NET, bug, JavaScript, AJAX .NET, AJAX 1.0.61025.0
  • CalendarExtender and the Dreaded Line 1162 bug

    I've trolled all over the forums but haven't found a fix that works for me, so here's my exact scenario... I have a DetailsView. One of the fields is called DueDate, and I have converted this to a template field and attached a CalendarExtender to the TextBox. When the page loads, the due date for the...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Zak Keown on 02-28-2007, 12:00 AM
    Filed under: "AJAX Toolkit" "CalendarExtender", ASP.NET AJAX Control Toolkit, bug, CalendarExtender, deploy, deployment, detailsview, JavaScript
  • IE 7: New CalendarExtender control doesn't work when inside a HTML paragraph <P></P> tag

    This works: < asp:TextBox ID= "TextBox1" runat= "server" ></ asp:TextBox > < ajaxToolkit:CalendarExtender ID= "CalendarExtender1" runat= "server" TargetControlID= "TextBox1" /> This doesn't work: < P > < asp:TextBox ID= "TextBox1" runat= "server" ></ asp:TextBox >...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by andrew.myhre on 01-30-2007, 12:00 AM
    Filed under: 1.0, ajax, ajax atlas IE, ajax controls, Ajax Extensions, Browsers, Bug, Calendar, CalendarExtender, IE, javascript, ajax .NET Client Side Methods javascript errors, AJAX Control Toolkit, ajax .net 1.0 rtm bugs, Ajax Toolbox, AJAX .NET Client Side Methods
  • Re: CascadingDropDown and Wizard Control

    a tip, if you write : MyCascadeDropDown.SelectedValue="1:::SomeText" the result is MyDropDown.Selected=1 MyDropDown.SelectedItem.Text="SomeText" with this tip dissaper the 'undefined', but you have to write a code that obtain the text
    Posted to ASP.NET AJAX Control Toolkit (Forum) by rojasc on 01-29-2007, 12:00 AM
    Filed under: user control, bug, CascadingDropDown, Error, fail, JavaScript, javaScripts, manual input, wizard
Page 1 of 1 (4 items)