Search

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

Matching Posts

  • Textbox Multiline w/ WebControlAdapter Inside GridView Won't Bind

    I have a databound textbox with textmode=multiline inside of a gridview. I have a ControlAdapter (I stripped out the contents to ensure my code wasn't causing my problem) Public Class MyTextBoxAdapter Inherits System.Web.UI.WebControls.Adapters.WebControlAdapter Protected Overloads Overrides Sub Render(ByVal writer As System.Web.UI.HtmlTextWriter) MyBase.Render(writer) End Sub Protected Overloads Overrides Sub CreateChildControls() End Sub End Class Then my browser file: <browsers> <browser
    Posted to ASP.NET AJAX UI (Forum) by MaritimeGirl on 6/8/2007
    Filed under: textbox, GridView
  • CustomValidator + Tooltip = Mysterious Linebreak

    I have a CustomValidator where I set the tooltip equal to my errormessage when invalid and text="*". This works correctly, however when .NET renders the span, it wraps the HTML onto a new line in the middle of the title attribute value, thereby causing the tooltip to also wrap where it isn't supposed to. The rendered HTML appears like this... <span id="mySpan" title="The error message displays correctly, however it inserts an extra break instead of performing normal wrapping for the tooltip.">
    Posted to Web Forms (Forum) by MaritimeGirl on 3/30/2007
    Filed under: Valdiation Controls, Validators, Custom errors, CustomValidator, validation, validate, validation Controls
  • Re: Calendar language

    The only text that changes languages for me is the day name row. The month name, the day tooltips and the "Today" footer are all displayed in English regardless of my culture setting. I'm trying to create my own custom version of the CalendarExtender to fix those bugs, using the sourcecode from the toolkit.
  • Re: AJAX Toolkit Calendar - Bug for April month

    EnableScriptGlobalization =true doesn't do what it is supposed to do. I've enabled it and changed my IE language to French Canadian. It will change the day names but not the month name and the "Today" footer. Is there a download of .vb sourcecode for the Control ToolKit yet?
  • Re: CalendarExtender and globalization.

    If you look at the source .js, you'll see that "Today" is a hardcoded string. I also need to globalize my CalendarExtender but I can't use the ScriptManager globalization, I have to customize it to be able to edit the month and day names to whatever text the user wants. I've downloaded the .cs sourcecode in the toolkit but I'm a bit lost on how to recompile a custom version of the Extender and get it to be visible when I try to add it to my toolbox.
Page 1 of 1 (5 items)