Search

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

Matching Posts

  • Re: BB code and Quote

    Hi, I have developed a BBCode Parser in .NET. Please, take a look at my site .
    Posted to Web Forms (Forum) by PJonDevelopment on 5/18/2009
  • BBCode Parser

    Split off from old thread and moved to the best suitable place for such announcements by moderator XIII : I just want to let you guys know that I've published a new BBCode Parser at my website at http://pjondevelopment.50webs.com/articles/bbcodeParser.html .
    Posted to Announcements (Forum) by PJonDevelopment on 5/4/2009
  • Re: Could not load file or assembly 'vjslib, Version=2.0.0.0 .. .\TemplateVSI\TemplateVSI.csproj

    Hi, If you want to compile it correctly you can also download the vjslib from here . Regards,
  • Re: Custom database item template

    Hi, JP. I'm keeping a tab on this thread because I also want to know how to do it. I send an email to Scott Guthrie asking the same question and I'm waiting for a reply from him too. Regards,
    Posted to Visual Studio 2008 (Forum) by PJonDevelopment on 11/24/2008
  • Re: Problem to set focus to auto complete extender

    Hi Francis, Just in case you haven't yet found a solution, sometimes a simpler workaround might do the trick. Did you try doing the following? 1 < label id= ' <%= Me.txtSample.ClientID & "_LABEL" %> ' for= " <%= Me.txtSample.ClientID %> " >Caption:</ label > 2 < asp:TextBox runat= "server" ID= "txtSample" /> 3 < script type= "text/javascript" > 4 function SetFocus() 5 { 6 document.getElementById
    Posted to ASP.NET AJAX Control Toolkit (Forum) by PJonDevelopment on 6/24/2008
    Filed under: HTML, workaround, focus()
  • Re: Stand Alone Web Server.

    I manage to solve the error, by adding the following line on CreateApplicationHost method: ad.SetData( ".appId" , domainId) but then I got this new error: Server Error in '/' Application. The path '/App_GlobalResources/' maps to a directory outside this application, which is not supported. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated
  • Stand Alone Web Server.

    I'm trying to create s stand alone Web Server using System.Web.Hosting but I'm stuck in with an error that I can't find an answer. I use this code to create the ApplicationHost Private Function CreateApplicationHost( ByVal hostType As Type, _ ByVal virtualPath As String , ByVal physicalPath As String ) As Object If ( Not physicalPath.EndsWith( "\" )) Then physicalPath &= "\" End If Dim aspDir = System.Web.HttpRuntime.AspInstallDirectory Dim domainId = DateTime
    Posted to HttpHandlers and HttpModules (Forum) by PJonDevelopment on 5/1/2008
    Filed under: System.Web.Hosting, ProcessRequest
  • Re: Serving WebResource.axd files

    [quote user="mjcreamer"] If there is a better place for this post, please let me know. I've created my own webserver using VB.NET (using System.Web.Hosting). It works great (.aspx, .gif, etc. files are getting to the browser) except that WebResource.axd files do not reach the browser after being served. (I can pop up their contents in the vb app-- so they are coming from ASP.NET just fine-- but the functions inside [javascript mainly] are not available in the browser. WebResource.axd
    Posted to Cassini Sample Web Server (Forum) by PJonDevelopment on 5/1/2008
    Filed under: WebResouce, Content Type
  • Re: Rating control

    I've had an experience using the Rating Control in ReadOnly mode. I'm going to work on a solution in a couple days (I hope).
  • Re: Rating control

    [quote user="spavkov"]This is the simplest solution possible: How to fix Bug in ASP.NET Ajax Rating control? let me know if you find easier fix :) [/quote] Yes, that's a very easy fix, however you need to apply it to every control on every page, and if you happen to have a rating control inside, say, a DBGrid... well... good luck. The solutions shown on this thread earlier provide a permanent solution for this annoying bug, regardless where on the page the control is. Regards,
Page 1 of 2 (20 items) 1 2 Next >