Home All Groups Group Topic Archive Search About

good sample of creating my own web control?

Author
18 Oct 2006 3:59 AM
David Thielen
Hi;

Does anyone know of a url that shows the "right" way to create my own web
control? I need to inherit from asp:HyperLink and add some minor additional
functionality.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm

Author
18 Oct 2006 8:35 AM
Walter Wang [MSFT]
Hi David,

I think following MSDN documentation can get you started to create custom
ASP.NET server controls:

#Developing Custom ASP.NET Server Controls
http://msdn2.microsoft.com/en-us/library/zt27tfhy.aspx

I think the first Walkthrough should give you a good start:

#Walkthrough: Developing and Using a Custom Server Control
http://msdn2.microsoft.com/en-us/library/yhzc935f.aspx

By the way, is this control that we discussed before to generate a help
link automatically based on page path and browser locale information?

Sincerely,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Author
21 Oct 2006 10:21 PM
David Thielen
Implemented & works great.

Sample at
http://www.davidthielen.info/programming/2006/10/help_file_link_.html

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm




Show quoteHide quote
"Walter Wang [MSFT]" wrote:

> Hi David,
>
> I think following MSDN documentation can get you started to create custom
> ASP.NET server controls:
>
> #Developing Custom ASP.NET Server Controls
> http://msdn2.microsoft.com/en-us/library/zt27tfhy.aspx
>
> I think the first Walkthrough should give you a good start:
>
> #Walkthrough: Developing and Using a Custom Server Control
> http://msdn2.microsoft.com/en-us/library/yhzc935f.aspx
>
> By the way, is this control that we discussed before to generate a help
> link automatically based on page path and browser locale information?
>
> Sincerely,
> Walter Wang (waw***@online.microsoft.com, remove 'online.')
> Microsoft Online Community Support
>
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications. If you are using Outlook Express, please make sure you clear the
> check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
> promptly.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscriptions/support/default.aspx.
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
Author
23 Oct 2006 3:33 AM
Walter Wang [MSFT]
Hi David,

I've posted a reply in your another post titled "need locale hyperlink help
filename."

Regards,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Author
20 Oct 2006 12:41 AM
Steve C. Orr [MVP, MCSD]
I've published a variety of articles on the subject of creating web
controls.
You can read most of them online here:
http://SteveOrr.net/articles/

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net


Show quoteHide quote
"David Thielen" <thielen@nospam.nospam> wrote in message
news:165C348C-42CD-42E8-8F0D-CAB4EA572FFA@microsoft.com...
> Hi;
>
> Does anyone know of a url that shows the "right" way to create my own web
> control? I need to inherit from asp:HyperLink and add some minor
> additional
> functionality.
>
> --
> thanks - dave
> david_at_windward_dot_net
> http://www.windwardreports.com
>
> Cubicle Wars - http://www.windwardreports.com/film.htm
>
>