Search Results

Type: Posts; User: smart+

Page 1 of 5 1 2 3 4
Search took 0.01 seconds; generated 49 minute(s) ago.
  1. Thanx Vladimir, I'll download this extension and play with web page optimization.
    You can close this thread.
  2. With this tool, data size when is data bound is 165,77 kB and wihout data 254,92 kB.
    But, I'm not sure if this tool measure correct page size.

    When I look with fiddler body size is 11kB after...
  3. Hello,

    In our application we made UI with subclassed Ext.Net controls which and
    this UI we build and render with webservice on button click into some container.
    For example:

    ...
  4. Of course how I forget "POST" :-).

    All works fine and it seems that loading and rendering is faster.
    Thank you for your help.

    I would start new thread with my other question.

    Best regards,...
  5. Thanx for fast response.

    I changed code like this:


    Ext.net.DirectEvent.request({url:'../Shared/BuilderService.asmx/BuildPanel', type: 'load', cleanRequest : true,before:function(item, type,...
  6. Hello,

    I made application in which I use custom subclassed Ext.Net Panel classes for UI and web service for
    building and rendering this UI in web page.
    For example I use this code in web...
  7. Thanx Daniil, it works.

    Best regards,
    Sasa
  8. Hello,

    I have design which include ext:Label control inside ext:Toolbar control like this:



    <ext:Toolbar ID="Toolbar2" runat="server">
    <Items>
    <ext:Label runat="server"...
  9. OK, this makes sense.
    Thank you very much for fast solution.

    Best regards,
    Sasa
  10. This works in IE and Firefox and in Chrome I will make test later.

    Very interesting, why without this peace of code this two browsers have trouble and IE doesn't?
  11. I have removed this code, but I get same error: BADRESPONSE: missing } in XML expression
  12. We think it is better send whole project because we use: extern .js, web service, subclassed Ext.net window class,
    but if you want this OK.

    This is code for Default.aspx:


    <%@ Page...
  13. Yes, I use DirectEvent and I set IsUpload="true".
    Do you have e-mail where can I post my sample project with which you can simulate this error.

    Best regards,
    Sasa
  14. Hello,

    We have trouble uploading anything in above browsers (Firefox or Crome), but in IE works fine.
    When I do uploading in this browsers, I get error:
    BADRESPONSE: missing } in XML expression...
  15. Hello,

    I created dynamic window with dynamic ComboBox like this:



    this.cmbQ1 = new ComboBox
    {
    ID = "cmbQ1",
    IDMode = IDMode.Explicit,
  16. Thank you Vladimir, now all works very well.
    You can mark this topic as solved.
  17. Thanx Daniil.

    I added extra params to this directevent like this:


    this.cmdAddPhoto = new Ext.Net.Button
    {
    ID = "cmdAddPhoto",
    IDMode = IDMode.Explicit,
    Icon =...
  18. Thanks Vladimir, this work.

    Extension is not mistake, I'm realy created .aspx page with exposed webmethod and declared

    <asp:ScriptManager ID="ScriptManager1" runat="server"...
  19. I removed static mark from my webmethod and this function still not work (I tested through debbuger or custom trace, but no luck).
    I looked reponse from Fiddler and all seams OK.

    Do you have any...
  20. Thanx Daniil.
    I changed what you suggest, but 'UploadPhoto' function still not work.

    My code on cmdAddPhoto button looks like this:



    this.cmdAddPhoto = new Button
    {
    ...
  21. Thanx Daniil for your answer but I need little help for this.
    We use form authentication for our web application without SSL, because that
    for this solution we not use web service.
    I created some...
  22. Hello,

    I created subclassed control of Ext.Net.Window control with following code:


    namespace Test.UI
    {
    public class TestWindow : Ext.Net.Window
    {
    private FileUploadField...
  23. Yes, this is solution. I changed ParameterMode into Value and all work very nice.

    You are the best.
    Thank you very much.

    Best regards,
    Sasa
  24. Hi Vladimir,

    did you looked my last reply?
    How I can test or solve this issue?
  25. Hi,

    I looked through Fiddler and I don't have any response from web service when is subclassed window shown.
    Also, when I click on refresh button in pagging toolbar in gridpanel, nothing...
Results 1 to 25 of 108
Page 1 of 5 1 2 3 4