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.

iphone - UINavigationController popView behavior -


i'm writing iphone app , i'm having problems uinavigationcontroller bug can't replicate @ will.

i have 3 table views , @ end detail / normal uiview. when navigate detail view table views bit weird:

the title animate (so slidy thing , title change expected), content doesn't.

(titles v content)

t1     ->     t2      ->     t3     ->     d1  t1content     t2content      t3content     d1content          [hit button]  t1     <-     t2      <-     t3     <-  t2content     t3content      t3content 

and go further , it's seg_fault.

i'm sure me doing weird along way - don't know what, suggestions on mistakes might manifest way hugely appreciated.

thanks,

pete.

edit - include code:

// push view code [self.navigationcontroller pushviewcontroller:updatecontroller animated:yes]; [updatecontroller release];       // pop view code [self.navigationcontroller popviewcontrolleranimated:yes]; 

wasn't pushing content twice - code tried t2 view remove row, in nice table way. way did store temporary variable when t3 had finished, , execute table delete after view had loaded - , in whole process wasn't right, manifested described.

odd.

thanks anyway,

pete.


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 -