Search Results

Type: Posts; User: kowi

Search took 0.01 seconds.
  1. Any help at all?

    Im trying this to fix it but still get the same bug:



    protected override void Render(HtmlTextWriter writer)
    {
    writer.Write("<div...
  2. Hi, Im trying to highlight a group of dates in the DateField that are not necessary together. Is there a way to do this? I would like to highlight the dates like the today date.

    TY
  3. Hi,

    Im trying to inherit the coolite scriptmanager so I can make a custom server control.

    Pretty simple to start with:


    using System;
    using System.Collections.Generic;
    using...
  4. Thread: Date Field Events

    by kowi
    Hi

    Where can I get a list of the events of this control?,

    I only can find this ones located in the documentation.

    AfterClientInit
    BeforeClientInit
    DataBinding
    Disposed
  5. How about the rounding thing it is very annoying.

    I have the same problem : Enter a date like 32/01/2009 goes to 01/02/2009.

    And worse

    Example:

    Default is dd/MM/yyyy
  6. Hi, any follow up on this?

    I also have an array of Days I want to highlight in the DatePicker.
  7. Thread: Date Field Locale

    by kowi
    Hi ,

    Plz correct me if Im wrong, The date field takes its language from the script mannager locale prop isnt it?.

    Is there a way to just setup the date field language with out changing the...
  8. Hi,

    Ty for the answer.

    The format really isnt the problem it works fine, the problem that bugs me is when I Introduce a date that is in range of the format(yyyy-MM-dd) like 2009-15-29 but not...
  9. Hi,

    Ty for reply.

    Worked Nicely.
  10. I have this problem. I setup a datefield and set my format like this

    code.aspx



    <ext:DateField ID="DateField3" runat="server" Width="200" Format='YYYY-mm-dd' InvalidText= "Invalid...
  11. Can someone tell me what im doing wrong. Im trying to do keep it simple yet isnt working. Here my code C#.

    On the aspx Page


    <ext:TextField ID="TextField1" runat="server">
    ...
Results 1 to 11 of 11