Search

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

Matching Posts

  • Can we resize the bars in a bar chart using Report viewer control

    The bars in a bar diagram should be resized based on data. here is the data I have Col1 col2 col3 Application -----Columns 1 0 0 App1 -----Data 0 0 0 App2 0 0 0 App3 In this scenario the report should display only one bar in a chart but in x-axis the titles App1 App2 App3 should appear as it is with one bar for App1. But for me, the report is displaying one bar with one title App1 in x-axis and the bar is completely occupied in the report looking odd.
  • Re: Report Viewer control issues

    I developed a report in ASP.net and used chart control to display bar diagrams based on the result of storedprocedure. I binded this report to the reportviewer control dynamically. But if there is only one or two rows the single bar occupies the complete report. however, I want in a such way where if there is only one bar to display then it should display and the others should only display the y-axis titles with no bars. But in my case only one y-axis title with one bar occupies entire report. Here
  • Editing the size of a column bar in the chart diagram

    I developed a report and binded to report viewer control dynamically. i am trying to display the data from database using storedproc. Everything worked fine but the problem is if there is only one bar in the chart of less data.... the one bar column fills the chart completely. I need to control the size of the bars in a bar chart. Moreover, I am using the chart control in the report i developed. Here is the code DataSet ds = GetBuildReqsData(); if (ds.Tables[0].Rows.Count > 0) { ReportViewer1
  • Re: How to deploy to remote server

    Hi Henak, Could you please send me the source code as I am a beginner and I wish to the same job. Thanks in advance
  • Re: Remote Deployment Without MSI Installation?

    Hi All, I wish to develop a website that should take the inputs (as the location where the source code,dlls,.exes...exist) and should build an application and create a msi in a specified location. Could some one help me in doing this using ASP.net 2005.
    Posted to Community Starter Kit (Forum) by kanthu2681 on 7/4/2008
  • Re: How to deploy on server?

    Hi All, I wish to develop a website that should take the inputs (as the location where the source code,dlls,.exes...exist) and should build an application and create a msi in a specified location. Could some one help me in doing this using ASP.net 2005.
    Posted to ASP.NET MVC (Forum) by kanthu2681 on 7/4/2008
  • Re: SSL

    Hi I have to configure Web site for SSL in IIS 6.0 through console application. Here are the steps that i do manually but i need this to be done through code. 1. Open IIS using inetmgr.exe 2. Select the web site, go to “Directory Security” -> “Secure Communications” 3. Click on “Edit”. Check Require secure channel (SSL) option. 4. Check Client certificates ->Require client certificates channel (SSL) option.
    Posted to Security (Forum) by kanthu2681 on 7/3/2008
  • Re: SSL in IIS

    Hi I have to configure Web site for SSL in IIS 6.0 through console application. Here are the steps that i do manually but i need this to be done through code. 1. Open IIS using inetmgr.exe 2. Select the web site, go to “Directory Security” -> “Secure Communications” 3. Click on “Edit”. Check Require secure channel (SSL) option. 4. Check Client certificates ->Require client certificates channel (SSL) option.
    Posted to Security (Forum) by kanthu2681 on 7/3/2008
  • update web.config file appsettings value

    Hi all, I am trying to update the value in appSettings section of web.config file. The problem i'm facing is the web.config file contains the xml namespace and due to this I'm unable to move to the required node and update it. Here is my source code and the xml file i am using. Any pointers to resolve this issue would be more helpful. SourceCode Imports System.Xml Module Module1 Dim FileLocation As String = "C:\webroot\web.config" Dim NodeLocation As String = "configuration
  • Re: Svae Settings in Web.Config

    Hi All, I just want this to be done through console application. I mean I would like to update the web.config file appsettings values from the command prompt where the code is written in console application. Can any one send me the source code as I'm stuck up.
Page 1 of 2 (14 items) 1 2 Next >