Kazi Manzur Rashid
11 posts.
- Compress Asp.net Ajax Web Service Response - Save BandwidthIn this post, I will show you how to compress the Asp.net Ajax Web Service response, To understand the benefits of compression let us start with a simple…
- Asp.net ListView - Data EditingIn my previous post, I have shown the data binding capabilities of ListView control. In this post, I will show the Data Editing power of ListView. Like…
- Asp.net ListView - Too much CSS FriendlyMy First experiment with Asp.net ListView control was awesome. I downloaded few templates from and able to apply it only in few minutes. Checkout the…
- Loading UserControl Dynamically in UpdatePanelIn this post, I will show you how to load different user control in UpdatePanel from different menu item click. I have found a lot of request in Asp.net…
- Asp.net Ajax UpdatePanel Simultaneous Update - A RemedyIf you ever try to do more than one simultaneous partial update with Asp.net Ajax Update Panel, I guess you already found that Asp.net Ajax Framework…
- Create An Ajax Style File UploadIf you visit Asp.net Ajax Forum, you will find hundreds of request on File Upload Control that it does not give Ajax version of the page when it is placed…
- Combine Multiple JavaScript and CSS Files and Remove OverheadsWhen developing a large web application especially if it is Ajax enabled, we often ended up with a larger number of JavaScript and Cascading Stylesheet…
- Asp.net Ajax and VS2003Few days back one of my of ex-colleague called me to know what is the best platform of Ajax to work in VS2003 Project, One of his client wants to…
- SJAX CallWhile visiting Asp.net forum, I found an interesting request, A forum member is trying to implement some validator controls where the member wants to call…
- Secure UrlAsp.net 2.0 has been released, but Asp.net still does not have any built-in support for passing querystring in encrypted text. The following class will…
- Cross Domain Iframe ResizeRecently I was trying to set an iframe height which is hosted in another domain. But could not able to get its height from its hosting window - It always…
