User Profile

Collapse

Profile Sidebar

Collapse
royal ludhiana
royal ludhiana
Last Activity: Nov 13 '08, 11:23 AM
Joined: Jan 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • royal ludhiana
    started a topic Error After Uploading Web Application
    in .NET

    Error After Uploading Web Application

    hi,

    I have uploaded my web application on a web space. I am getting the following error:



    The error is regarding Crystal Reports. Any solution to this.

    Regards,

    Royal...
    See more | Go to post

  • royal ludhiana
    started a topic Div tags problem - Show 'n' Hide

    Div tags problem - Show 'n' Hide

    hi all,

    I am having two <Div> tags on my web page. I am using a CSS file for the appearance of these tags :

    [CODE=css]#divholder1

    {

    float:left;
    width:75%;

    height:450px;
    }

    #divholder2

    {

    float:right;
    width:24%; /* remaining 1% is used as a gap between the two <Div> tags */

    ...
    See more | Go to post

  • royal ludhiana
    replied to Why Doesn't this Code Work
    if I don't use the CSS and I try to display the images as:

    <div id="topdiv" style="backgrou nd-image:url(/images/banner5.jpg)"></div>


    it works fine this way. But I want to do the same thing using CSS.

    Regards,

    Royal
    See more | Go to post

    Leave a comment:


  • royal ludhiana
    started a topic Why Doesn't this Code Work

    Why Doesn't this Code Work

    hi all,

    I am having a simple CSS file with the following tag:

    .topdivision
    {
    width:100%;
    height:100px;
    background-image:url(../images/banner5.jpg);
    background-repeat:no-repeat;
    background-position:center ;
    }

    And as I am using this with ASP.NET page, I have given a reference in the page as:
    <link href="App_Theme s/rainy/rainy.css"...
    See more | Go to post

  • Basically I am putting these controls on a web user control. So you won't be able to see the code on execution.

    Royal...
    See more | Go to post

    Leave a comment:


  • Following are the two controls I am using:

    <input id="txtdt" type="text" name="caldt"" />
    <asp:TextBox ID="TextBox1" runat="server"> </asp:TextBox>

    Whenever the html control receives a value the same should be displayed in the asp.net control. I don't want to use "runat= "server" " with the html control and also i don't...
    See more | Go to post

    Leave a comment:


  • I am using a normal asp.net textbox.

    <asp:TextBox id="TextBox1" runat="server"> </asp:TextBox>

    can you let me know how this going to work. I am new to javascript.

    Regards,

    Royal...
    See more | Go to post

    Leave a comment:


  • value from html control to asp.net control through javascript?

    hi all,

    I want to pass the value from a html control(input.. .text) to asp.net control(textbox ). And this should happen...whenev er the html control receives a value(don't want to use a button click event). How this can be possible. I don't want to make a html control as sever control(by adding... runat="server") .

    Regards,

    Royal
    See more | Go to post

  • royal ludhiana
    started a topic PopUp to TextBox problem
    in .NET

    PopUp to TextBox problem

    Hi all,

    Can u suggest me what's the problem in this code: I am trying to get the date from a popup calendar control and want to display it in a textbox placed on another form.

    [CODE=cpp]protected void cntCalendar_Sel ectionChanged(o bject sender, EventArgs e)
    {
    TextBox1.Text = cntCalendar.Sel ectedDate.ToSho rtDateString();

    string sr = @"<script>
    var seldt...
    See more | Go to post
    Last edited by acoder; Jan 12 '08, 01:08 PM. Reason: Added code tags

  • How to set(fix) the rows height in a table in HTML

    hi all,

    How can I set(fix) the row height in a table. i.e. I have 10 rows in a table and I want to fix the height of all the rows to "20px".

    - One way to do this is that I write....... <tr style="height:2 0px"></tr> ......in all the rows.

    But I want to know is there anyway by which I can write this at a single place and all the rows are aligned automatically.
    ...
    See more | Go to post

  • royal ludhiana
    started a topic Column format in HTML

    Column format in HTML

    hi all,
    I am working on a table in HTML, where i have three columns and I want to set the text color for the first column as 'Red' and it should be aligned towards 'Right' side of the cell.

    I have created a CSS tag for this, but the problem is that in every cell of that column I have to use the keyword Class="". eg...<td class="cellform at"> </td>.... Is there any way by which i can give it at...
    See more | Go to post
No activity results to display
Show More
Working...