Anchor links in Control

  • Thread starter Thread starter Barry
  • Start date Start date
B

Barry

Hi
I am Developing a C# control for use in ASP.NET Web Application, it is
has some HtmlAnchor links on it, i want to avoid the underscore which comes
in all links, how can i do it it the Control's code not on the Web page
where it is displayed

TIA

Barry
 
Barry said:
Hi
I am Developing a C# control for use in ASP.NET Web Application, it
is has some HtmlAnchor links on it, i want to avoid the underscore
which comes in all links, how can i do it it the Control's code not
on the Web page where it is displayed

TIA

Barry

a) for client (=browser) side display, use stylesheet classes. You can't control
the display of controls (apart from visible / non visible) just at the server-side,
without any client-side help.
b) for asp.net questions, there is a microsoft.public.dotnet.framework.aspnet newsgroup

Hans Kesting
 
Back
Top