Search Results

Type: Posts; User: pkellner

Page 1 of 4 1 2 3 4
Search took 0.02 seconds.
  1. What is the best way to use webservices? I'm looking at the Examples folder ( Examples\GridPanel\Shared\SuppliersSaveWithConfirmation.ashx.cs) among others.

    I notice it uses SerializeableEntities...
  2. having the hosting company set the mode of the web site to "Integrated Mode" solved the problem. I have a post I did a while back for another Host (MOSSO) that I had a similar problem with.
    ...
  3. I'm trying to run a web site that runs on my local iis7 (vista) but does not run on a hosted iis7 server. I thought it had something to do with my <system.webServer> section. I'm pasting what I have...
  4. perfect, thanks.

    (any way to make my uploads work again?)
  5. I've got a very small example I attached of three files that all include the same JavaScript file (a.js).


    The htm file works without error, however both the aspx files (one using coolite, the...
  6. perfect. Thanks.
  7. Here is the thread to the Ext thread:

    http://extjs.com/forum/showthread.php?t=53483

    BTW, I'm mostly interested in the JavaScript code. Since you provide us with source, I don't need reflector,...
  8. I've started using IDEA from jetbrains for my IDE and it does a great job with intellisense and displays the javadoc notes if they are in the referenced libraries. I've noticed (and posted on ext...
  9. Just wondering if you have a api doc file similar to http://extjs.com/deploy/dev/docs/

    I get confused sometimes on what is in Ext base classes and what (or whether) a coolite class is extended. I...
  10. Two questions:

    1. when I comment out all the lines of code in the events



    protected void Store1_RefreshData(object sender, StoreRefreshDataEventArgs e)
    {
    ...
  11. Thanks, I'll fix up my object. I need to look more at your Paging .net class. Seems like you guys have some clever stuff in there.
  12. I've tried to do something very similar to the ComboBox search example in the forums. I know that the handler is being called, and I know it's creating the correct data, however the data is not...
  13. I didn't know that. He's spoken at our last 3 code camps. He works at Yahoo and has been a huge help to making the event successful. Our all volunteer event was just last week and he had about 250...
  14. Thanks Vladimir,

    This worked for me! My bad. It was a cut and paste error on my part. I will definitely start using jslint. Thanks for the tip.
  15. still, after unquoting the store, I get no data. :(
  16. Thanks,

    Now I don't get the error, but my data is not getting loaded. I've included in the below code what I have updated my code to. (I also used the coolite store. I assume that is...
  17. I'm trying to simulate the coolite store that is created and am having troubles. I keep getting an "object not found" on the store creation. The offending code is below, and I've also attached my...
  18. Great! anxiously awaiting. I've already got a couple people interested in helping me and I really love the way Coolite does data access with asp.net. Soon, people may be asking for the JSF version...
  19. I've been running the siliconvalley-codecamp.com for the past three years and want to rewrite a lot of the site in Ext. (it's an asp.net 3.5 site). We had two sessions from Ext developers so I'm...
  20. Ok, thanks.
  21. In the example you guys did for me ( Coolite.Sandbox\Temp\UpdatePanel\PeterNamespace ) I'm wondering if it is guaranteed to work if I follow this pattern. There are two Ext.onReady()'s now. One...
  22. thanks. I'll look in examples. BTW, I have no expectations about examples in the Sandbox. It's just very nice to have them there to look at code.
  23. Did a svn refresh. Almost all seems to be working now.

    My PeterSpace example as well as the ..GridPanel/DataSources work with the exception of ObjectDataSource.aspx and LinqDataSource. In both...
  24. I'm going back to a sample you made for me that's in the svn tree.

    Coolite.Sandbox\Temp\UpdatePanel\PeterNamespace

    it doesn't compile anymore I think because of a name change you made. Could...
  25. Hi,
    Don't mean to butt into this thread, but I was just about to post the same thing. I was trying to make a simple grid with a datasource and it failed. BTW, I'm using the svn from this morning. ...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4