Saturday, May 7, 2011

Thursday, May 5, 2011

Extraordinary experience jquery + colorbox + uploadify

A simple control which allows you to upload multiple files using uploadify and display the control with colorbox in ASP.NET, can be a learning of lifetime for you, because you need to know deeply what's going on behind server and client.

Strange behaviour 1:
Imagine you display you display the image via colorbox on custom aspx page (display.aspx), if you include RadScriptManager, you will find that your image galllery page (gallery.aspx), the uploadify couldnt trigger upload.aspx after you upload your files. I suspect it is due to the 'funny' generated html code by asp.net.

Wednesday, May 4, 2011

Multiple upload controls

Uploadify might be your best choice, which use jquery + flash.

Some points to note on this control. If you use it in pages need authentication. Remember to remove security access for your upload.aspx, else you will encounter http 302 !!!!

Telerik Client AJAX callback

Calling from client back to server through AJAX