Search Results

Type: Posts; User: VADIM

Search took 0.01 seconds.
  1. I look for a new job now and at the interviews when I say I have experience with Ext.Net and it's a greatest thing for SaaS, nobody knows what's that. So my idea was to create a demo at my web resume...
  2. Here is extract from Azure Event Log:

    2021-04-14 14:49:25.472 +00:00 [Error] Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware:
    An unhandled exception has occurred while executing the...
  3. Thanks Fabricio.

    I looked at Azure service logs.
    The error message was like "Ext.Net license key is missing" :(

    This is not a production site, just my demo project.

    Vadim
  4. Hello,

    I tried to deploy my Ext.Net solution to Azure App Service using Visual Studio 2019 Publish Tool.
    The app was built and published without errors.
    However site URL returns 404.
    I was able...
  5. Exactly.
    That's what I do.

    Thanks again!
    Vadim
  6. Thanks Fabricio,

    Your solution works great as always.
    However tools not always can replace buttons.
    When operation is no so obvious a button with text and icon could be more helpful.
    I would...
  7. Hello,

    Different type of panels have Title Bar.
    Panel constructor has Tools property (type of List<Tool>).
    I tried different ways to add a button in code behind to the Title of a GridPanel: ...
  8. Thanks Fabricio!

    That is really simple.
    Hopefully some day such examples will be available at Ext.Net > Examples.

    Today spent several hours figuring out how to auto-resize an image in a flex...
  9. I had a hard time figuring out how to update store in 7.2 in controller.
    Posting my solution. Hopefully it will save time for someone.



    List<Company> GetCompanies()
    {
    ...
  10. Thanks Fabricio!

    Works like charm.
  11. Hi Fabricio,
    I created a simple Calc Razor Page App.
    Two text boxes. One for input value, another for Calc result.
    Two buttons. One for Direct call, another for local JavaScript call.
    ...
  12. I use Ext.Net Razor Pages template project.
    The server code Label lbl = this.GetCmp<Label>("lbl") returns label object.
    But label's Text and Html properties are just empty strings ("").
    However...
  13. I followed CLI tutorial, created two template projects Ext.Net MVC and Ext.Net Razor Pages.
    Both apps work fine.
    However I cannot modify button in DirectEvent View to pass parameters to DirectEvent...
Results 1 to 13 of 13