Ask a Question related to ASP.NET General, Design and Development.
-
juavizga #1
why I cant' view a STYLE applied to label
my code is the next:
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile" %>
<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="MobileWebForm1.aspx.vb" Inherits="pruebas.MobileWebForm1" %>
<HEAD>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="http://schemas.microsoft.com/Mobile/Page"
name="vs_targetSchema">
</HEAD>
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
<mobile:form id="Form1" runat="server">
<mobile:Label id="Label1" runat="server" Alignment="Right"
StyleReference="Style1">hola</mobile:Label>
</mobile:form>
<mobile:stylesheet id="STYLESHET" runat="server">
<mobile:Style BackColor="#C0FFFF" Name="Style1"></mobile:Style>
</mobile:stylesheet>
</body>
juavizga Guest
-
FormItem label style
If you add each of the control types to your .css file, then those would overwrite any style that you have set on the FormItem. Maybe not the... -
Cannot view XML input using XSL style sheet
I have created a registration page, but when I try it, I get the following error message. Start Error ... -
Fonts change when graphic style gradient applied
I'm trying to create some rollovers for a website. I want the text to change from a solid color to a gradient, but whenever a apply a gradient (as... -
Problem storing Style in View State
I have created a custom control that has System.Web.UI.WebControls.Style has a property. The property is defined like this: public virtual... -
CSS style not being applied in browser
I've begun creating a website for which I am creating custom CSS Styles to apply fonts/size/colour etc to all the text in the pages. Seems easy -...



Reply With Quote

