Search Results

Type: Posts; User: ranganath

Search took 0.01 seconds.
  1. Hi,
    i am using coolite 0.8.1
    In my aspx page is like this.


    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    </head>
    <body>
  2. Hi,


    <ext:ScriptManager ID="smRaithuBhavan" runat="server" InitScriptMode="Inline" CleanResourceUrl="false" />

    In that what is the use of InitScriptMode="Inline" CleanResourceUrl="false"...
  3. Hi,


    <ext:ToolbarButton ID="btnDelete" runat="server" Icon="Delete" Text="Delete Record"
    OnClick="btnDelete_Click">
    <AjaxEvents>...
  4. Hi,

    what is the script manager will do.

    What is use of JsonReader,ArrayReader and XmlReader what these wil do
  5. Hi All,

    How to Handdle server side event when browser close button is pressed.


    Plz solve my problem.

    Thank's in advance
  6. Hi ,

    while running project i am getting error

    'Could not load file or assembly Coolite.Ext.Web'.
    I created one sample project and adding coolite dlls getting same error.but same application...
  7. Hi geoffrey,



    I am solved this problem but thing is i am placed this code in web.config.
  8. Hi geoffrey,
    Thank's for your Reply.


    I am hosted same application xp it is working fine .
    I am hosted in Win-server 2008 it is not working(IIS7.0).


    It is getting Same error.
    plz...
  9. Hi All,
    I am getting error 'Ext.Net'
    Could not load file or assembly 'Ext.Net' or one of its dependencies. The cannot find file specified

    And also attached that error.

    in my system it is...
  10. Hi,

    FIne ,
    But if we edit the record and click on next Button in paging toolbar then the record are not retain the modified value.it will automatically comes previous data.


    ...
  11. Hi ,

    I have a problem in edit the Data in Grid and Click Next Button in Grid Panel Paging toolbar it will giving the error

    "You have uncommitted changes. Are you sure you want to...
  12. In aspx i written like this<ext:ComboBox runat="server" ID="ComboBox1">
    <Items>
    <ext:ListItem Text="abc" Value="1" />
    <ext:ListItem Text="xyz" Value="2" />
    </Items>...
  13. How to check the items present in grid




    grid1.Items.Count


    grid1 is GridPanel name
  14. U can try this

    protected void baseComboBox_Changed(object sender, EventArgs e)
    {
    ViewState["BaseIndexId"] =Convert.Tostring( baseComboBox.SelectedItem.Text);
    }
  15. Thank's for your favarable reply
  16. <ext:TextField ID="TextField1" runat="server">

    <AjaxEvents>
    <KeyUp OnEvent="TextField1_KeyUp" />
    </AjaxEvents>

    <AjaxEvents>
    <KeyDown OnEvent="txtnarr_KeyDown" />
    ...
  17. <ext:ComboBox runat="server" ID="ComboBox1">
    <Items>
    <ext:ListItem Text="abc" Value="1" />
    <ext:ListItem Text="xyz" Value="2" />
    </Items>
    </ext:ComboBox>

    <ext:ComboBox...
Results 1 to 17 of 17