Browse by Tags

Related Posts

  • xml (rss, web services) and async load

    Basically, I'm looking at building a site similar to http://www.pageflakes.com/ -- but no where near as slick. I'd just like to be able to add multiple xml feeds into a page using either RSS or web services. I've tried to do async calls to a web service as such... 1 protected void Button1_Click( object...
    Posted to Web Forms (Forum) by Fubarian on 11-20-2006, 12:00 AM
    Filed under: XML, Async, Web Service
  • Re: Page Load Progress Indicator VS 2005 Control?

    s_j_b: Hi Jason, Have you had any luck on how to do this? How would I implement a "UpdateProgress" while a page is busy redirecting to another page? Thanks SJB Hi, No, no replies or info offered. However, I've been back in VS 2003 doing some projects and haven't had time yet to get back into the redesign...
    Posted to VS 2005 Web Application Projects (Forum) by Laplain on 02-21-2007, 12:00 AM
    Filed under: async, asp.net 2.0, page loading indicator
  • Asynchronously getting binary response

    Hi What are the options to build a custom composite control which gets binary response to the client asynchronously? Also, I want to avoid using Atlas / Ajax.net or any other 3rd party libraries, and once built, the implimentation of the control should be with minimum effort. If anyone has done this...
    Posted to Custom Server Controls (Forum) by leo2007 on 02-25-2007, 12:00 AM
    Filed under: Composite Control, Async, binary
  • WebForm does not update on an event.??? V2.0

    Hi All, I have the following code: Protected WithEvents clsDTS As New clsDTS() Private strCallbackInvocation As String Private Delegate Sub startThread() Protected Sub btnCapture_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles btnCapture.Click Dim myThread As New startThread( AddressOf...
    Posted to Web Forms (Forum) by bill crawley on 03-22-2007, 12:00 AM
    Filed under: ASP.NET, ASP.NET 2.0, ASP.NET 2.0 VB.NET, Async, Asp .net
  • Null Reference Exception in SessionStateModule

    Hi, I am receiving a null reference exception in SessionStateModule.PollLockedSessionCallbacks(). It seems to be associated with Async Callbacks. If I view my web page and refresh a couple of times, the AppDomain.CurrentDomain.UnhandledException is fired with the exception below. System.NullReferenceException...
    Posted to State Management (Forum) by redundent on 07-11-2007, 12:00 AM
    Filed under: Session, Async
  • Creating Tabbed webPages in asp.net

    Is it possible to create Tabpages in asp.net like how we create in windowsbased. if so, could you give me good links to create TabbedPages. I have lot of information to be filled by the user. so now i am thinking to implement in my website doing tabbedForm. so plz if any one know abt this let me know...
    Posted to Web Forms (Forum) by dilip12 on 07-27-2007, 12:00 AM
    Filed under: ASP.NET 1.x, TextBox, ASP.NET, auto updating, asp.NET GridView, ASP.NET 2.0 Client Callback, AsyncOperationManager, ASP.NET 2.0, asp.NET 2.0 C#, ASP.NET 2.0 C# UserControl Parent MasterPage, asp.NET 2.0 C# response preformance tuning, Web Forms, Async, ASP.NET 1.1, asp.NET 2.0 C# postdata web user control, accessible content, Website design, template, Authentication, ASP.NET 2.0 bug, tabs on top, asp.net form request login, ASP.NET 2.0 webform, adding dynamic controls, text property, Webforms, access Web Form from User Control, ASP.NET 2.0 File Download Non-English Filename, AuthenticateEventArgs, webform JavaScript Session, Table, ASP.Net profile, asp .net 1.1 web form controls, ATLAS AJAX Cascading Dropdowns Combobox, asp.NET pattern, asp.net 1.1 user control, WebUserControl, asp .net iframes, ASP .NET 2.0 TextBox OnTextChanged Declarative External Class Formatting, ASP.NET Futures, asp to asp.net, asp.net web.config profile, asp.net 1.1 external process, Table ImageButton, TableCell object, TableRow object, webform asp.net, asp .net redirect type safety design, accesskey, technical article, Table radiobutton, WebResource, auto refresh webpage, ASP .NET 1.1, WebForm_PostBackOptions wizard control, AutoGenerateEditButton, auto server event, action, .Net 2.0, back and reload a page
  • Does ASP.NET 2.0/.NET 2.0 has TabView form server control

    Hi, Please can any one let me konw do we have TabView control in ASP.NET 2.0. Could you give me right articles to do that in ASP.NET 2.0. I have done TabedForm in Windows application but i havent comeacross in ASP.NET for the past 2 years. But now i have a task to do on TabView form. so, i am really...
    Posted to Web Forms (Forum) by dilip12 on 07-27-2007, 12:00 AM
    Filed under: ASP.NET, active desktop, ASP.NET 2.0 Client Callback, AsyncOperationManager, ASP.NET 2.0, asp.NET 2.0 C#, ASP.NET 2.0 C# UserControl Parent MasterPage, 2003 conversion, asp.NET 2.0 C# response preformance tuning, ASP.NET 2.0 VB.NET, ASP.NET 2.0 IIS, Async, asp.NET 2.0 C# postdata web user control, ASP.NET 2.0 bug, asp.net form request login, .net, ASP.NET 2.0 webform, ASP.NET 2.0 Ajax Control Toolkit Ajax Tab Control, asp, ASP.NET 2.0 File Download Non-English Filename, asp .net 1.1 web form controls, ATLAS AJAX Cascading Dropdowns Combobox, asp .net ... c# ... SQL, 2.0, asp .net iframes, asp .net 2.0 webforms, Add a Year, .aspx.vb, Access Modifiers, asp .net menu selectable select click clickable scroll postback, ActiveXObject("Shell.Application"), asp .net TreeView, asp .net 2.0, asp .net ... c# ... SQL javascrpt, asp .net redirect type safety design, accesskey, Asp .net events callback, ASP.NET 2.0 GridView Autogenerated Htmlencode, Active Directory, ASP .NET 1.1, asp.net 2.0 formview validation, .Net 2.0, aspx.vb
  • XmlDocument async question

    Hi Guys, I am desingeing a rating mechanism (like rate this post 1-10) and I cannot use a DB, I need to capture all data in XML files. Potentially I will get hundreds (maybe more) clicks on a single post at a short timeframe and this got me thinking about the async behavior, I need some feedback for...
    Posted to XML and XmlDataSource Control (Forum) by pxpilot on 08-09-2007, 12:00 AM
    Filed under: Xml, async
  • Update a UpdatePanel from child window onunload

    I've created a child window using the window.open() javascript function. At the unload event of the child window the idea is to update just part of the page. So in the parent window a function is created, which is called from the child. Instead of triggering a async postback of the updatepanel in...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by alekl on 08-14-2007, 12:00 AM
    Filed under: AJAX, ASP.NET AJAX, Javascript, asp net 2.0, Update Panel, scriptmanager AJAX, async
  • Random PageRequestManagerParserErrorException with Async Postback in Firefox

    I have an intermittent occurrence of the well-known parser error occurring on an async postback. It only occurs randomly in Firefox. I have read all the information I can find in these forums and on the various MS blogs and they are not relevant as far as I can see. I can see exactly what is happening...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by kentrob on 09-05-2007, 12:00 AM
    Filed under: ASP.NET AJAX, async, Firefox
Page 1 of 2 (13 items) 1 2 Next >