Re: WebControl
- From: "Henrry Pires" <Nelson@Don'tuse.com>
- Date: Fri, 4 Nov 2005 13:27:45 -0000
Why everythingin ASP is so hard?
Thanks
"Mr Newbie" <here@xxxxxxx> wrote in message
news:%2338XWST4FHA.1396@xxxxxxxxxxxxxxxxxxxxxxx
> If you are asking how to make Web User Controls, then its simple. Add a
> New Item to your project and choose the Web User Control Template. Add
> your controls to the design area and there you go. There are a few things
> to watch out for, but you should do some reading for that.
>
> If however, you are referring to a Web Custom Control which is rendered
> ( You are in complete control of the visual UI ) then you need to create
> one of those and override the Render member function of the base class.
> These controls are far more tricky to get right than a simple Web User
> Control because you have to do most of the work in the code.
>
> I suggest you google the subject up and do some reading first and then
> come back with specific questions as asking generalised questions like
> you have tend to illicit little in the way of replies, because you are
> almost asking someone to give you a complete tutorial on the subject.
>
> However, I hope that I have been of some help to you in at least pointing
> you in the right direction, Im a novice myself and know little about the
> subject. Im probably way down low on the learning curve but Im striving
> each day to learn more.
>
> --
> Best Regards
>
> The Inimitable Mr Newbie º¿º
>
>
>
> "Henrry Pires" <Nelson@Don'tuse.com> wrote in message
> news:uDembwS4FHA.1184@xxxxxxxxxxxxxxxxxxxxxxx
>> Hello to all
>>
>> I'm trying to make a webcontrol. I need to put on it 4 butons and one
>> label but i have no idia how to make it. I already wrote some
>> windowsformrs controls and it is very diferent from webcontrols. Can any
>> one give me an idia how to make it?
>>
>> Thanks in advance
>>
>
>
.
- References:
- WebControl
- From: Henrry Pires
- Re: WebControl
- From: Mr Newbie
- WebControl
- Prev by Date: tagging code like del.icio.us, flickr
- Next by Date: VB script error
- Previous by thread: Re: WebControl
- Next by thread: Re: WebControl
- Index(es):
Relevant Pages
|