Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Re: Customizing ASP.NEt Hyperlink Control

Reply
Thread Tools

Re: Customizing ASP.NEt Hyperlink Control

 
 
Patrick Olurotimi Ige
Guest
Posts: n/a
 
      04-13-2005
Saket Mundra,
Can you try adding CSS Style to it.
In the hyperlink control you should add CSSClass="YOUR CSS FILE" like
this:-
<asp:HyperLink id="HyperLink1" NavigateUrl="http://www.microsoft.com"
CssClass="YOURCSSCLASSHERE" Text="Click here to go to the Microsoft
site"
Target="_new" runat="server"/>
Hope this Helps
Patrick



*** Sent via Developersdex http://www.developersdex.com ***
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I get the value of a DropDownList control that was defined by customizing the CreateUserWizard control? Learner ASP .Net Security 2 04-25-2006 08:19 PM
confused about customizing gridview control asp.net 2.0 Steve ASP .Net 0 09-02-2005 02:04 PM
Customizing Calendar control Neven Klofutar ASP .Net 0 07-13-2005 07:10 AM
Customizing the Data Grid Control vsssandeep boggavarapu via .NET 247 ASP .Net 1 06-11-2005 11:25 AM
customizing PagerStyle-Mode in the Datagrid control aftab ASP .Net 0 05-15-2004 01:43 PM



Advertisments