Ask a Question related to ASP.NET General, Design and Development.
-
Mike Bell #1
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
-
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... -
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... -
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)... -
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... -
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.... -
Prasad #2
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.. .custom> Ok.... I'm trying to build my own custom calendar control for a firstam,> 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 Isounds> 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> completely garbled. I appreciate any help or links or comments.
>
> Mike Bell
>
>
Prasad Guest



Reply With Quote

