5

I've been looking at using ExtJS Direct with ASP.NET MVC but it doesn't seem to play too nicely with MVC's routing. Has anyone had any luck implementing it with ASP.NET MVC? I don't want the actual implementation details, just want to know if anyone has been able to actually get it working.

Tommi
  • 8,550
  • 5
  • 32
  • 51
lomaxx
  • 113,627
  • 57
  • 144
  • 179

1 Answers1

9

implementation of it here on extjs forums

redsquare
  • 78,161
  • 20
  • 151
  • 159
  • 1
    the implementation is a little flawed, but it certainly gives the right direction to go with... thanks – lomaxx Jul 08 '09 at 13:05