Home All Groups Group Topic Archive Search About

Login HelpPageIconUrl is the help link

Author
12 Nov 2006 6:46 PM
David Thielen
Hi;

How can I set a Login control to have the link to help be from the
HelpPageIconUrl and have no HelpPageText?

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

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

Author
13 Nov 2006 4:17 AM
Steven Cheng[MSFT]
Hello Dave

From your description, you want to make the HelpPage link and HelpPage Icon
combined together so as to avoid use another text label to display the
link, correct?

Based my research, as for the Login control, its "HelpPageIconUrl" can not
be customized as a Image link. So far what I can get is the below approach:

1. First set the "HelpPageIconUrl" and other properties as you like

2. Use VS IDE design-time wizard to convert the login control's UI to
template based

3. Thus, you can customize the url link in the template as you want(replace
it with a image link)



Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



This posting is provided "AS IS" with no warranties, and confers no rights.
Author
13 Nov 2006 4:28 AM
David Thielen
ok - thanks

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

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




Show quoteHide quote
"Steven Cheng[MSFT]" wrote:

> Hello Dave
>
> From your description, you want to make the HelpPage link and HelpPage Icon
> combined together so as to avoid use another text label to display the
> link, correct?
>
> Based my research, as for the Login control, its "HelpPageIconUrl" can not
> be customized as a Image link. So far what I can get is the below approach:
>
> 1. First set the "HelpPageIconUrl" and other properties as you like
>
> 2. Use VS IDE design-time wizard to convert the login control's UI to
> template based
>
> 3. Thus, you can customize the url link in the template as you want(replace
> it with a image link)
>
>
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>

>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>