Showing posts with label learning. Show all posts
Showing posts with label learning. Show all posts

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.

Friday, March 26, 2010

Sunday, February 7, 2010

Excellent Linq Example

This webcast describe the linq concept clearly, it is very useful for beginner.

After you see this webcast, it is very likely you can unleash the power of LINQ-to-sql

Saturday, February 6, 2010

Good example to describe delegate

Refer to this webcast from jennifer to have a better understanding on delegate

it is useful when you want to trigger method B or method C from method A, you can consider to use delegate to represent method B, C, see this video to find out more.

Wednesday, February 3, 2010

Full-featured customer portal

Looking for how to build a full feature portal for scratch. Check out this video from asp.net.

It shows you how to do C.R.U.D. for a table in sql and datagrid using sqldatasource, and also the login control.