Computing.Net > Forums > Web Development > Add Comment in ASP

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Add Comment in ASP

Reply to Message Icon

Name: forefj
Date: September 22, 2009 at 13:38:20 Pacific
OS: Windows Vista
Subcategory: General
Tags: website .aspx
Comment:

I need assistance in trying to hide a link
to FaceBook on a webpage.
There is Default.aspx file and an FBLink.ascx file that contain code for the Facebook link. When I try to comment out the FBLink.ascx file the website will no longer function properly. Below is the code in the Fblink.ascx file:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="fbLink.ascx.cs" Inherits="webstore.Store.UserControls.fbLink" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<a href="<%#getfbLink() %>" target="_blank" title='<%#TEXT("visit.facebook") %>' style="border:none;"><img src='<%#ResolveUrl("~/images/facebook.png") %>' runat="server" border="0" width="30"/>



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Add Comment in ASP

Date pop-up box in ASP.NET www.computing.net/answers/webdevel/date-popup-box-in-aspnet/833.html

variables in ASP.NET www.computing.net/answers/webdevel/variables-in-aspnet/942.html

Server Controls Array in ASP.NET www.computing.net/answers/webdevel/server-controls-array-in-aspnet/3402.html