Click here to Skip to main content
15,949,741 members

Comments by JohnsonYuan (Top 2 by date)

JohnsonYuan 7-Sep-14 16:39pm View    
in visual studio' menu control, it will auto add 'selected' css class to the current page
you can look this demo at http://aspnet451.planetwrox.com/PhotoAlbums/

It's hard to do for user control, how can I do this in my project?
JohnsonYuan 2-Nov-13 20:18pm View    
I see many people add code to the if(!Page.IsPostback) block in Page_Load event, can you explain why I can't get querystring value in if(!Page.IsPostback) { // get querystring here } block