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

ASP.NET

 
AnswerRe: asp .net connect my web page access database manually Pin
Paul Conrad9-Jul-08 18:44
professionalPaul Conrad9-Jul-08 18:44 
AnswerRe: asp .net connect my web page access database manually Pin
Paddy Boyd9-Jul-08 20:41
Paddy Boyd9-Jul-08 20:41 
QuestionDataAdapter Pin
Murugavel Sadagopan9-Jul-08 16:47
Murugavel Sadagopan9-Jul-08 16:47 
AnswerRe: DataAdapter Pin
Imran Khan Pathan9-Jul-08 19:29
Imran Khan Pathan9-Jul-08 19:29 
GeneralRe: DataAdapter Pin
Murugavel Sadagopan10-Jul-08 19:09
Murugavel Sadagopan10-Jul-08 19:09 
Questioncheck box click server side event not working once validation summary is displayed Pin
For_IT9-Jul-08 14:21
For_IT9-Jul-08 14:21 
AnswerRe: check box click server side event not working once validation summary is displayed Pin
Herman<T>.Instance11-Jul-08 2:56
Herman<T>.Instance11-Jul-08 2:56 
QuestionLink Button Does not Show as a Link Pin
Vimalsoft(Pty) Ltd9-Jul-08 10:44
professionalVimalsoft(Pty) Ltd9-Jul-08 10:44 
Good Evening All


i have Link Buttons, when i test them localy they work, but after i Deployed my Site, The Link Buttons dont work. They look like just ordinary text. Here is the Site

http://www.TiyaneProperties.co.za/Tiyane/Home.aspx[^]

and Here is the Code in my Asp.NET Page

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Home.aspx.cs" Inherits="index" %>

<!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>Welcome to Tiyane Properties-Experience the Difference</title>
<script language="javascript" type="text/javascript">
// <!CDATA[

function TABLE1_onclick() {

}

// ]]>
</script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <img src="Images/Tiyane_banner.gif" /><br />
        <br />
        <br />
        <br />
        <table>
            <tr>
                <td style="width: 128px; height: 21px">
        <asp:LinkButton ID="btnGauteng" runat="server" OnClick="btnGauteng_Click">Gauteng</asp:LinkButton></td>
            </tr>
            <tr>
                <td style="width: 128px">
        <asp:LinkButton ID="btnNorthWest" runat="server" OnClick="LinkButton2_Click">NorthWest</asp:LinkButton></td>
            </tr>
            <tr>
                <td style="width: 128px">
        <asp:LinkButton ID="btnMpumalanga" runat="server" OnClick="btnMpumalanga_Click">Mpumalanga</asp:LinkButton></td>
            </tr>
            <tr>
                <td style="width: 128px">
        <asp:LinkButton ID="LinkButton4" runat="server" OnClick="LinkButton4_Click">Contact Agents</asp:LinkButton></td>
            </tr>
            <tr>
                <td style="width: 128px; height: 28px">
        <asp:LinkButton ID="btnaboutus" runat="server" OnClick="btnaboutus_Click">About us</asp:LinkButton></td>
            </tr>
        </table>
        <br />
        <br />
        <br />
        &nbsp;<br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <span style="background-color: #ff3333"></span>
                    <div class="footer">
                        <span style="background-color: #ff3333"></span>
                    </div>
        <br />
                <br />
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
        <asp:Label ID="Label1" runat="server" ForeColor="Red" Text="Copyright © 2008 Tiyane Properties cc. All rights reserved. "></asp:Label><br />
    
    </div>
    </form>
</body>
</html>


What is Wrong?

Thanks

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


AnswerRe: Link Button Does not Show as a Link Pin
subai9-Jul-08 18:44
subai9-Jul-08 18:44 
GeneralRe: Link Button Does not Show as a Link Pin
Vimalsoft(Pty) Ltd9-Jul-08 21:14
professionalVimalsoft(Pty) Ltd9-Jul-08 21:14 
QuestionRadio Buttons in GridView Pin
hellbinder9-Jul-08 9:00
hellbinder9-Jul-08 9:00 
AnswerRe: Radio Buttons in GridView Pin
led mike9-Jul-08 10:19
led mike9-Jul-08 10:19 
GeneralRe: Radio Buttons in GridView Pin
hellbinder9-Jul-08 11:33
hellbinder9-Jul-08 11:33 
GeneralRe: Radio Buttons in GridView Pin
led mike9-Jul-08 11:51
led mike9-Jul-08 11:51 
GeneralRe: Radio Buttons in GridView Pin
hellbinder9-Jul-08 12:05
hellbinder9-Jul-08 12:05 
GeneralRe: Radio Buttons in GridView Pin
Herman<T>.Instance10-Jul-08 2:58
Herman<T>.Instance10-Jul-08 2:58 
Questioncontrols in gridview Pin
strawberrysh9-Jul-08 8:49
strawberrysh9-Jul-08 8:49 
AnswerRe: controls in gridview Pin
Christian Graus9-Jul-08 8:53
protectorChristian Graus9-Jul-08 8:53 
QuestionRe: controls in gridview Pin
strawberrysh9-Jul-08 10:42
strawberrysh9-Jul-08 10:42 
AnswerRe: controls in gridview Pin
Christian Graus9-Jul-08 11:35
protectorChristian Graus9-Jul-08 11:35 
QuestionRe: controls in gridview Pin
strawberrysh9-Jul-08 18:19
strawberrysh9-Jul-08 18:19 
QuestionFree web hosting Pin
Genius.Boy9-Jul-08 8:19
Genius.Boy9-Jul-08 8:19 
AnswerRe: Free web hosting Pin
jzonthemtn9-Jul-08 11:48
jzonthemtn9-Jul-08 11:48 
GeneralRe: Free web hosting Pin
Genius.Boy9-Jul-08 17:45
Genius.Boy9-Jul-08 17:45 
AnswerRe: Free web hosting Pin
Paul Conrad9-Jul-08 15:17
professionalPaul Conrad9-Jul-08 15:17 

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.