Search

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

Matching Posts

  • HttpWebRequest Class

    Hi, I am using HttpWebRequest Class to scrap an html page content. The main idea is to extract 1 captcha image from the website and show in windows app picturebox. Note : This should be achieved without using web browser control. Now when i a make a request using httpwebrequest class, i dnt see any prob and it returns back the response fine. The prob here is after the page gets loaded it makes ajax http call to some other site to get captcha image. This call takes time. So my http webrequest class
    Posted to Web Forms (Forum) by worldclasscoders on 11/7/2009
  • Re: HttpWebRequest Class

    Thanks for your input. But ultimate requirement is not to you WebBrowser Control. This has been specifically mentioned in requirement.
    Posted to Web Forms (Forum) by worldclasscoders on 11/7/2009
  • Re: proper syntax

    Please could you give a bit more explaination what are you trying to achieve. To me it looks like you are concating a string and then ti pass as parameter to stored procedure. Kindly brief out the prob you are facing?
    Posted to Web Forms (Forum) by worldclasscoders on 10/9/2009
  • Re: remote connection problem

    This is not related to .net framework i believe. Use SQL Server installer and repair/reinstall SQL Server / surface area configuration etc.
  • SSL Certificate

    Hi, I have few sites configured on Win 2008, IIS 7. I am having trouble installing SSL certificates on multiple sites (port 443). Eg - 1 Web Server with 1 Dedicated IP Site configured in IIS www.xyz.com www.abc.com www.wow.com I have already installed a SSL certificate for www.xyz.com on port 443 on server and is also working fine. I am now trying to install new SSL certificate for www.abc.com also. While setup it says port already in use do you want to continue or something like that. If i continue
    Posted to Hosting Open Forum (Forum) by worldclasscoders on 10/8/2009
  • Re: SSL Certificate

    Thanks. I know using unique IP Address it can be achieved. But what if number of website increases on server to 25-50. I will have to setup 50 unique IP? I dnt think its a real solution.
    Posted to Hosting Open Forum (Forum) by worldclasscoders on 10/8/2009
  • Re: Forms Authentication fails in safari?

    Thanks, but thats really weird. It fails to work with current version v4 on windows too. Just tested on another notebook with safari 3.2.3 version and it worked.
    Posted to Security (Forum) by worldclasscoders on 5/16/2009
  • Forms Authentication fails in safari?

    I m using forms authentication and asp.net membership provider. My safari browser version 4.x accepts cookies too. Still the app fails to work with it. It works fine in all other browsers IE 6, 7, 8, Chromo, Firefox. Any reasons behind it?
    Posted to Security (Forum) by worldclasscoders on 5/15/2009
  • Re: default.aspx

    Go to IIS > Choose your website then right click on properties. A window will appear. Select documents tab. You will see default.aspx is already added there. Just add login.aspx and move it top above all other pages. Give it a try !!
    Posted to Getting Started (Forum) by worldclasscoders on 5/15/2009
  • Re: programmatically export report to .PDF in C#

    I wrote it long back. See the below C# code. Its perfectly working and tested. Make sure you add reference to required crystal report dlls. using System; using System.Configuration; using System.Data; using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Shared; using CrystalDecisions.ReportSource; using CrystalDecisions.Web; public class CRFunctions { CrystalDecisions.CrystalReports.Engine.ReportDocument crReportDocument = new CrystalDecisions.CrystalReports.Engine.ReportDocument
    Posted to Crystal Reports (Forum) by worldclasscoders on 5/14/2009
Page 1 of 29 (281 items) 1 2 3 4 5 Next > ... Last »