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.

Turn off WPF default UI animations (checkbox etc.) -


i intending use default aero theme unhappy fade-in happens when checking checkbox of other 'flashy' effects button pulses.

is there way turn off these effects / animations without re-templating controls?

thank kindly.

the short answer no. these default effects used when system theme aero (i.e windows 7 , vista).

you have perform sort of re-styling or re-templating remove elements include these animations (i.e. controls in presentation.aero).

you explicitly load different theme, such luna, royale, or classic. but, you'd lose aero look. blog explains how explicit load aero theme, can replace 1 of others.


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 -