(Manikavelu Velayutham) In .NET 4, we can maintain the row selection in data controls while paging or sorting. That’s a cool feature available in .NET 4. You will be amazed after enabling this property in your data controls.
Tag: Development
AsyncFileUpload Update Panel Example in ASP.NET AJAX using VB.NET
This is an introductory tutorial on the use of the AsyncFileUpload web control to create an AJAX-driven upload web page in ASP.NET 3.5.
Reader email: Need help troubleshooting perf/memory issues
(Tess Ferrandez) I get several emails every day (through the blog) with urgent requests to help troubleshoot memory issues or memory related performance issues. Some just say “we have a memory issue, how do I troubleshoot it?” and others are far far more detailed with links to dumps and everything:
Manipulating DOM using jQuery
(Bipin Joshi) By now you know how to alter existing elements and their attributes. jQuery also allows you insert, append, remove and replace elements from HTML DOM so that you can modify the document structure. For example, say you are calling some WCF service from client script and based on its ret
Customization in ASP.NET Dynamic Data
(Ambily KK) ASP.Net Dynamic Data is used to develop data driven web applications using dynamic page and field templates. In this article we will see how to customize our ASP.Net Dynamic Data web application.
Bound and Tied: What Is Data Binding?
(Yakov Werde) In this article we’ll explore basic aspects of data binding, one of WPF’s core features.
Output caching with ASP.NET MVC Razor
(Jalpesh P. Vadgama) Caching data greatly increase the website performance as its not going to do server round trip. I have already mentioned how you can use Output caching in web forms in earlier blog post here.
Working with the ModalPopupExtender Control
(Sandeep P R) This blog post shows how to display/show/call the ASP.NET AJAX ModalPopupExtender control from JavaScript and well as from a HyperLink control within a GridView.
Experimenting With ColdFusion 9’s ObjectSave() And ObjectLoad() Functions
(Ben Nadel) During the last cf.Objective() conference, I heard someone mention ColdFusion 9’s new ObjectSave() and ObjectLoad() methods. I had not yet heard of these methods at the time so I was not sure what they do.
Calling WCF Services using jQuery
(Pranay Rana) This article illustrates how to call Windows Communication Foundation (WCF) services from your jQuery client code, and points out where special care is needed. Before you start reading and following this article, first read this blog entry which describes how to create a WCF service: C
