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 - Application crashes after installing iOS 4.2 -


i installed ios 4.2 ipod after application started crash.

the scenario is: launch application wait until it's , running hit ipod home button launch application again, application starts again seconds crashes.

  • my application job search engine, in of navigation pages it's communicating internet server.

  • i think problem has applicationdidenterbackground, applicationwillenterforeground, or applicationdidbecomeactive methods. not have code in these methods , not know if need to, prevent crash.

  • i not understand happens after hit home button , application goes background:

    • will still running in background (because of multithreading thing in ios4.2).
    • sometimes when relaunch application goes last page left in before hitting home button , sometime starts home page.

i not understand what's going on, want every time starts start in home page.

i submit application apple store before updated ios4.2 , crash starts happen. i'd appreciate if can me issue i'm not able/or know how debug.

thanks lot in advance. regards,

you can set info.plist key applicationdoesnotrunonbackground make sure app terminated.


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 -