|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
good sample of creating my own web control?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 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. Implemented & works great.
Sample at http://www.davidthielen.info/programming/2006/10/help_file_link_.html -- Show quoteHide quotethanks - dave david_at_windward_dot_net http://www.windwardreports.com Cubicle Wars - http://www.windwardreports.com/film.htm "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. > > 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. 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/ 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 > >
implicit vs explicit localization
AccessDataSource - how to get access to the retrieved data? Adding Web Control How can I find the datakey of currently selected row? Help! Menu control not rendering properly on production Gridview: Edit row validation sqldatasource and connection exception handling changing rows in a multiline textbox localization for all MS web controls email sending twice |
|||||||||||||||||||||||