Search Results

Type: Posts; User: muhammadantoniussony

Search took 0.01 seconds.
  1. Oke ... thank's

    and is there any downloadable example for Ext.Net 7 ??

    Thank's
  2. Hi ....
    I download examples for Ext.NET 5.3
    and when I run i'got this
    25462

    is there any solution or maybe Spotless not support on 5.3 ???
    thank's
  3. Thank you Fabricio,

    I get that code from https://forums.ext.net/showthread.php?62924-hide-start-button-on-desktop-Ext-NET-5&p=285710#post285710

    After you answer my thread, I use this :


    ...
  4. Greeting,

    I've create desktop.aspx like below :


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="desktop.aspx.cs" Inherits="WebApplication1.desktop" %>


    <script runat="server">
    ...
  5. Hello, Geoffrey ...
    Thank you ...

    For Number 1 question , I've already search on forum and below the function to close


    var closeWKIBA = function () {
    if...
  6. Greeting,

    Number 1 :

    I've load url to a create window on desktop using this code :


    [DirectMethod(ShowMask = true)]
    public void createwinappme(string idmn, string wtitle, string...
  7. Greeting ...

    I add .expand() method on code behind



    Ext.Net.Node root = new Ext.Net.Node();
    root.Text = "RooT";
    root.Expanded = true; /* --- add this...
  8. Greeting ....

    I use this code to refresh my tree ..



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Barang.aspx.cs" Inherits="WebApplication1.Setup.Barang" %>

    <script...
  9. Thank you ....
    I've already repair my code on this ID=btnInsert and ID=btnDelete



    <ext:Button ID="btnInsert" runat="server" Text="Tambah" Icon="Add"> <%--button...
  10. Greeting, I need some help ...

    This is my code



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SetTahun.aspx.cs" Inherits="WebApplication1.Setup.SetTahun1" %>

    <!DOCTYPE html>
Results 1 to 10 of 10