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.

java - Eclipse debugging issue -


i'm debugging java aplication in eclipse. problem now(i don't know i've done) debug starts beginning(the first line of main) , not first breakpoint. it's annoying because have go through many lines part want.

look in debug configuration configuration launching on main tab , make sure "stop in main" not checked.

  1. right-click on project in package explorer tab
  2. choose "debug " > "debug configurations ..."
  3. down left side, find , select debug configuration project/app/main debugging.
  4. click on "main" tab.
  5. uncheck "stop in main"
  6. click "apply" button

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 -