Search Results

Type: Posts; User: lindgrenm

Search took 0.02 seconds.
  1. Been using Coolite for awhile now.

    Version 1.0 Is great.

    I've been able to do some sweet visual demos for some upcoming projects, and am currently working on the next version of my current...
  2. https://examples1.ext.net/#/TreePanel/Basic/Reorder_Nodes/

    Coolite: Version 1.0



    <P class=MsoNormal style="MARGIN: 0in 0in 10pt">Using the above example I've gotten a drag and drop between...
  3. Solution 1 worked perfectly.


    Thank you Vladimir.
  4. I have a Coolite window in my login page. However I'm running into some issues since the current user is not authenticated they don't have access to that are being used for EXTJS.


    In the web...
  5. I am working on a org chart like tool for a piece of an application.

    I am using a treepanel with drag and drop enabled. Ideally everything is working well, however potentially anyone could be...
  6. <h1>Trying to modify the One to Many Data Relationship with GridPanels for use with SQL. There is no <WhereParameters> is there a similar parameter I can pass that is for the SqlDataSource?
    </h1>
  7. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Inventory.aspx.cs" Inherits="Inventory" %>
    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %>

    <!DOCTYPE...
  8. Here is the entire page.





    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Inventory.aspx.cs" Inherits="Inventory" %>
    <%@ Register Assembly="Coolite.Ext.Web"...
  9. This is what worked for me.


    Also I had an incorrect newid value for the SELECT @newId = @@Identity; in my SqlDataSource



    <ext:Button ID="ButtonUpdate" runat="server" Text="Add New"...
  10. I still can't seem to get this to work.


    Any thoughts?
  11. This was also covered in this thread

    http://forums.ext.net/showthread.php?5016

    However I cant seem to put the pieces together or I'm missing something. Here is the entire page. Any advice or...
  12. <Buttons>
    <ext:Button ID="ButtonUpdate" runat="server" Text="Save Record Store" Icon="Disk">
    <Listeners>
    <Click...
  13. I cant seem to get my Form Panel to insert a new record to the db.

    Both Delete and Update work great.

    I've tried the below.




    <ext:Button ID="btnInsert" runat="server" Text="Add New"...
  14. Oiy!

    Thank you Vlad.
  15. I'm trying to modify the Control Panel Example to work with SQL. However I keep getting the error

    Unknown server tag 'asp:RecordField'.



    <ext:Store ID="Store1" runat="server"...
Results 1 to 15 of 15