Search Results

Type: Posts; User: jsdeveloper

Search took 0.02 seconds.
  1. Thanks again for your help.

    We do not need buffering for the pages that contain Ext.Net. Someone had set the option in the web.config for all of the pages.

    So the ResourcePlaceholder will...
  2. After about 15 hours I have figured this out. If you turn off buffering for a page by adding Buffer="false" to the aspx page tag at the top then the resource manager fails to render in the head tag....
  3. Well can someone at least explain why when I place the resource manager in the head it is rendered to the form and vice versa?
  4. What changed in the resource manager rendering from 06-03-2010 to 12-30-2010? Our old dll works just fine.
  5. It doesn't look like we are calling server.transfer but I cannot guarantee that one of our referenced dll's doesn't do this. I can decompile them if need be.

    I checked to see what httpmodules...
  6. Our test project does not get the direct module error, only our real project. Is there anyway to force the rm to render to the head?
  7. Our head tag does have a runat="server".

    Yes the test project i sent did not have the module in the web.config but this is the one our current test project has:


    <httpHandlers>
    <remove...
  8. The generic DirectRequestModule error is being rendered:
    Here is the C# code from the rm that gets put on the screen:


    public const string WarningTemplate = "<Ext.Net.InitScript.Warning><script...
  9. How come when the resource manager is placed inside the head it gets rendered to the form and placed inside the form it gets rendered to the head?


    <html xmlns="http://www.w3.org/1999/xhtml" >...
  10. We are using IIS 5.1 on our dev maching and IIS 6 on our servers. We also have those modules in the <system.webServer> section of the web.config and this only is a problem when in the form tag so I...
  11. Unfortunately that did not solve our problem in our real project.

    This is the html rendered by a simple page in our project just like the one i sent you earlier. I'm wondering if there error has...
  12. We are getting a JavaScript error in IE8 using the official Ext.Net 1.0 RC dlls. This error occurs with the Ext.Net 1.0 RC dll's and also the latest compile from SVN. We are not getting this error...
  13. I am also looking for this feature. If I had the time I would try to create a plugin that does both. Has anyone started in the community tried doing this?
  14. You are able to bind to a dictionary but it looks like it serializes all of the key value pairs into one record. So a dictionary with 3 items turns into a list of 1 items with 3 values. This is...
  15. I ran into the same issue, is this the best solution?



    this.cmboChangeGroup.SelectedItem.Value = groups[0].CompanyGroupId.ToString();
    this.cmboChangeGroup.SelectedItem.Text=...
  16. The ToolBarSeparator css is incorrect when using the Gray theme. The xtheme-gray-embedded.css has the following style generated:


    .x-toolbar .xtb-sep {
    background-image:...
Results 1 to 16 of 16