Search Results

Type: Posts; User: styx

Search took 0.01 seconds.
  1. hi,
    did you put this fix also in to the current 0.7 package as it was working before. The current project started creating false results.
    or can you tell where is the corrected code so i can fix...
  2. Hi,
    I have a simple AjaxMethod that returns a string.



    [AjaxMethod]
    public String encryptCool(String val)
    {
    val = Crypto.Encrypt(val);
    string s =...
  3. OK Thanks, Solved.
  4. Hi,
    I am trying to make nearly the exact implementation of the sample "Paging And Sorting" on the examples page.
    but, when i put the DataSourceProxy item in ext:Store, i get an empty result set.
    ...
  5. Hi,
    I already have a dataset from a method that i got number of rows and pagecount.
    I need 2 things;
    - I have the totalnumber of rows returned from my Stored Procedure. I need to set the page...
Results 1 to 5 of 5