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

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -