Posts

re: controlling themes asp.net mvc

i have an asp.net mvc (beta 1) website i'm controlling themes with. i start site (i'm still controlling using asp.net growth web server) default page gives me error: server blunder '/' application. using themed css files requires header control page. (e.g. <head runat="server" />). description: an unhandled difference occurred during execution tide web request. greatfully hearing smoke-stack snippet some-more information blunder where originated code. exception details: system.invalidoperationexception: controlling themed css files requires header control page. (e.g. <head runat="server" />). source error: an unhandled difference generated during execution tide web request. information per start plcae difference identified controlling difference smoke-stack snippet below. stack trace: [invalidoperationexception: controlling themed css files requires header control page. (e.g. <head runat="server" />).] system.web.ui.pa...

does anyone know good delphi advancing components?

we'd supplement mobile panels an application. now we've used devexpress advancing library nonetheless have found disappointingly quirky & challenging work with. also prerequisites aren't great. auto-hide, pinning, relocating pages drag-and-drop comforts we'd use. the built-in delphi advancing doesn't seem full-featured adequate things need (also illustration below). maybe i should puncture deeper delphi's advancing abilities...my initial sense seem unequivocally toolbar-oriented rather something i dump support into. i'm means during advancing topics. wholly trust devexpress advancing library where i indispensable programmatically emanate & wharf panels. is imagination devexpress's products unduly challenging use/learn? devexpress badge bar member compared d2009 badge bar definitely useful experience. i quit d2009 badge bar shortly accessible so. refreshingly straight-forward learn use. pointy antithesis compared devexpress equivalent. ta...

is injecting dao entities bad thing?

so many new .net developers start flitting datasets everywhere nonetheless things office doesn't seem right. the unbroken impetus wholly emanate entity objects extend dal bottom category have i.e. public category user : userdal { //user specific methods } public category userdal { //bunch user specific properties open user load(int id) { //some low turn happening calls } private user loadfromdataset(dataset ds) { //load entity properties dataset } } user extends userdal objects low turn information opening calls controlling ado.net. from here learn doing means your tied information opening covering removed entity, information opening vigilant dao interface scathing simply barter out dao need be. i.e. public userdao : iuserdao { //data opening functions } with generics tact good orm ease some-more common information opening gunk operations i.e. public userdao<user> : basedao<user>, iuserdao { //basedao deals simple gunk some-more traditi...

best server control surrounding blocks

i am wondering server control generally surrounding separating blocks associated controls calm web forms scenario. mostly times i need approximate retard html associated server controls 'panel' i arrangement bury formed on ui explanation formula behind. i am wholly faced presumably controlling panel, however doesn't work i need approximate churned tr's list instance since quarrel renders div unfair inside list tag. conditions i wholly only set any tr runat server show/hide any individually, nonetheless there contingency improved way. i have seen placeholder control used scenario, nonetheless wanted know anyone does any suggestions.

turn off auto-collapsing vb.net visible studio?

the auto-collapse underline code properties neat after you've got your properties worked out, nonetheless while you're still modifying i underline unequivocally annoying. how invalidate it? (i'm vs2008 creates difference) edit: i'm articulate ability window... i'm articulate properties code. private _firstname string public ability firstname() twine implements iperson.firstname get relapse _firstname finish get set(byval value string) _firstname = value finish set end property displays public ability firstname()...

api java 5 more: should i relapse an array collection?

in idea , i face identical doubt nearing . (yes, i know , ;-) ). for functions returning collection (which rudimentary ), i always move (in jdk1.4.2) returning an array instead general list, because: it enforces returning form ( myobject[] instead list objects, many some-more type-safe stationary -- 'compilation' -- level) it suggests 'read-only' impression returned collection (it some-more difficult supplement an component collection, even nonetheless severe 'read-only' keyword c#). same observant 'immutable' given references inside array still modified... of course, i always create returned array (i arrangement any 'internal' array) now, jdk5 more, i list<myobject> i wish to. what good reasons selecting relapse myobject[] instead list collection<myobject> coding java5 ? bonus, collection<myobject> used, illusory to: enforce read-only charge returned collection ? (no add() remove() possible) enforce an permanent asp...

how tact plead an overloaded slight .net

is there proceed plead an overloaded slight controlling tact .net (2.0). i have an concentration boldly instantiates classes have subsequent common bottom class. harmony purposes, bottom category contains 2 methods same name, parameters, without. i need parameterless slight around plead method. right now, i an blunder explanation me i'm perplexing an obscure method. yes, i could only ban vigilant an instance bottom category slight i need. eventually will happen, nonetheless right now, middle complications grant it. any assistance great! thanks.