Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Upload > Asynchronous Processing with Progres Bar

Asynchronous Processing with Progres Bar

Feed from this thread
  • Posted on Nov 20, 2006 (permalink)

    Requirements

    r.a.d.controls version

    Q3 2006

    .NET version

    2.0

    Visual Studio version

    2005

    programming language

    VB.NET

    browser support

    all browsers supported by r.a.d.controls


     
    PROJECT DESCRIPTION
    Project to demonstrate using a custom progress bar with an asynchronous process for monitoring long running processes.

    See this thread for more details:
    http://www.telerik.com/community/forums/thread/b311D-kmhek.aspx

    See this blog posting for an explanation:
    http://boyersnet.com/blogs/chucks_blog/archive/2006/11/15/asynchronous-progress-with-telerik-upload-control.aspx

    I also included an error document that lists the errors/bugs/suggestions that I found during development. 

    Thanks
    Chuck
    Attached files

    Reply

  • Rumen Rumen admin's avatar

    Posted on Nov 21, 2006 (permalink)

    Hi Chuck,

    Thank you for the provided solution! As a small note of gratitude for the provided example we updated your telerik points.

    We will also fix the Help glitch described in the included document file.

    Best regards,
    Rumen
    the telerik team

    Reply

  • Control_Freq avatar

    Posted on Dec 1, 2006 (permalink)

    Hi,
    I can't get this to compile. I am using VS 2005. I get the following errors:

    Error 3 Validation (XHTML 1.0 Transitional): Element 'progresstemplate' is not supported. 
    Error 5 Cannot switch views: This end tag has no matching start tag. 
    Error 6 Cannot switch views: Validation (ASP.Net): Element 'RadProgressManager' is missing its closing tag.
    Error 6 Cannot switch views: This end tag has no matching start tag. 
    Error 7 Cannot switch views: Validation (ASP.Net): Element 'RadProgressArea' is missing its closing tag. 

    Maybe you need to take anpther look at this project!

    Regards

    Nick

    Reply

  • Posted on Dec 4, 2006 (permalink)

    Nick - I'm sorry you haven't been able to get my demo to work.  I did notice a missing </td> tag in the template so I'm sorry about that. 

    As for compiling the project, you may want to turn off strict (X)HTML validation within Visual Studio, or add the appropriate namespaces for Intellisense as directed in the Telerik help documentation. 

    Also, when detailing the messages in the error list, it would be very helpful if you detailed which line the messages occured on, either with a line number, or include the code where the error occurs in the post.

    Thanks
    Chuck

    Reply

  • Posted on Apr 23, 2009 (permalink)

    Where you guys able to solve the bugs in this example posted by the user.

    Reply

  • Posted on Apr 23, 2009 (permalink)

    I wasn't aware of any bugs in the demo other than the missing HTML tag as discussed above.  If you are having specific issues with the demo, could you please detail what they are?

    Thanks
    Chuck

    Reply

  • Posted on Apr 23, 2009 (permalink)

    Hi

    Will try it out again and let you know.

    Is it possible to have this as C# project instead of VB?

    Reply

  • Posted on Apr 23, 2009 (permalink)

    I'm not a C# guy so unfortunately I don't have it in C#.  You may want to try this: http://converter.telerik.com/.


    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Upload > Asynchronous Processing with Progres Bar