Jun 28
A complete custom ActionResult to export some ViewModels into CSV with no pain. [More]
Tags:
Aug 28
This post is gives you some solutions for 9 real life application problems in asp.net:

How to display number as words?
How to compute data (sum, count, …) in a data table?
How to display client date time?
How to call javascript from server side(code behind)?
What is the Difference between <% … %>, <%= … %>, <%# … %>, <%@ … %>, <%$ … %>?
How to maintain scroll bar on postback?
How to use the enter key to submit a form?
How to call page methods from client side using ajax.net?
How to capitalize each word in a string? [More]
Tags: |
Jul 29
Try the latest Beta versions of NotesForGallery, and send us your feedback and ideas. It’s also the time to evaluate the current state state and the pending modifications of the project. [More]
Jul 20
This post is gives you some solutions for 10 real life application problems in asp.net:
How to interrupt postback from client side?
How to avoid duplicate form tag error?
How to ask confirmation on page unload event?
How to persists data from client to server side?
How to bind a dropdownlist from a datatable?
How to do a multi-line gridview?
How to serialize/deserialize object in XML?
How to register JavaScript from server side?
How to enable disable validation from client side?
How to pass information between one page to another? [More]
Tags: |
Jul 18
Sometimes you need to perform long process in background in asp.net, but you need to display process progression to the user. In this post I will show you how to do it using web services and AJAX. [More]
May 13
This post present the additional functionalities and properties of the notesforgallery control release 2.0. [More]
May 07
NotesForGallery is a simple photo gallery control based on asp.net Ajax and JQuery (LightBox plugin thanks to Leandro Vieira Pinho). The objective of this control is to build a gallery easily and quickly. (2 lines of codes) [More]
Mar 20
This post show you how to add a css web resource with embedded images in an asp.net control library. [More]
Tags:
Mar 14
This post show you how to create a client-side instance of an Asp.NET controls. [More]