Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

jquery - virtual url representing page contents but not a different .html file -


i have website consists of single page coded in html uses jquery load web albums picasa container depending on link user clicks on. works fine, want content loaded page coincide url. @ moment, when 1 of album links clicked, photos load , '#' appended url. how can append album name url instead, , have browser understand album name coincides content loaded on page jquery.

additionally, want able send link website: kornweissphotography.com/steven/albumname albumname name of 1 of web albums , have appropriate images load page.

website: www.kornweissphotography.com/steven

thank you!

you append category end of # on links.

so when click on on people, url http://www.kornweissphotography.com/steven/#people

you @ url in javascript figure out load.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -