Search

You searched for the word(s): userid:122871

Matching Posts

  • Re: The message received from the server could not be parsed

    If the performance is critical you can use compiled Regexp or make a custom scanner (indexOf() and so on).
  • Re: The message received from the server could not be parsed

    Hi, I had the same problem (AJAX + url rewriting) and I implemented a simple response filter: using System; using System.Text; using System.Text.RegularExpressions; using System.IO; using System.Web; public class AjaxPageFilter : Stream { Stream responseStream; long position; StringBuilder responseHtml; public AjaxPageFilter(Stream inputStream) { responseStream = inputStream; responseHtml = new StringBuilder (); } public override bool CanRead { get { return true ;} } public override bool CanSeek
  • DotNetNuke 4.x and some ASP.NET 2.0 features problem

    Hi Guys, During the migrating of DotNetPanel to DNN 4.x we've noticed at least two problems: 1. When using native ASP.NET 2.0 TreeView control in modules its dynamic nodes population mechanizm (based on client call backs) does not work. I think there is some conflict with DNN core javascripts. 2. Native ASP.NET 2.0 localization (meta:resourcekey="..." attribute) does not work in DNN module controls. Any comments on this? Also, did somebody try to use Atlas (probably the latest March CTP) in DNN modules
    Posted to DotNetNuke (Forum) by fitsner on 4/2/2006
  • Re: Meet DotNetPanel – the Hosting Management Portal based on DotNetNuke!

    simonduz1 wrote: Very nice, and much needed addition to the DNN community. Where is the documentation for DotNetPanel(user, owner, operations manual)? I scanned your website but did not see any downloads for documentation. Thanks. Thanks for the good words! You can download the documentation if you are registered within http://dotnetpanel.com portal. Unfortunately, there is a little outdated guide only for the previous DNP 0.8, but it will be justified for DNP 1.0 in the meaning time.
    Posted to DotNetNuke (Forum) by fitsner on 2/27/2006
  • Re: Meet DotNetPanel – the Hosting Management Portal based on DotNetNuke!

    pauldes wrote: I'm not in the hosting business, but my host IS www.dotnetpark.com . I can tell you that it is REALLY cool to use from a users perspective. As a customer, it's very cool having all your settings in front of you. It's all relational, everything links back to everything else. It's actually fun to use. Thanks for your support! It's always exciting to get a feedback from real customers using DotNetPanel in their everyday work!
    Posted to DotNetNuke (Forum) by fitsner on 2/27/2006
  • Re: Meet DotNetPanel – the Hosting Management Portal based on DotNetNuke!

    netguy wrote: Very nice! Is this free? No, it is a commercial product, but we are sure its price is pretty reasonable. Moreover, in the first month of sales all orders are 50% off.
    Posted to DotNetNuke (Forum) by fitsner on 2/25/2006
  • Re: Meet DotNetPanel – the Hosting Management Portal based on DotNetNuke!

    grandOPUS wrote: I'm quite impressed with the professional quality...fast, pretty and easy to use. Great job! Good vision. Thanks for the kind words! We do our best to create the most powerful control panel and DotNetNuke portal really helps us in doing that!
    Posted to DotNetNuke (Forum) by fitsner on 2/25/2006
  • Re: Meet DotNetPanel – the Hosting Management Portal based on DotNetNuke!

    Hi Guys, Please, don't think it is an advertisement - just a quick update. I'm hurring up to share our success with DotNetNuke community. We have just released a brand-new DotNetPanel 1.0 based on DotNetNuke 4.0! DNP 1.0 is a full re-write of the previous version to .NET 2.0 platform and it is based completely on web services. I bet DotNetPanel is the biggest and the most interesting DotNetNuke implementation ever seen! You can get more info about DotNetPanel on our web site http://www.dotnetpanel
    Posted to DotNetNuke (Forum) by fitsner on 2/24/2006
  • DNNTextSuggest example?

    Hi guys, Is there any working example how to use brand-new DNNTextSuggest control? It would be great to get something similar to http://webcontrols.dotnetnuke.com/DNNTextSuggest.aspx Thanks in advance.
    Posted to DotNetNuke (Forum) by fitsner on 11/19/2005
  • Re: Hosting companies

    I don't know about what companies you guys are talking about, but we here at DotNetPark are real DotNetNuke experts and we are really proud of it. Both our sites http://dotnetpark.com and http://dotnetpanel.com are based on DotNetNuke and empowered with our own custom modules. Our hosting management solution DotNetPanel is also based on DotNetNuke http://demo.dotnetpanel.com . Thousands of our customers are having DotNetNuke installed on their web sites and every day we solve dozens of tickets related
    Posted to Resources (Forum) by fitsner on 9/26/2005
Page 1 of 4 (31 items) 1 2 3 4 Next >