Browse by Tags

Related Posts

  • Accessing Server Controls From Client Script

    In our AJAX QuickBuild event yesterday, Simon Allardice demonstrated for everyone how to access the value of a server control from client-side script. Let me share with you his tip/trick. It is quite simple. Here is the markup of a content page - notice the script tag: <% @ Page Language ="C#" MasterPageFile...
    Posted to Palermo4 (Weblog) by Palermo4 on 07-03-2007, 12:00 AM
    Filed under: .net, asp.net, ajax, code
  • HttpRequest Using IsAjax & IsJson Extension Methods

    Although the ScriptManager has a property named IsInAsyncPostBack to determine an AJAX call, the control is scoped to the page it is contained in. If writing code in a custom HTTP module, what if I need to know in the BeginRequest event whether the current request is AJAX or JSON? How nice it would be...
    Posted to Palermo4 (Weblog) by Palermo4 on 10-04-2007, 12:00 AM
    Filed under: .net, asp.net, c#, ajax, code, visualstudio2008, extensionmethods
  • Changing the ASP.NET AJAX Control Toolkit Calendar display mode

    The ASP.NET AJAX Control Toolkit's Calendar ( Click Here To See The CalendarExtender Control In Action ) is a very nice control that allows you implement a client side dynamic calendar for date-picking functionality. One interesting feature is the ability to change the calendar from the default "days"...
    Posted to Scott's Blog (Weblog) by srkirkland on 11-20-2007, 12:00 AM
    Filed under: Code, ASP.NET, AJAX Control Toolkit, AJAX, ASP.NET AJAX
  • Animate a GridView row using the AJAX Control Toolkit from client code

    I've run across a few situations in which I wanted to animate a certain row in a GridView as a result of some client action.  The reason that this is a little tricky is that the AJAX Control Toolkit's Animation Extender needs to act on a certain Target Control (identified of course by the TargetControlID...
    Posted to Scott's Blog (Weblog) by srkirkland on 11-29-2007, 12:00 AM
    Filed under: Code, ASP.NET, AJAX Control Toolkit, AJAX, ASP.NET AJAX
  • using ASP.NET Validation from client code

    I recently ran into a scenario where I needed to have a submit button exclusively run some client code, which is pretty common and usually handled by having some DOM element call an onclick method that does the work.  However, there was quite a bit of validation that needed to be done and I did...
    Posted to Scott's Blog (Weblog) by srkirkland on 02-13-2008, 12:00 AM
    Filed under: Code, Tips, ASP.NET, AJAX
  • How to fix Sys.WebForms.PageRequestManagerParserErrorException in AJAX 1.0

    Last year I wrote a fix for AJAX 1.0 on my old blog, looks like many people found it helpful, I wanted to make sure people understood that issue only happened with ASP.NET AJAX 1.0. I cannot reproduce the same problem with AJAX 3.5. You will encounter this issue when mixing callbacks and postbacks, as...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 04-22-2008, 12:00 AM
    Filed under: Code, C#, ASP.NET, .NET, JavaScript, AJAX
  • Using LINQ to SQL makes life easier. An introduction of LINQ to SQL.

    LINQ to SQL came out with 3.5 and I am still amazed that many people accomplished to stay away from that simple technology. When you ask them, they've heard about but they are not sure how everything works together. Instead of looking it up to learn to see if there is something that may improve their...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 04-23-2008, 12:00 AM
    Filed under: Code, C#, ASP.NET, .NET, Scott Guthrie, AJAX, LINQ to SQL
  • Writing good performance web application for the masses. Twitter FAQ?

    I have recently being a twitter user, not proud that I become a user or better said a reader. I have blogged before about twitter , but after forcing myself to use it I have a much better opinion about such a service. I like to read some people’s microblogs at twitter. It’s like a big chat...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 05-21-2008, 12:00 AM
    Filed under: .NET, AJAX, Code, Twitter, C#, ASP.NET
  • How to add GeoTwitter to your blog or website

      You can add Geotwitter.NET to your website or blog with a simple JavaScript include and will provide two functions: You can see the last 10 users using Twitter the have a location as well as you can only show your last location. The code to add on your website is: <script type= "text/javascript"...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 05-28-2008, 12:00 AM
    Filed under: Code, C#, ASP.NET, .NET, GeoRSS, Geo Twitter, AJAX
Page 1 of 1 (9 items)
Page view counter