Search Results

Type: Posts; User: mapperez

Search took 0.01 seconds.
  1. The multiupload works perfectly, but the file fails 500 also throws this error on your page
    https://examples2.ext.net/#/MultiUpload/Basic/Grid/

    Please unzip the file to test, the error is...
  2. I have Visual Studio 2008 and Ext.net 2.5 with framework 3.5.

    If you run this does nothing http://190.98.213.21/spt/FileUploap.aspx
  3. This code in my project. Running does nothing




    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <%@ Import Namespace="Ext.Net" %>
  4. protected void CreaSecciones(int IDdoc) {

    String sql = "";
    int IDsEC = 0;

    sql = "select ID_SECCION,SECCION,IMAGE_URL,IMAGE_PRES from DOCUMENTO_SECCIONES...
  5. In calendar pro, there is this functionality?
  6. It is possible that the events of 15 fit into the space of an hour without touching

    http://forums.ext.net/attachment.php?attachmentid=11861&stc=1
  7. I need the calendar begins at 8:00 am and end at 23:45, 15 minutes intervals.
    The problem I have with the code is that when I click it shows me a different time you select



    <%@ Page...
  8. I need to solve this function



    protected void GetJSON() {


    String StrDatos;
    StrDatos = "{\r\n \"EventId\": 1001,\r\n \"CalendarId\": 4,\r\n \"Title\":...
  9. I can convert a Dataset Object Store to something like:

    Dataset = Store.Data;

    Something as complex
  10. If I comment the line
    <% - <ext:ResourceManager ID="ResourceManager1" runat="server" /> -%>

    the user control works

    Default2.aspx
  11. aspx




    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <%@ Import Namespace="System.Collections.Generic" %>
Results 1 to 11 of 11