c# - DNN Module TSQL order -


to preface: producing dnn module(a) dependency on released module(b) , should not modify other module(b).

i having problem retreiving information sql table should modified module b. module b may delete row on page_load, need generate controls based on info in sql table.

i have tried waitfor delay '00:00:xx'; precede sql commands in module a, unfortunately, merely prolongs page_load , delete on module(b) occurs during/after page_load.

i contemplated using unload event, controls can not added after page rendered.

currently redirecting twice every postback, seems hacky, , implement smoother solution if possible.

again, modules have on same page, , cannot modify module b.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -