Search Results

Type: Posts; User: alucardg

Search took 0.01 seconds.
  1. Thank you ! @Daniil

    but this error is not belongs to my ext.net code files,

    it's under the .NET Framework code file:
    Source File: c: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ Config...
  2. @Daniil

    thank you !
    i can receive the value, but i response the data, like


    public object CheckUserName(HttpContext context)
    {
    bool success = false;
    string name;
  3. under EXT.NET 2.2

    after add a webservices,run,and come out this error,what can i do ?



    '/' Application Server Error.

    Compile error
  4. how to use ashx to handle RemoteValidation ?


    <ext:TextField ID="txtEmail" runat="server" FieldLabel="Email" IsRemoteValidation="true">
    <RemoteValidation Url="/handlers/checkhandler.ashx"...
  5. Thank you @Daniil . i can understand it
  6. <ext:TreePanel
    ID="TreePanel1"
    runat="server"
    Layout="FitLayout"
    UseArrows="true"...
  7. How to set a tree node selected ? v2.2



    App.TreePanel1.getNodeById('17')
    TypeError: Object [object Object] has no method 'getNodeById'



    App.TreePanel1.getStore().getNodeById(17)
  8. oh man, thank you for your code . "ext.net" , its too difficult, but i like it !
  9. How To Get Window's New Title with C# After Client JS: window1.setTitle("newTitle") ?
Results 1 to 9 of 9