Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • GeoRSS Editor alpha version is up and running

    GeoRSS is a great way to share geographic information that updates all the time, sending simple geography (points, lines and polygons to a consumer. GeoRSS is RSS with a collection of points, as flexible as RSS with the advantage of providing location to your information. A great tool that I personally...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 08-29-2008, 12:00 AM
    Filed under: Code, C#, ASP.NET, .NET, GeoRSS, JavaScript, ESRI, Geo Twitter, AJAX
  • What the AJAX Sys.ParameterCountException: Parameter count mismatch error?

    Developers turn to Google or Cuil.com when they receive an error message, I believe is an automatic reaction, in the old days you were stuck debugging that COTS library, right now, we are looking for peers that went through the same experience, and hopefully they were successful, this post is not the...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 07-31-2008, 12:00 AM
    Filed under: C#, ASP.NET, .NET, JavaScript, 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
  • ASP.NET Ajax using a custom ViewManager to render paged data without updatepanels

    Sometimes you do not want the overhead of using an updatepanel, as each time you make a request it is posting more back than you might need, sure it can be powerful and easy to use but not always the most effective way Say you would like to be able to not use viewstate or postbacks but would like to...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 03-17-2008, 12:00 AM
    Filed under: Javascript, AJAX, ASP.NET, .NET, .NET 3.5, LINQ, C#
  • PNG Fix Component

    Needing a solution to fix transparent PNG in IE6 I came to start using one of the many javascript based solutions to do this. But when it came time to use ajax and populating new images in my postbacks this obviously broke. So I created a custom ASP.NET Component to help me do this... Control: I created...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 01-03-2008, 12:00 AM
    Filed under: Javascript, AJAX, ASP.NET, .NET, MICROSOFT, .NET 3.5, C#, PNG
  • Determine if a user enables JavaScript

    I made a post over on my business' blog about the general concept of my post today, determining if a user has JavaScript enabled. This is sort of a touchy subject since Microsoft has their own AJAX stuff and they pretty much do what they want with that. But what about ASP.NET developers like me that...
    Posted to Zack Owens (Weblog) by zowens on 11-22-2007, 12:00 AM
    Filed under: .NET, Visual Basic, C#, JavaScript, AJAX, jQuery, ASP.NET
  • A great article on functional programming...

    http://www.defmacro.org/ramblings/fp.html This article was a great overview of many of the aspects of functional programming. With what Micosoft is doing to the CLR and C# and VB it would seem that functional programming is making advances into the main stream. His article has imaginary Java samples...
    Posted to David Findley's Blog (Weblog) by findleyd on 06-20-2006, 12:00 AM
    Filed under: C#, Ruby, .NET, Tools, JavaScript, Atlas, LINQ, DLINQ, XLINQ, AJAX, Rails, Programming Languages
  • jQuery & .NET

    In the Javascript world, the hot topic these days seems to be jQuery .  Microsoft is beginning to see its value, and DotNetNuke is baking it in in their 5.0+ release.  For me, it just makes sense to add it to my portfolio. When I take the time to learn any sort of new technology I make an attempt...
    Posted to Rob Chartier ~ Contemplation... (Weblog) by Rob Chartier on 04-07-2009, 12:00 AM
    Filed under: .NET C#, C#, .NET, ASP.NET, AJAX, 2008, Codeplex, Javascript, jQuery
  • Datatable to JSON

    In this post I will explain you, how can we serialize Datatable to JSON. So that, it can easily pass to JavaScript to get the AJAX done. First of all fill a Datatable with some results. DataTable dt = new DataTable();   SqlConnection objSqlCon = new SqlConnection(System.Configuration.ConfigurationManager...
    Posted to Agha Usman (Weblog) by aghausman12 on 05-16-2009, 12:00 AM
    Filed under: asp.net, c#, .net, Javascript, AJAX
  • Daily Tech Links - June 2, 2009

    Daily Tech Links - June 2, 2009 Web Development Creating a Simple .NET 4.0 Web App using Visual Studio 2010 Build a FlashMessenger system in ASP.NET MVC ASP .NET MVC and iWantGreatCare Vici MVC is a MVC Web Application Framework for .NET 2.0 or higher. Best practices regarding locations for ASP.NET MVC...
    Posted to Sanjeev Agarwal (Weblog) by SanjeevAgarwal on 06-01-2009, 12:00 AM
    Filed under: ASP.NET, Ajax Control Toolkit, JQuery, JavaScript, CSS, C#, VB.NET, .NET, MVC, ASP.NET Dynamic Data, Ajax, JQuery UI
Page 1 of 6 (57 items) 1 2 3 4 5 Next > ... Last ยป