Search Results

Type: Posts; User: nil5286

Search took 0.01 seconds.
  1. I referred the below link but it uses asp.net server control with aspx:
    http://forums.ext.net/showthread.php?17922-ASP-NET-MVC-partial-rendering

    I am using ext.net 2.0 with MVC3 ,razor view...
  2. Thanks, so the grey link indicates it has fetched from the cache. As the grey link also was showing 200OK next to it so i got worried.
    The cache expires after a year?
  3. This is more a general caching question.

    In my project I have pages with a couple ext.net 2.0 beta controls with asp.net-mvc3/razor

    So for these pages, from the data I gather in firebug, I...
  4. Thanks Daniil very much.
    Now it is working fine as required.
    You can mark this as closed.
  5. Thanks for the reply.
    No its not working at my end. yes i am using EXT.Net 1.2.0.21945, I just did a copy paste of your code to be sure on a new web form (aspx) page, below is the code. When i run...
  6. Hi,

    I am using asp.Net MVC so viewstate is not there, i try to pass the readOnly property of textfield as a parameter but on every click event of the direct event it gives the readonly = false at...
  7. Thanks Geoffrey, that solved my problem. You can mark as solved.
  8. I want a toggle button to set the textfield readonly property to set to false and true on click of button at server side.
    But the TextField1.ReadOnly property always shows false on server side.
    The...
  9. I wanted to store the page metadata in the db and then get it back and render it on asp.net cs file that is why wanted to push the config in the windows control. can you please suggest some options...
  10. Hi,

    I am getting my config as a json string at server side along with items(controls) which i want to apply to the window.

    The below code works fine:

    Ext.onReady(function () {
    ...
Results 1 to 10 of 10