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.

javascript - Why do custom styled Google Maps (v3) not support marker animation (pin drop)? -


for example, cannot combine concepts of simple example: link text concepts of example: link text, uses styled v3 api.

in chrome error saying that:

uncaught typeerror: cannot read property 'drop' of undefined

and refers line of code:

animation: google.maps.animation.drop, 

when replace javascript link reference use version of api first example, error goes away, lose custom styling. have not tried in firefox or ie.

edit: link example: link text

you're referencing external js file references google's js file. wasn't able use that, gave me error.

i re-wrote code using google's js directly:

preview here: http://jsfiddle.net/kai/unh2m/embedded/result/

view source here: http://jsfiddle.net/kai/unh2m/


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 -