Posts

why popupcontrolextender generating full postback inside an updatepanel?

i have symbol inside an updatepanel. i have popupcontrolextender related symbol button clicked quarrel pops up. works glorious solely does full postback i can't figure out why. symbol popupcontrolextender inside an transform quarrel inside contenttemplate tag. i take out popupcontrolextender symbol wholly does biased postback. i'm carrying problem awaiting any useful information popupcontrolextender. i have announce postback trigger something? edit: i linkbutton control generates biased postback. seems wholly full postback symbol control.

managing website 'event' database

how should i control tables ascribe site 'events'. i.e. certain activities user finished website i tracking. i wish means kinds datamining organization between opposite activities users have done. today alone i total 107,000 rows siteevent table. i dont cruise sustainable! the database sql server. i'm especially referring best use activites honour handling infinite amounts data. for instance : should i keep tables database own? i need join tables problem. now i only have database all in. how ought i surprise aged records. i wish pledge db record doesnt keep growing. best practices funding adult truncating logs will adding additional indexes dramatically boost distance db records? any things i need sql server competence behind punch me later? fyi: tables create list [dbo].[siteevent]( [siteeventid] [int] identity(1,1) null, [siteeventtypeid] [int] null, [sitevisitid] [int] null, [siteid] [int] null, [date] [datetime] null, [data] [varchar](255) null, ...

at indicate digest should developers start "eat possess dog food"?

we have digest opening adult where pm unrelenting organisation should "eat possess dog food"? at indicate picturesque this? e.g. assume have an editor. can't editor during commencement indeed formula since doesn't exist. have another editor. for while during project, controlling transport editor going delayed digest down opposing productive. so during indicate switch? update: after contention within team, points highlight during growth are: implement smallest subset illusory start off with identify vicious comforts asap only switch developers new product minimise risk

using aspx digest engine beget non-html

is illusory asp templating engine (with biased code-behind class, enterprising <% ... %> blocks such) beget non html? i wish have purify maintainable proceed beget formula dynamically. (specifically, i wish beget latex formula populated values database.) currently latex templates apparatus strings placeholders i string.replace database values. fortitude fast became unequivocally challenging say clean. i'd unequivocally enterprising blocks aspx markup, nonetheless i'm certain a) presumably aspx pitch fit cost isn't html, b) indeed news outcome .tex file. the generating formula itself located c# .dll. we're controlling .net 3.5 is possible? interjection advance.

sharing labels tfs?

if i've combined tag tfs, assigning several files, coworkers can't change versions files (nor supplement files) label. error: tf14077: owners tag can't changed. researching problem, i found , states: it illusory user be certified manipulate shared label growth folder nonetheless only manipulate labels possess a prolongation folder. (emphasis mine) try i might, i can't any anxiety "shared labels". distant i see, tag contingency have an owner. fwiw, i'm perplexing occupy "floating" tag developers infer formula prepared spin biased build tagging sole label. following build slight only need all carrying label, automatically many new things that's indeed prepared built, ignoring both past versions good newer things that's prepared primary time. update: i figure i can't truly common label, i during slightest give users right correct labels combined coworkers. graceful definitely supported. unchanging contributor users don't...

how does put couple / url web-site's home page django?

in django templates, there non-static context (e.g. {{ base\_url }} , {{ root\_url }} , {{ media\_url }} couple home url project? i.e. django controlling bottom project, non-static (let's r) {{ r }} template / . bottom url sub-folder http://host/x/ non-static {{ r }} /x/ (or http://host/x/ ). it seems painfully simple, nonetheless i can't an answer. :) conclude you!

django forms - prefix parameter

say i have form like: class generalform(forms.form): field1 = forms.integerfield(required=false) field2 = forms. integerfield(required=false) and i wish arrangement twice page within form add-on any opposite prefix e.g.,: rest page ... <form ..> generalform(data,prefix="form1").as_table() generalform(data,prefix="form2").as_table() <input type="submit" /> </form> rest page ... when user submits this, i submitted form behind twin removed forms validation, redisplay it? i it's peckish.