User Profile

Collapse

Profile Sidebar

Collapse
balurajeev
balurajeev
Last Activity: Nov 3 '08, 11:47 AM
Joined: Oct 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Try this

    I think this will help you


    Code:
    var l1 = 0; // Left of ticker In pixel, Or 0 To position relative
    var t1 = 0; // top of ticker In pixel, Or 0 To position relative
    var w1 = 400; // width of ticker In pixel
    var ie = document.all ? true : false;
    var first = true;
    var l2 = l1 + w1;
    var l3 = l1 - l2;
    var l = l2;
    var pos;
    function tickinit() {
    ...
    See more | Go to post
    Last edited by acoder; Nov 3 '08, 11:41 AM. Reason: Added [code] tags

    Leave a comment:


  • balurajeev
    started a topic prolem with footer div
    in .NET

    prolem with footer div

    hi all,

    I am working on aspx page which is having three 'div' tags.
    First one is header div which is having fixed positioning and left and top
    position '0px'.Also the div is having 50px height and 1060px width .
    Second div is a footer div which is fixed at the bottom of the page.
    Third div is the content div which contains the content text.

    here is how the code follows:
    <body>...
    See more | Go to post

  • can u pls give an example using dynamic contol
    See more | Go to post

    Leave a comment:


  • how to send data to the server from dynamically created html controls

    Hii,

    currently i am working on an apliction(ASP.N ET/C#) that creates dynamic html rows which contain six html text boxes and a html dropdowllist. At the time of page load the web page contain six server side text boxes and a serverside drop down list. and a html "Addrow" buton which create client side textboxes and dropdown list dynamichally Now i am meeting a problem of passing values from dynamichally created html controls...
    See more | Go to post
    Last edited by gits; Apr 2 '08, 05:43 PM. Reason: added code tags

  • [HTML]<html xmlns="http://www.w3.org/1999/xhtml" >
    <head runat="server">
    <title>Untitl ed Page</title>
    <script type="text/javascript" language="javas cript">[/html]
    [code=javascript]

    var ar=new Array();
    var ar2=new Array();
    var len;
    function LoadDdl()
    ...
    See more | Go to post
    Last edited by acoder; Apr 3 '08, 06:41 AM. Reason: Added code tags

    Leave a comment:


  • how can i create a crystal report using stored procedure

    Hi friends ,


    I want to create a Crystal report in C# using Parameterised Storred Procedure

    This is my Stored Procedure
    ALTER proc [dbo].[sp_employeRepor t]
    (
    @fname varchar(50),
    @lname varchar(50),
    @team varchar(50),
    @rep varchar(50),
    @status int,
    @level varchar
    )
    As
    Begin

    Declare @Sql Varchar(8000)
    set @Sql='...
    See more | Go to post

  • balurajeev
    started a topic how can i use class array in c#
    in .NET

    how can i use class array in c#

    i'm balu working as trainee in firm .now im in big trouble while usin g class array.
    i dont know how to read values uding class as array?
    please
    help me
    See more | Go to post
No activity results to display
Show More
Working...