© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•15mo ago•
8 replies
. (this world is scary FR)

Value not being displayed on the page

showadress.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/guestmasterpage.Master" AutoEventWireup="true" CodeBehind="showadress.aspx.cs" Inherits="NoozhaRamputh21443mstore.tutorials.week5.showadress" %>

<%@ Register TagPrefix="uc" TagName="address" Src="~/tutorials/week5/addressform.ascx" %>


<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
html {
background-color: silver;
font: 14px Georgia,Serif;
}

.content {
background-color: white;
width: 600px;
margin: auto;
padding: 20px;
}

.addressLabel {
float: left;
width: 100px;
padding: 5px;
text-align: right;
}

.addressField {
float: left;
padding: 5px;
}

.clear {
clear: both;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="maincontent" runat="server">

<div class="content">

<uc:address ID="addBilling" runat="server" />

<uc:address ID="addShipping" runat="server" />

<asp:Button
ID="btnSubmit"
OnClick="btnSubmit_Click"
Text="Submit Form"
runat="server" />
<hr />
<asp:Literal
ID="ltlResults"
runat="server" />
</div>
</asp:Content>
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Image is not being displayed On Azure
C#CC# / help
3y ago
User Control form not being displayed
C#CC# / help
3y ago
❔ Page debugging twice in razor pages PageRouteModelConvention
C#CC# / help
4y ago
❔ MVC - data is being passed to view, but not displayed
C#CC# / help
3y ago