User Profile

Collapse

Profile Sidebar

Collapse
siddu
siddu
Last Activity: Sep 15 '08, 06:44 AM
Joined: Nov 30 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • siddu
    started a topic SQL Server

    SQL Server

    1) How to create Backup Server in SQL Server?

    Please explain in detail process.
    See more | Go to post

  • siddu
    started a topic Required Data between two dates

    Required Data between two dates

    I want to show the data between two dates.The date format is like this 2008-06-10 14:49:57.577
    See more | Go to post

  • siddu
    started a topic How to display pop-up message in bold

    How to display pop-up message in bold

    Hi Team,

    I am using SQLServer 2005, there in one report I am showing one pop-up message on mouseover of the report.
    The sample text is

    Note:

    1) ---

    2) ---

    I want to display the side hedding (Note :) in Bold. Please tell me the answer.

    Thanks
    See more | Go to post

  • How to call Javascript function in single statement

    How to call Javascript function in single statement, I have to call these two statements in a single onClick

    img.Attributes( "onclick") = "toggleSidebar( " + IDPREFIXSIDEBAR CONTENT + CStr(tab.Id) + ")"

    img.Attributes( "onclick") = "showTab(" + IDPREFIXTAB + CStr(res.Id) + ", '" + param + "');"

    Please advice me how to call above two statements...
    See more | Go to post

  • siddu
    started a topic CASE stmt with isnull()

    CASE stmt with isnull()

    select country,
    IsNull(A,0) as A,
    IsNull(B,0) as B,
    ---- Here I need to add case stmt. I have data B in Db if it is B then I have to show C else I have to C

    from <Table-name>

    Please help me how to do this? It is very urgent

    Thanks
    See more | Go to post

  • siddu
    started a topic Problem in IE7.0

    Problem in IE7.0

    Hi,

    I have an application with mouse over links which is appearing in IE6 which is not appearing in IE7.0.
    The data is coming from database table,data is correct and I am sure we have to do some settings in IE7.0
    So kindly let me know how to do this

    Thanks to all
    See more | Go to post

  • siddu
    started a topic Need help in ANTS profiler
    in .NET

    Need help in ANTS profiler

    Hi,

    I know ANTS profiler is used for timing the code,kindly let me know the URL for the dump.
    Please let me know how to use ANTS profiler and how to install the ANTS profiler


    Thanks to all repliers.
    See more | Go to post

  • siddu
    started a topic Implementation of Session in Reporting Services
    in .NET

    Implementation of Session in Reporting Services

    I am generating 10 reports in my aspx page using ReportingServic es, but the time take to generate the reports is high for few reports I want to improve the performance of those reports So please kindly tell me how to implement session concept in Reporting Services
    See more | Go to post

  • siddu
    started a topic How to check execution logs

    How to check execution logs

    Hi,

    How to find execution logs like execution time of StoredProcedure etc using ReportServerDB in SQLSERVER 2005
    Also suggest how to increase performance of StoredProcedure

    Thanks
    See more | Go to post

  • siddu
    started a topic Caching Implementation
    in .NET

    Caching Implementation

    Hi,


    I am displaying reports in my asp.net page using Reporting Service concept.All settings we made in database totally. For generating all reports it is taking 10 min time.
    So I want to implement caching for my aspx page which caching is better& kindly provide me the code

    Thanks in Advance.
    See more | Go to post

  • siddu
    started a topic caching in Reporting Services

    caching in Reporting Services

    Hi,

    My page is displaying 5 reports I am using VisualStudio 2005 and SQLSERVER 2005. I am displaying reports using reporting Services
    In my page reports are generating very slow. I would like to go for caching in Reporting Services please give a good guidence on this experiment

    Thanks
    See more | Go to post

  • siddu
    started a topic Loading Problem - ASP.NET
    in .NET

    Loading Problem - ASP.NET

    Hi,

    In my asp.net page I am displaying 3 reports one by one. But my second report is generating first, After that third and last first report is generating. How to make order that after generating first report then only second report should generate and after generating second report then only third report should generate.

    Please provide me solution.

    Thanks to all repliers
    See more | Go to post
    Last edited by jhardman; Feb 12 '08, 05:45 PM. Reason: moved to .Net forum. ASP forum is for "classic" ASP

  • siddu
    started a topic Page items are moving when I scroll right

    Page items are moving when I scroll right

    Hi,

    My page Items are moving when I minimize my webpage. I am having header,footer and sidebar.
    when ever I minimize my page and if I scroll right then the sidebar also coming front and the extreme right is showing white space. I am using html tables and javascript code.

    Kindly provide me solution...

    Thanks to all repliers
    See more | Go to post

  • siddu
    replied to Loading Problem
    in .NET
    Loading in Order

    Hi,

    In my asp.net page I am displaying 3 reports one by one. But my second report is generating first, After that third and last first report is generating. How to make order that after generating first report then only second report should generate and after generating second report then only third report should generate.

    Please provide me solution.

    Thanks to all repli...
    See more | Go to post

    Leave a comment:


  • siddu
    started a topic Loading Problem
    in .NET

    Loading Problem

    Hi,

    In my asp.net page I am displaying 3 reports one by one. But my second report is generating first, After that third and last first report is generating. How to make order that after generating first report then only second report should generate and after generating second report then only third report should generate.

    Please provide me solution.

    Thanks to all repliers
    See more | Go to post

  • siddu
    started a topic Update Query Explaination
    in .NET

    Update Query Explaination

    Hi Friends,

    I have a update query which I have to change in one procedure.That looks like this below syntax pls explain little bit about this

    Update stmt innejoin(select ing somefields with outerjoin of another table )

    Thanks to all
    See more | Go to post

  • siddu
    started a topic Building Application
    in .NET

    Building Application

    Hi All,

    1)I Have an application in remote location I am accessing that code using IpAddress of that machine.I have admin rights in that.Can I deploy that code in my local machine.

    2)How to build and deploy the code from vss?

    Thanks to all repliers.
    See more | Go to post

  • siddu
    started a topic vss Problem
    in .NET

    vss Problem

    Hi Friends,

    When I open VisualStudio then one VSS prompt is coming which asking about username,pwd,Br owse.Then I given all details then source code opened in VisualStudio.

    For modify one file in that I Created setworking folder and checkin into c:\samples (for example).
    "My doubt is "
    when I open C:\sample again It is prompting VSS window asking about username and pwd. Why?So How can I modify...
    See more | Go to post

  • siddu
    started a topic Datagrid with session problem
    in .NET

    Datagrid with session problem

    Hi

    I have a Datagrid and Button controls in a webform I am displaying Dept Details in Webform1.But when I click Button
    Then Entire Details should display in webform2 using sessions How?

    Thanks
    See more | Go to post

  • siddu
    started a topic Difference between Build and Deployment?
    in .NET

    Difference between Build and Deployment?

    Hi All,

    Can u pls tell me Deployment process.That means After developing all pages with source code in our local machine,
    same will be updated in Client machine?

    1.Code also Deployed on client machine?If not how our application runs in client machine?

    2.What is the differnce between Build and Deployment?


    Thanks to all Repliers..
    See more | Go to post
No activity results to display
Show More
Working...