Tuesday, 20 August 2013

USERCONTROL SHOWN AFTER RESPONSE.WRITE

USERCONTROL SHOWN AFTER RESPONSE.WRITE

My asp.net page has a usercontrol that shows a buttonbar at the top.
In the page_load i call a number of functions (in VB.NET codebehind) that
build a response.write. It all works fine, exept the usercontrol is shown
BELOW the objects that came from the response.write.
How should i rearrange the call of the response.write functions in order
to get the usercontrol-bar be place at the top?

No comments:

Post a Comment