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.

Change Eclipse tab to correctly indent line as Emacs does -


in emacs when hit tab anywhere on line, line indent correctly (or @ least mode settings). when hit tab again move next block. when programming python helps since closing block done lowering indention level.

is there way configure eclipse same?

currently, have erase leading white space hit tab.

this question reposting of a superuser question.

try ctrl-i (cmd-i on osx) indent current line or selection inside eclipse (if you're using default key binds opposed emacs). or, if want different key bind, go appearances > general > keys , change bind correct indentation key(s) of choice


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 -