All Tags » ajax (RSS)

Browse by Tags

  • Script File Planning

    When planning an ASP.NET AJAX solution, I'd recommend thinking about the total number of downloadable files that you site or class library will have. This matters because it can affect performance. Omal Al Zabir had a good overview of the problem and solution here . One of the solutions he provides...
    Posted to Brian Mains Blog (Weblog) by bmains on 11-21-2008
  • Partial rendering

    Normal 0 <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page...
    Posted to Getting Started with ASP.NET (Forum) by Slacker08 on 11-17-2008
  • 2 Parts post on Building jQuery and ASP.Net AJAX Enabled Controls with jQueryCollapsiblePanelExtender Sample

    At the end of the last month (September 2008) Microsoft announced that it will be shipping jQuery with Visual Studio going forward . It was a great news for all ASP.NET developers who are jQuery fans as well as jQuery and ASP.NET AJAX folks like me. Before and after that, there were many posts made around...
    Posted to Moses on DotNetSlackers (Weblog) by mosessaur on 11-14-2008
  • 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
  • Understanding Data Serialization

    In my talk, I was talking a little about the process of sending data from the server to client. In pretty much most data storage mechanisms or transports, the process of transporting data requires a serialization and deserialization process. For instance, if you push data to the database, you pull out...
    Posted to Brian Mains Blog (Weblog) by bmains on 10-29-2008
  • Thanks to all who attended

    I wanted to say thanks to all who attended my presentation. I hope you found it worthwhile. I will publish the link where all of the code will be put at so the general public can access it. If you are interested in looking at an AJAX control/extender presentation and sample code, you'll find that...
    Posted to Brian Mains Blog (Weblog) by bmains on 10-29-2008
  • How to bind repeater at client side

    hi all, I need to bind repeater at client side. i am working on Ajax Pro in which i am able to send dataset to client but dont know how to bind it with repeater. Is anybody knows this.
    Posted to Getting Started with ASP.NET (Forum) by shahid13384 on 10-21-2008
  • Re: ADC DatList maximum length

    Set the maximum length in your web.config for jsonSerialization tag Uncomment the following lines and set the size you need: <!-- Uncomment this line to customize maxJsonLength and add a custom converter --> <!-- <jsonSerialization maxJsonLength="500"> <converters> <add...
    Posted to Asp.net Ajax DataControls (Forum) by sonu on 10-16-2008
  • Dynamically Creating Buttons In JavaScript

    I found something interesting when dynamically creating a button in JavaScript. If I coded the button like the following: var button = document.createElement("INPUT"); button.type = "button"; parent.appendChild(button); button.value = "Click Me"; This worked fine, but if...
    Posted to Brian Mains Blog (Weblog) by bmains on 10-07-2008
  • Sys.Preview is undefined

    Hi, I am trying to use the code posted in the following article: http://aspalliance.com/1300_Custom_Client_Side_Drag_and_Drop_Behavior_in_ASPNET_AJAX However I keep getting the following error: Sys.Preview is undefined I already have the Microsoft.Web.Preview.dll in my bin folder. Any ideas?
Page 1 of 41 (402 items) 1 2 3 4 5 Next > ... Last »
The leading UI suite for ASP.NET - Telerik radControls
Outstanding performance. Full ASP.NET AJAX support. Nearly codeless development.