Search

You searched for the word(s): userid:870375

Matching Posts

  • css browser compatability

    Hi I built a website but the default.aspx shows differently in firefox 3.0.11 and IE 8. http://www.3marulanway.com.au/Default.aspx please help me find out why. thx
    Posted to Web Forms (Forum) by phddas on 10/10/2009
  • image z-index

    Hi I have an image which I want to fill the body with in a faint look. the css below is not doing it. body{padding-left: 15px; padding-top: 15px; background-image:url("../images/url.JPG"); background-repeat:repeat; z-index: -1;} thx
    Posted to Web Forms (Forum) by phddas on 10/10/2009
  • Re: image z-index

    How can I apply opacity on the image which is declared in the css rule? Do I need to remove it from the css rule and onto the html with an id? And if so the new image tag will modify the layout a bit. [quote user="rtpHarry"]You could use opacity to make it look wishy washy ?[/quote] No, the opacity will be on an image which is a text of the url itself. so that the url will show in a faint background.
    Posted to Web Forms (Forum) by phddas on 10/10/2009
  • list of titles and paragraphs

    Hi when I do <ul> <li> <h1></h1> <p></p> </li> </ul> it complains. how else could I have the same effect specially when there is lots of "heading/paragraphs" in a list formate? thx
    Posted to Web Forms (Forum) by phddas on 10/9/2009
  • unable to style an image

    Hi I am unable to give size to an image throught a class attribute, the image is in a master page with an external style sheet. I am making a list of images which are hot links as in the code files below. house.master <%@ Master Language="C#" AutoEventWireup="true" CodeFile="house.master.cs" Inherits="house" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    Posted to Visual Studio 2008 (Forum) by phddas on 10/8/2009
  • textBox value not present in the code behind

    Hi I am building an asp.net web application using visual studio 2008 with .NET 3.5 on an XP 32 bit machine where I have the server as well. C# and javascript are used. I have a form with asp:textBox and a button outside the form element which has a code behind Button1_Click. I set the breakpoint on a code line string val = name.Text; when the code passes this line, I check its value and it is "" even though there is a value in the asp:textBox on the form. where do I start looking for the
    Posted to Visual Studio 2008 (Forum) by phddas on 10/6/2009
  • Re: textBox value not present in the code behind

    <form id="contact" action="" method="post"> <fieldset> <legend>Personal Information</legend> <ol> <li> <asp:Label ID="nameLabel" AssociatedControlId="name" Text="Name: " runat="server" /> <asp:TextBox ID="name" runat="server" CssClass="text name" /> <asp:Label ID="name_error" AssociatedControlId="name" cssClass="error"
    Posted to Visual Studio 2008 (Forum) by phddas on 10/6/2009
  • Re: textBox value not present in the code behind

    <form id="contact" action="" method="post"> is what I have.
    Posted to Visual Studio 2008 (Forum) by phddas on 10/6/2009
  • Re: textBox value not present in the code behind

    [quote user="nijhawan.saurabh"] Button is outside the form element? [/quote] Yes it is. And if I move the button <fieldset class="submit"> <asp:Button ID="Button1" runat="server" Text="Send" CssClass="button" onclick="Button1_Click" /> </fieldset> inside the Form element, the Button1_Click event does not get fired at all. i.e. the code behind does not get hit when I click the button.
    Posted to Visual Studio 2008 (Forum) by phddas on 10/6/2009
  • Re: database note getting the data from the form

    line 22 of the aspx file needs to have Form runat="server" and remove the Form element from the master page.
    Posted to Web Forms (Forum) by phddas on 10/6/2009
Page 1 of 21 (208 items) 1 2 3 4 5 Next > ... Last »