User Profile

Collapse

Profile Sidebar

Collapse
sank06
sank06
Last Activity: Jan 19 '12, 02:22 PM
Joined: Dec 19 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • the records are displayed repeated in crystal report s

    this is my code behind file
    sql works fine in sql server management studio. 9 records are displayed.

    But in crystal report, the same query repeats each record 14 times

    I have attached the

    Code:
    string sql = "SELECT nav.scheme_name,portfolio_master.amt_invested from portfolio_master inner JOIN nav ON nav.scheme_code=portfolio_master.scheme_id and  portfolio_master.user_id='" + Session["user_id"]
    ...
    See more | Go to post

  • Unload web user control dynamically (I am using the control for menu purpose)

    I am using 2 web controls (for header menu)

    if the user is admin, I want to load web1.ascx else
    web2.ascx.

    At the start of the page, I have added this

    Code:
    <%@ Register Src="web1.ascx" TagName="web1Control" TagPrefix="uc2" %>
    Do i have to add the other control as well?


    I am clueless. pl help me.
    See more | Go to post

  • sank06
    started a topic deploy asp.net app in godaddy server

    deploy asp.net app in godaddy server

    I have godaddy hosting plan in which multiple domains can be created. In one such domain (not primary) I have hosting my .net app. I am getting error 500
    In the web.config file I have included
    <system.webServ er>
    <httpErrors errorMode="Deta iled" />
    <asp scriptErrorSent ToBrowser="true "/>
    </system.webServe r>
    <system.web>
    <customErrors mode="Off"/>...
    See more | Go to post

  • sank06
    started a topic Excel Date to PHP date
    in PHP

    Excel Date to PHP date

    for converting mm/dd/yy to yyyy-mm-dd, I used this code
    list($d, $m, $y) = preg_split('/\//', $normal_date);

    $mydate = sprintf('%4d%02 d%02d', $y, $m, $d);
    print $mydate;

    following date is not converted
    10/20/2011 ( that is to say, if both month and date are 2 digts)

    whereas rest of the excel dates are being converted
    2/12/2011
    6/10/2011

    pl hel...
    See more | Go to post

  • sank06
    replied to how t write html code in asp
    how do i write dataset,html tags in asp

    response.write( "<tr><td width='70%'>" <%= rs("question")% > "</td>")
    See more | Go to post

    Leave a comment:


  • sank06
    started a topic update stt- Too few parameters. Expected 1.

    update stt- Too few parameters. Expected 1.

    let me tell u what the code deos:
    retrieve data ( text box, 2 radio buttons, ) from db.
    on selection of any of the radio buttons, the counter should be incremented accordinglt
    in the database i have these fields, question, option1,option2 ,option1_ctr,op tion2_ctr.
    if option1 is clicked, then option1_ctr should be incremented. similarly
    if option2 is clicked, then option2_ctr should be incremented.
    [code=asp]<%...
    See more | Go to post
    Last edited by jhardman; Mar 18 '08, 09:26 PM. Reason: put code in code tags. Please note button marked - #

  • Drag and Drop contents of a cell to another cell

    Hi,

    I need to drag and drop the contents of a cell in to another cell.

    Thanks in advance.
    Sanks
    See more | Go to post
No activity results to display
Show More
Working...