Search

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

Matching Posts

  • How to programmatically disable a web service?

    Hi, How do I disable a web service in code? Do I programmatically add a HttpForbiddenHandler HTTP handler for ASMX files? I want to disable a web service when the database it connects to is not available. If a web service is called and the database is not available I want to disable the web service from further calls and loop in the disabling call until the database is available, upon which the web service would be enabled. Anyone see any problems with the above solution? Thank you in advance for
    Posted to XML Web Services (Forum) by mombassa on 9/4/2008
    Filed under: disable web service
  • Re: Is Blinq stable?

    Never mind. I just found out that Blinq is now ASP.NET Dynamic Data. I should have figured it out by all the old posts about Blinq and lack of activity. http://forums.asp.net/1145.aspx
    Posted to Blinq Preview (Forum) by mombassa on 2/22/2008
  • Is Blinq stable?

    When will Blinq be considered stable/code complete? Is this a tool that is ready for production? Thanks, chris
    Posted to Blinq Preview (Forum) by mombassa on 2/21/2008
  • Properties Dialog Not Showing in IIS

    I've seen this problem mentioned elsewhere and here but nobody seems to have a solution for it. Basically, whenever I try and get a properties page on IIS in the management console (this applies to the web, FTP and other settings), it won't do anything. If I keep trying, MMC will eventually crash. This is on my PC running XP SP2 + all current updates. I've tried reinstalling IIS and reinstallling XP SP2 but to no avail. I have no idea how long this problem has existed. I can manage the
    Posted to Web Hosting with IIS and ASP.NET (Forum) by mombassa on 1/24/2008
    Filed under: Properties Dialog Not Showing IIS
  • Re: GridView and DropDownList selectedvalue problem

    That's a good idea; I haven't tried to clear the GridView. I tried to clear the DropDownList (that commented DataBind(), probably incorrect) and that didn't work. But I've decided to drop the GridView, I've spent too much time on this, though I did learn a bit. After doing some further reading I realized that I would have many more challenges ahead after this one and there's just no time for this. It has to work with AJAX eventually and I've heard that is troublesome to
    Posted to Data Presentation Controls (Forum) by mombassa on 12/14/2007
  • Re: GridView and DropDownList selectedvalue problem

    >I think I know about where the problem >lies.... I've seen this kind of thing before... Thanks for the reply. However, the DropDownList does get rebound each time the page is reloaded. If Seattle is selected and 5 records show and then Vancouver is selected then the page reloads and 10 records are shown, but the first five DropDownList values are from Seattle... The app itself has nothing to do with Starboks but it was a simple enough scenario that reflected my problem 1 protected void
    Posted to Data Presentation Controls (Forum) by mombassa on 12/14/2007
  • Re: GridView and DropDownList selectedvalue problem

    Thanks for the reply. That is exactly what I do, rebind in the RowDataBound event and this is done every time the page is reloaded...
    Posted to Data Presentation Controls (Forum) by mombassa on 12/14/2007
  • GridView and DropDownList selectedvalue problem

    Hi, I've got a data display problem when using DropDownList controls in the GridView control. I'll describe the simplified app as below: Imagine a nonsensical app that allows you to select a city from a DropDownList at the top of the page which would then display a Gridview with all the Starboks coffee shops for that city. The GridView has two columns, 'store location' and 'number of employees'. The 'number of employees' column displays a DropDownList control showing
    Posted to Data Presentation Controls (Forum) by mombassa on 12/13/2007
  • Re: Gridview and "Cascaded" Drop Down Lists

    Nevermind, I've found what I'm looking for at the following GridViewGuy pages: http://www.gridviewguy.com/ArticleDetails.aspx?articleID=169 http://www.gridviewguy.com/ArticleDetails.aspx?articleID=125 http://www.gridviewguy.com/ArticleDetails.aspx?articleID=82 http://www.gridviewguy.com/ArticleDetails.aspx?articleID=200
    Posted to Data Presentation Controls (Forum) by mombassa on 12/7/2007
Page 1 of 3 (30 items) 1 2 3 Next >