I have a map within my application that serves as a historic view of data. However, I am having a problem with it in that it only renders the map filling 1/4 of the screen. The map object is clearly full sized because the toolbar is up in the upper left corner and the coordinates are shown in the lower right corner however the map only renders in approximately 1/4 of the screen. If I drag the map or zoom it then fills the entire screen.
The flow of the screen is that the user enters search criteria, I then post to the .aspx page and in the code behind I build out the map object and populate the layers. At the end of populating the layers I call the getBoundingBox() method on one of the layers and then set the extent. Then the map displays within the browser but only as stated above.
Anybody have a clue what may be causing this?
Thanks.
Curtis