Search Results

Type: Posts; User: VirtualArtists

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi : Random Error : No way to reduce this bug down to a single aspx page to submit here. It maybe related to servers, or our app framework. Please advise any clues to look for, given our code...
  2. hi : Please advise on any help docs on how to upgrade Ext.Net. In our case, specifically using NuGet.
    Goal: Upgrade Ext.Net version 2.2.0.40838 to latest version stable version - 2.4.0 : Using...
  3. hi : We have the MessageBus working well - IF - everything is hosted under one domain.
    For Example : http://www.Child.com - works great - if all MessageBus code runs under this one domain.
    --
    We...
  4. Hi : We are trying to implement the above settings in the C# code behind (Ext.Net 2.x) but getting the following errors:

    http://screencast.com/t/tdmlrKYwO
    http://screencast.com/t/uN9BzlK0

    We...
  5. Greetings-

    Our app has many buttons, each with a tooltip. Depending on the browser and/or the display settings of the browser, some tooltips are being cut off. All of them are declared exactly...
  6. The value is 0 (zero).
  7. Greetings-

    We are having a DataGrid problem:
    When user selects first displayed item in the grid, the SelectedIndex value is not set correctly.
    When user selects any other item in the grid, the...
  8. Here is the PageSources listing you requested. Please advise.



    <!DOCTYPE html>
    <html xmlns:fb="http://ogp.me/ns/fb#" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb"...
  9. When we use the following code sample, all three records are read into the grid correctly:



    protected void Page_Load(object sender, EventArgs e)
    {
    if (!X.IsAjaxRequest)
    {...
  10. hi : Regarding this previous thread: http://forums.ext.net/showthread.php?2586-Missing-first-record-in-Grid-Panel
    Was this previous thread above ever solved? If so - what was the solution for the...
  11. hi - Regarding this Thread: The Solution above seems good if you only need to pass in a single parameter.

    Could you expand on this, and recommend a solution for passing more complex data to the...
  12. Yes, I want to Stylize a Confirmation Box - how can I do that?
  13. Thanks Daniil - I followed your example and it does work well, so I may just go that direction rather than trying to have the Confirm function in CodeBehind. Putting the Confirm in the markup...
  14. Sorry - in the original question I had names that disagree: ie DoYes and DeleteYes. In the actual code, however, the names do agree! So that's not the problem.
  15. Ext.Net 2.x Question:

    Hello - I am trying to ask the user a question using the MessageBox, and depending on his/her answer, I want to take two different paths. So far, according to previous...
  16. Thanks - that fixed it!
  17. Code fragment - CSS not taking affect on Message Box. Trying two different ways, neither works: - using EXT v2.x




    ext.MessageBoxConfig oMsg = new...
  18. We are having the same problem defined in this thread from four years ago:

    http://forums.ext.net/showthread.php?2586-Missing-first-record-in-Grid-Panel

    Our record count returns, for example,...
  19. hi - Thanks for the info, we will try various controls. You advised not to use CalendarCombo by itself because it was used internally by the CalendarPanel class. We were not aware of that, only...
  20. Hi - Thanks, now the UserControl is diaplying. One new issue :



    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ucAssignmentsSummary.ascx.cs" Inherits="VA.ucAssignmentsSummary" %>...
  21. Hi : Using Code below, loading child .aspx page into panel. On the child ASPX page below, we have dropped a simple ext:button for testing. Code behind recognizes the text ext:button, but on the...
  22. Hi : UserControlLoader - will not render the .ascx file - inside Ext:Panel - either using CodeBehind or plain Markup
    Most likely we are doing something wrong. Please advise...



    <ext:Panel...
  23. hi - The embedded page is not our code, it's a 3rd party PHP Joomla Extension, hosted on another server
    The embedded page mostly works, only the pop-ups seem to be broken.
    Must be some standard...
  24. hi : I have a panel, and loading in an outside URL page, which some function requires a pop-up window. Essentially embedding another page inside a panel, and - on that embeded page, the function...
  25. Ext.Net.ListItem liDefaultSelection =
    new Ext.Net.ListItem("- All My Students -");
    _cmbStudents.SelectedItems.Add(liDefaultSelection);
    _cmbStudents.Select(0);

    Per your...
Results 1 to 25 of 29
Page 1 of 2 1 2