Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: .NET TRANSACTION Pin
AumSingh17-Apr-08 22:17
professionalAumSingh17-Apr-08 22:17 
GeneralHooking the output of user controls Pin
Christopher Duncan17-Apr-08 3:59
Christopher Duncan17-Apr-08 3:59 
GeneralProblem with Basic ASP.NET Pin
Vimalsoft(Pty) Ltd17-Apr-08 3:38
professionalVimalsoft(Pty) Ltd17-Apr-08 3:38 
GeneralRe: Problem with Basic ASP.NET Pin
Herman<T>.Instance17-Apr-08 3:55
Herman<T>.Instance17-Apr-08 3:55 
GeneralRe: Problem with Basic ASP.NET Pin
Vimalsoft(Pty) Ltd17-Apr-08 4:00
professionalVimalsoft(Pty) Ltd17-Apr-08 4:00 
GeneralRe: Problem with Basic ASP.NET Pin
Herman<T>.Instance17-Apr-08 4:08
Herman<T>.Instance17-Apr-08 4:08 
GeneralRe: Problem with Basic ASP.NET Pin
Vimalsoft(Pty) Ltd17-Apr-08 20:02
professionalVimalsoft(Pty) Ltd17-Apr-08 20:02 
GeneralRe: Problem with Basic ASP.NET Pin
Herman<T>.Instance17-Apr-08 20:27
Herman<T>.Instance17-Apr-08 20:27 
the url of your image is
http://www.tiyaneproperties.co.za/httpdocs/images/tiyane2.jpg[^]
It results in a 404. So the image is not there on your webserver. That is why it is not showing.

your page code is:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="httpdocs_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <br />
        &nbsp;<br />
        <asp:Image ID="Image1" runat="server" Height="184px" ImageUrl="~/httpdocs/images/tiyane2.jpg"
            Width="520px" /><br />
        <br />
        <span style="font-size: 24pt; font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman';
            mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA">
            <strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;Under Construction</strong></span></div>
    </form>
</body>
</html>

It does not say anything about your Calendar Control.
Have you published your latest codings on the webserver?
GeneralRe: Problem with Basic ASP.NET Pin
Vimalsoft(Pty) Ltd17-Apr-08 21:20
professionalVimalsoft(Pty) Ltd17-Apr-08 21:20 
GeneralRe: Problem with Basic ASP.NET Pin
Herman<T>.Instance17-Apr-08 23:19
Herman<T>.Instance17-Apr-08 23:19 
GeneralRe: Problem with Basic ASP.NET Pin
Vimalsoft(Pty) Ltd18-Apr-08 3:10
professionalVimalsoft(Pty) Ltd18-Apr-08 3:10 
GeneralRe: Problem with Basic ASP.NET Pin
Christian Graus17-Apr-08 14:33
protectorChristian Graus17-Apr-08 14:33 
GeneralQuestion Pin
nithydurai17-Apr-08 3:04
nithydurai17-Apr-08 3:04 
GeneralRe: Question Pin
J4amieC17-Apr-08 3:25
J4amieC17-Apr-08 3:25 
GeneralRe: Question Pin
led mike17-Apr-08 7:55
led mike17-Apr-08 7:55 
GeneralRe: Question Pin
Rocky#17-Apr-08 3:25
Rocky#17-Apr-08 3:25 
GeneralRe: Question Pin
Ashish Sehajpal17-Apr-08 5:59
Ashish Sehajpal17-Apr-08 5:59 
GeneralRe: Question Pin
Vasudevan Deepak Kumar17-Apr-08 21:06
Vasudevan Deepak Kumar17-Apr-08 21:06 
QuestionDropdownlist DataTextField Pin
Saba0217-Apr-08 3:00
Saba0217-Apr-08 3:00 
GeneralRe: Dropdownlist DataTextField Pin
eyeseetee17-Apr-08 3:10
eyeseetee17-Apr-08 3:10 
GeneralRe: Dropdownlist DataTextField Pin
Ashish Sehajpal17-Apr-08 6:02
Ashish Sehajpal17-Apr-08 6:02 
QuestionProcess.Start fails on clustered servers??? Pin
JimFeng17-Apr-08 2:40
JimFeng17-Apr-08 2:40 
AnswerRe: Process.Start fails on clustered servers??? Pin
Vasudevan Deepak Kumar17-Apr-08 22:33
Vasudevan Deepak Kumar17-Apr-08 22:33 
QuestionHow to Add New Row in Gridview Using Ajax Toolkit Pin
Ankit At Codeproject17-Apr-08 2:06
Ankit At Codeproject17-Apr-08 2:06 
AnswerRe: How to Add New Row in Gridview Using Ajax Toolkit Pin
N a v a n e e t h17-Apr-08 2:16
N a v a n e e t h17-Apr-08 2:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.