Search Results

Type: Posts; User: geraldf

Search took 0.01 seconds.
  1. Hi,

    since I am having exactly the same issue, I would like to know, if some has found a solution to this already?

    thanks
    Gerald
  2. I noticed this behaviour, and found that this is a know issue at ExtJS.

    There is a workarround mentioned for ExtJS 4.1, but I do not know if this will be fixed in Ext.Net

    See:...
  3. this problem was my own fault.

    I did not had a view file witch corresponds with the action name. Creating it solved the problem

    Gerald
  4. Hi, I try to load a partial MVC view when I press a button.
    the Button Code is here


    <ext:Button ID="b1" runat="server" Icon="Accept" Text="Button1" IconAlign="Left"
    ...
  5. Hi,
    I display a FormPanel in an ASCX, and at the end of the FormPanel I use the following ValidityChange Listener:

    <Listeners>
    <ValidityChange...
  6. in my form I have a SelectBox, which should load the data from the server.
    When I click on the "down" arrow of the SelectBox, it only displays "loading..." and no content is shown.

    here is my...
  7. Now it works,

    thanks
    Gerald
  8. removing the ResourceManager did not change anything.

    here is the codebehind where you can see the base class

    using System;
    using System.Collections.Generic;
    using System.Linq;
    using...
  9. Here ist comes


    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="PartialView1.ascx.cs"
    Inherits="ContractPortalMVC.Views.Shared.PartialView11" %>
    <ext:ResourceManager...
  10. Hi,
    I try to display a partial view by using the following controller code:


    public class SharedController : System.Web.Mvc.Controller
    {


    public ActionResult...
  11. Hi,
    I try to start an MVC Project. therefore I copied the Login View from the Ext.Net MVC Sample.

    Now I get the following Error Message





    Here is the full LogIn Code. The error is on...
  12. One thing to add.
    While I was havvng the error, I was adding the UserControl (ASCX) via code to the aspx page.
    using this code


    T2 a = (T2)Page.LoadControl("Desktop/T2.ascx");
    ...
  13. HI,
    I try to build a page with a ribbon style menu. So in the Ribbon I have buttons. The page is displayed and when I press the button I get the below error 500 message.

    I am not sure, what I...
Results 1 to 13 of 13