Search Results

Type: Posts; User: Zarzand

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. Thank You Daniil It's working fine now.
  2. Hello,

    I recently updated the libraries and when I run Desktop controller it throws an JScript runtime error I checked the Ext.Net.Examples and noticed that is also throwing JScript runtime...
  3. Thanks Geoffrey this was it.
  4. <asp:GridView ID="GrdUsers" runat="server" AutoGenerateColumns="False" Width="100%">


    <Columns>


    <asp:TemplateField HeaderText="Login Date" >


    <ItemTemplate>
  5. Thank You Vlad.
  6. Hello,

    I have a Combobox that when I select a value I would like to hide and show Panels depanding on the selection.






    <Coolite:ComboBox ID="CboState"...
  7. Thanks Vlad,

    My Mistake.
  8. I did but that is for 0.8.2 does not work for 1.0.
  9. I forgot to add what I have in my Web.config





    <system.webServer>
    <validation validateIntegratedModeConfiguration="false"/>
    <modules>
    <remove name="ScriptModule"/>
  10. Hello,

    I'm having problem running Coolite 1.0 on IIS 7.0 Integrated Mode. When I change it to Classic it works fine. Please if I can get some help.
  11. Thank you Vlad my mistake.
  12. Hello,

    I using Coolite 1.0 and want to create dynamic Menu but i'm getting this.menu is undefined.


    a.aspx



    <Coolite:AccordionLayout ID="AclNavigationPanel" runat="server" />
  13. Thank You Vlad..
  14. <AutoLoad Url="Child.aspx" MaskMsg="Loading, please wait..." ShowMask="true" Mode="IFrame">
    <Params>
    <Coolite:Parameter Name="intChild" Value="#{cboChild}.getValue();"...
  15. Worked perfectly thank you very much for your help Vlad..
  16. One more question Vlad,

    Is there a way to send the value to the active tab dynamicly I don't want to put #{tbA}??



    ...
  17. wow This worked perfectly thank you very much



    <Select Buffer="250" Handler="#{tbA}.iframe.dom.contentwindow.hdnValue.setValue(#{cboGraphDate}.getValue());...
  18. That worked but now It's giving me 'Microsoft JScript runtime error: 'hdnValue' is null or not an object'

    I have this in tlbA A.aspx

    <Coolite:Hidden ID="hdnValue"...
  19. <Coolite:ComboBox ID="cboGraphDate" CausesValidation="true" Regex="(0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)\d\d" Width="150" StoreID="stoGraphDate" TriggerAction="All"...
  20. Is this How I can call it.



    <Coolite:ComboBox ID="cboGraphDate" CausesValidation="true" Regex="(0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)\d\d" Width="150" StoreID="stoGraphDate"...
  21. After passing the value to child I have to set the value to my Linq in a select statment and show it in child grid by refresh.
  22. Sorry for being unclear, what I mean is I want to Pass the value from parent to child (Code Behind) and refresh the child grid.
  23. I want to pass the value the grid and refresh it.
  24. A.aspx and B.aspx are almost the same



    <Coolite:Store ID="dtaA" RefreshAfterSaving="None" runat="server" OnRefreshData="dtaA_OnRefreshData">
    <UpdateProxy>
    ...
  25. Hello Vlad,

    Sorry for the late respond..



    <Coolite:ViewPort ID="vwpModelBook" runat="server">
    <Body>
    <Coolite:BorderLayout ID="bdlModelBook" runat="server">
    ...
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4