All Tags » AjaxPro (RSS)

Browse by Tags

  • Update Panel Issue

    Hi All, I am working on a AJAX Enabled asp.net web application. Which was previously developed in VS 2005. Now this application is converted into VS 2008 with Framework 3.5 Now the problem occurs is that, Some pages in application working fine with update panels. And some are not working properly. Those...
  • Tab Strip

    I wish to use or create a Tab Strip control for an Intranet application, like what you would use when developing a Windows Application. I need this to behave just like a Tab Strip, so that the user can select between different tabs, all on one page. However, when the user moves from one tab to another...
    Posted to Getting Started with ASP.NET (Forum) by dbrook007 on 11-04-2008
  • Re: Material for AjaxPro

    You know that there is no developement continued on AjaxPro, right? The author (Michael Schwartz) has suggested everybody to move to ASP.NET Ajax. See his post: http://weblogs.asp.net/mschwarz/archive/2008/01/04/future-of-ajax-net-professional.aspx You can still find the examples and how to's here...
    Posted to Getting Started with ASP.NET (Forum) by sonu on 10-08-2008
  • Info and Tutorials on ADC Data Controls

    Hi, I've just started to use the ADC Data Controls, in particular the GridView. However, I noticed there's quite a bit of a client-side code in <script> for the controls. Coming from being asp.net code oriented, I'm unsure on this side of things. Is there some reference material on...
    Posted to Asp.net Ajax DataControls (Forum) by dbrook007 on 07-14-2008
  • Using Paging and Sorting on ADC Data Controls

    Hi, Regarding Paging, I'm starting with the ADC GridView and am having troubling understand what steps I need to take to build something from scratch. Please note that I am using an XML file as the datasource, which is loaded into a dataTable for use with the GridView. I've looked at the Sample...
    Posted to Asp.net Ajax DataControls (Forum) by dbrook007 on 07-14-2008
  • Script Question

    Can anyone tell me what the effects and benefits of the following code would be? : Response.ClearHeaders() Response.AppendHeader( "Cache-Control" , "no-cache" ) ' //HTTP 1.1 Response.AppendHeader( "Cache-Control" , "private" ) ' // HTTP 1.1 Response.AppendHeader...
  • Error with Ajax Control

    I tried the getting started code in vb from: ..and converted to C# for asp.net 2.0 But, when I try it, I get this error: "Microsoft JScript runtime error: 'DataService' is undefined" in a message box. This is the markup: <%@ Page Language="C#" AutoEventWireup="true"...
  • Ajax Control Question

    Regarding this text: "Open the default.aspx and drop an AjaxData Gridview into the page and give it the id MyGrid. By default it will autogenerate the columns for you based on your datasource. Next we need to set the webservice that we created earlier into the ScriptManager:" found at: http...
  • asp.net ajax question

    Can I use the Asp.Net Ajax ADC Data Controls in a shared hosting environment? What do the host need to install? Will the host have to install ASP.Net Futures, OR do I just need to deploy certain files? Thanks, Darren
  • asp.net ajax problem

    I have a website using Asp.Net 2.0 that is Ajax enabled and am experiencing a problem that I have been unable to resolve. Everything works fine until the session times out. Then, when this has timed out, I get this error in a Windows Internet Explorer message box: - Sys.WebForms.PageRequestManagerParserErrorException...
Page 1 of 2 (19 items) 1 2 Next >