Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Beginner Help....

    Ok.... I'm trying to build my own custom calendar control for a first custom
    control practice project. For this control I'm deriving from the table
    class. I have created a new class called CalCell that is derived from the
    TableCell class that adds some methods and events. Being th newby that I am,
    I can't figure out how to access this class from Table.Rows. i.e
    Table1.Row[i].CalCell. Now I'm thinking I have to create my own CalTable
    class, and CalRow class. And then add custom collections to each one? Is
    this right? Also, how do I make CalRow accessible to CalTable, and CalCell
    accessible via CalRow? Perhaps I should just do some reading if this sounds
    completely garbled. I appreciate any help or links or comments.

    Mike Bell


    Mike Bell Guest

  2. Similar Questions and Discussions

    1. Beginner Please help!
      :o Hi all, I am new to the forum, and I was wondering if any of you could help me with this problem. I face myself trying for the first time in my...
    2. Beginner Looking For Help
      I am looking for some help with this problem I am experiencing. What I want to do, is extend the dataset, but include a button above it that I...
    3. I am just a beginner !!!
      Hello I am just a beginner!!! I used DW to building a page with search function. If I give a search command, I only see de first (for example)...
    4. Beginner needs help please
      Hi there all I have a problem with FlashXP - hoping someone might be able to help. I have a button which I would like to appear only on mouse...
    5. Beginner SLR
      I recently made the same transition from a Oly C-3000z which when new was more than I paid for my whole 35mm setup, and I bought a N75 Nikon....
  3. #2

    Default Re: Beginner Help....

    Hi

    If you planned to do your own Calendar Control. You can derive from
    Calendar which is very easy rather than doing all the stuffs of your own.



    HTH
    Prasad

    "Mike Bell" <MichaelKB@cox.net> wrote in message
    news:lWLPa.12947$R92.12719@news2.central.cox.net.. .
    > Ok.... I'm trying to build my own custom calendar control for a first
    custom
    > control practice project. For this control I'm deriving from the table
    > class. I have created a new class called CalCell that is derived from the
    > TableCell class that adds some methods and events. Being th newby that I
    am,
    > I can't figure out how to access this class from Table.Rows. i.e
    > Table1.Row[i].CalCell. Now I'm thinking I have to create my own CalTable
    > class, and CalRow class. And then add custom collections to each one? Is
    > this right? Also, how do I make CalRow accessible to CalTable, and CalCell
    > accessible via CalRow? Perhaps I should just do some reading if this
    sounds
    > completely garbled. I appreciate any help or links or comments.
    >
    > Mike Bell
    >
    >

    Prasad Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139