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.

Partially completed text boxes and tombstoning in Windows Phone 7 -


when use twoway data binding view model on page, have observed, view model updated when focus leaves field (eg. textbox). behaviour matches description in updating data source.

if application tombstoned, examples i've seen persist view model in page state, , reload them if activated again.

from can see, means if user hadn't caused focus lost text box editing, current value isn't copied view model, , isn't saved.

is user (and microsoft's application certification process) expect wp7 application?

saving partially entered text across tombstoning isn't requirement marketplace acceptance testing.

however, should persist data if makes sense in context of application , give best user experience.

do not base application experience on way framework synchronises data view model. what's best user.

if made sense application save information, user, want , woudn't care whatever technical reason gave not doing this.


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 -