My Code:
string MyURL = Request.Url.ToString();
HyperLink1.NavigateUrl = MyURL;
What I want in the addressBar:
http://localhost/WebApplication5/Products/Products.aspx
Instead I get...
I fixed it...I included a label in my usercontrol;
USERCONTROL:......breadcrumb.ascx the html........
<DIV id="pnlGrid" style="WIDTH: 20px; POSITION: relative; HEIGHT: 48px" runat="server"
ms_positioning="GridLayout"></DIV>
<asp:Label id="Label1" runat="server">Label</asp:Label><br>...
Hi all I am trying to add my banner image as a header in css but it doesn't work and I don't know why. here is the css:
.............................................
body{
background-color:#8470ff
}
p{
color:darkred;
}
a{
text-decoration:none
}
.banner {
background-image...
There is no html in the breadcrumbs.ascx.Sorry I showed the BreadCrumbs.ascx.cs file. The Breadcrumbs.ascx only has 1 line:
<%@ Control Language="c# AutoEventWireup="false" Codebehind="BreadCrumb.ascx.cs "inherits=" Webapplication5BreadCrumb1"...
NO i didn't but when i tried it I had the same problem. Below are the codes for Products.aspx and BreadCrumbs.ascx
BREADCRUMBS.ASCX
namespace WebApplication5
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using...
I have a user control that I made for BreadCrumb Navigation. It works great but my problem is that it is on top of my whole page, above my headers. I tried placeing it on the bottom of the page but it shows up on the top anyway. Is there some way to get around this so that I can place my...
I have a strings "Foamtreads" and "Mens_Foamtreads"
I have an if else statement
if (there is a dash){
//remove dash
}
I can't figure out my if statement because I am getting an Argument out of Range exception when there is no dash.
if(dashPositioon=strTemp.IndexOfAny('_')!=null)
Hi all I am new too flash and just did a simple application with a heart gif moving to a stethoscope gif. I tried to view my results in ie but it never opened after loading for 10 minutes. Could anyone help with some tips and advice as to how I could make it run faster?
Hi I am viewing my aspx files in internet explorer and the textboxes and list boxes are missing. My labels are showing up though. When I run my project in Visual Studio the textboxes and listboxes show up perfect. This may be a stupid question but how do I view my aspx files in internet explorer?
I am trying to export a form to html by a commandButton
using the TransferText method. Below is my code.
Private Sub cmdExport_Enter()
DoCmd.TransferText acExportHTML
End Sub
I get a compile error saying that I need to specify a table. I also wrote it as
DoCmd.TransferText acExportHTML...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.