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
Post a Comment