Search Results

Type: Posts; User: tallman

Search took 0.01 seconds.
  1. All,
    I created my first extension for Visual Studio 2010 called NavigatorASP that works with EXT. I've been using for a couple months now.

    If you are on an aspx page, and you hit have a direct...
  2. That worked perfect. I had read and found isupload but had in wrong spot. So for someone after me's the response.contenttype was the line that seemed to cause issue breaking the code. Changing my...
  3. I have a button with directevent calling a codebhind to initiate a download file using simple response.write. I need full control of the file maniuplation so the examples given with the submitdata...
  4. Hello,
    Does the Go To definition (usually F12) in Visual Studio work on directevent names? Do I need to do something to get it to work?

    Thanks.
    Brent
  5. I had posted a bit ago about a designer. Has anyone done any work on creating any extensions specifically for ext.net for Visual Studio (assuming thats what most people use to develop in).

    I was...
  6. Daniil,

    Thank you. That is very helpful. And it worked, so this is solved.


    Two questions if you have time.

    The overriding the checked values in the listeners. I assume it's because...
  7. Daniil,
    Thank you for your reply. I was hoping for an existing property that I couldn't find. I don't have enough understanding yet to override java procedures. For now I'll just reword the...
  8. Hello,
    Is there a simple way to reverse the checkbox in a Fieldset, so that it's collapsed when checked, and open when unchecked? (opposite the default mode)

    It seems like there would be some...
  9. Geoffrey,
    Thanks for being willing to listen to my opinions, and please take no offense. Ext.Net is a wonderful product and you people are extremely smart.

    So if you look at the following...
  10. The VS2010 has very little in the way of drag and drop functionality. So I must type most of the code in myself. As I type, I do get strongly typed parameters, and options, but there isn't anything...
  11. Hello,
    Has anyone requested or considered an implementation of the Designer for Ext.Net? I've been using Ext.net for months now, and get very frustrated having memorize/know all the tools,...
  12. To close this topic, should I for now just use the modified DLL without this permission in our production? or is there further research I or someone need to do?

    Thanks.
    Brent
  13. Once I removed that statement, it works fine on the 4.0 with that hosting platform. Do you think this permission is correct, and the hosting companies medium trust level is wrong, or is this...
  14. I don't know what where to do that. Are you saying change
    [FileIOPermission(SecurityAction.Assert, Unrestricted = true)] or

    [AspNetHostingPermission(SecurityAction.LinkDemand, Level =...
  15. Know that this security and how it all works is unknown to me. I didn't know how to lower security requirements, so I changed




    [FileIOPermission(SecurityAction.Assert, Unrestricted =...
  16. I still need help and this is beyond my knowledge level. I'm down to one security error and I'm guessing it's something in the web.config or a problem outside my control. The request from fiddler...
  17. Medium, according to Godaddy documentation.
  18. I'd never used Fiddler (or even understood what it was). Thank you for the reference.

    I am getting some securit errors on extnet/extnet-core-js/ext.axd and a few others. They all look the same....
  19. Vladimir,
    Thank you for your response. Yes. I was running IIS7 prior to this. Here are the lines from my web.config.


    <system.webServer>
    <validation...
  20. Hello,
    I'm migrating my site from godaddy 3.5 to their 4GH for 4.0 compatability. No controls show up. It works fine on my computer/localhost VS2010 4.0, worked fine under old 3.5 but not on the...
Results 1 to 20 of 20