Search

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

Matching Posts

  • Debug was the reason

    I know, I know, I know - DO NOT USE DEBUG IN PRODUCTION WEBSITES. However, I have never had a noticeable hit from using Debug and the extra info that is reported by my custom error reporting made Debug worthwhile - UNTIL NOW ! Whilst creating a simple reproduction of the problem, I had a GridView with 700 rows of 10 columns and it took around 2 seconds to sort WITHOUT partial rendering - even with Debug. When I enabled partial rendering a sort took about 20 seconds!. When I then disabled Debug, it
    Posted to ASP.NET AJAX UI (Forum) by StevieT on 11/16/2006
  • Re: Slow Sort with a Gridview in an UpdatePanel

    Here is a little more detail:- - I am using Beta 2 of the Ajax Extensions - I notice that the CPU on the client stays at 100% for most of the time when sorting with partial rendering turned on (many seconds in my case). Any ideas anyone? Steve
    Posted to ASP.NET AJAX UI (Forum) by StevieT on 11/15/2006
  • Slow Sort with a Gridview in an UpdatePanel

    Hi, I have a User Control (ascx) that I have been using for ages that contains a Gridview. I have just been testing AJAX so that I can wrap the control inside an updatePanel so that, when sorted, it does not refresh the whole screen. This seemed to be working a treat until I noticed the Sort/Re-display being VERY slow. As an example, I have a Gridview with 700 rows and 10 columns. When I set "EnablePartialRendering" to false then I can sort/re-display in about 4 seconds (but the whole page refreshes
    Posted to ASP.NET AJAX UI (Forum) by StevieT on 11/15/2006
  • Re: Creating a custom extender -> properties not showing up

    Hi, I have done exactly the same thing. I watched the "How to" video on using the Control Toolkit and then downloaded both Atlas and the Control Toolkit. If I try to extend any controls (like the ConfirmButtonExtender in the video), I see a row in properties for "ConfirmButtonExtender" but when I click the + sign, nothing happens and I dont see the expected ConfirmText property. I was looking forward to using these features but I am now on-hold. Any ideas - anyone?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by StevieT on 8/4/2006
  • Re: Error: Cannot expand extended properties in VS2005

    Hi, I have done exactly the same thing. I watched the "How to" vidoe on using the Control Toolkit and then downloaded both Atlas and the Control Toolkit. If I try to extend any controls (like the ConfirmButtonExtender in the video), I see a row in properties for "ConfirmButtonExtender" but when I click the + sign, nothing happens and I dont see the expected ConfirmText property. I was looking forward to using these features but I am now on-hold. Any ideas - anyone?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by StevieT on 8/4/2006
  • Re: VWD Development Web Server vs IIS Security

    Mike, Yes, I am aware of the 2-hop problem. Our remote server is SQL-2000 and we are actually using a combination of Basic authentication and SSL at present on the live system. The issue is that I have recently being trying out the Membership features of ASP.NET 2.0 and was very impressed that I could log onto Active Directory from a Web Server that was not even a member of the AD! Realising that this worked, I then went one step further and tested connections and queries to the remote SQL server
  • VWD Development Web Server vs IIS Security

    Hi, I have developed a website that uses the Active Directory (AD) provider for Membership. That allows me to logon to the site with a username/password that is stored in AD. The site then queries a remote SQL server using a "trusted" logon with a connection string like this:- "Data Source=mySQLserver.myDomain.com;Initial Catalog=myDBName;Integrated Security=SSPI" The site works great within VWD using its build in development web server but if I then create a Virtual Directory in IIS and store the
Page 1 of 1 (7 items)