Search Results

Type: Posts; User: tongyang

Search took 0.02 seconds.
  1. I'm not sure if you have seen my last post in the previous thread, but I have found that the UpdatePanels work with VS2008's built-in ASP.NET AJAX but not the VS2005's ASP.NET AJAX Extension Add-on. ...
  2. Update - I switched to a VS 2008 set up that I have (Thank god for MSDN subscription), I tried the same set up, and everything worked for me.

    Edit: Update #2 - I downloaded the latest toolkit...
  3. It is running locally, and still fails with the clean resource url.

    Page Source:


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. I'm using .NET 3.5, VS 2005, and your code above fails in both firefox 2.0 and IE7.

    In IE7, after pressing "Update":
    - Ext Window pops up
    - Javascript error below (Ext.EventObject is null or not...
  5. Hmm, megaupload shouldn't require registration, but anyway, I've emailed you the zipped project.

    If this is something that can be fixed, it would be great!
  6. As far as I know, Coolite controls produces equivalent ExtJS scripts, so it is dependent on what ExtJS can or cannot do. It is used to make things a lot easier for developers to produce widgets. ...
  7. As far as I know, ASP.NET AJAX wipes out all javascript events from the existing page when you do an asynchronous postback, or something to that effect. A quick search to the extjs forum returned...
  8. I just tested it again, and no it doesn't work.

    I have uploaded a sample (VS2005) C# project here:

    http://www.megaupload.com/?d=8ZFEHLLG

    It's really simple: an UpdatePanel, a button (which...
  9. I just missed the part where you mentioned you're using Telerik controls. From what I see they already covered a lot of the things Coolite/ExtJS cover. So I don't see any need to use both.
    ...
  10. I'll be honest. I don't use design view at all.
  11. One advice: if you're using updatepanels in ASP.NET AJAX, don't bother...

    ASP.NET AJAX library does a lot of nasty things and it's not compatible with extjs. I love extjs and coolite, and I'd...
  12. It appears that extjs 2.1's licensing terms was changed from LGPL to GPL...

    I'm guessing that if this library upgrades to 2.1, the licensing would become GPL also? I apologize if I misunderstand...
  13. Thanks for the reply.

    Just curious. Is it possible for me to change the embedstyles option through the code behind and not the web.config? I don't want to set that explicitly for all pages. If...
  14. Here's my test: (VB ASP.NET project)

    Default.aspx:


    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="TestWebSite.HomePage" %>


    <%@ Register...
  15. Just wanted to update that Geoffrey let me test out a new build to see if it fixed my problem, and I'm gladly reporting that it did! I now don't have to worry about switching hosts and can enjoy...
  16. Thanks! Will look forward to the release.
  17. Thanks for the quick reply. In case you're curious this is all I have:



    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="TestWebSite.HomePage" %>


    <%@...
  18. I have noticed that the scriptmanager control throws a SecurityException on a shared host:



    [SecurityException: Request for the permission of type 'System.Configuration.ConfigurationPermission,...
Results 1 to 18 of 18