I have a tab control that is acting flakey. It has 2 tabs.
Issue 1.
Sometimes when the website loads for the 1st time the tabs are not clickable until a user clicks on a server control 1st (ie a dropdown or button, or clicks in a text box)
Issue 2.
On the 1st tab I have a table with a couple of Labels, text boxes, and a couple of command buttons. I also have a modalPopup control, and FilterTextBoxExtender on the 1sttab. On the 2nd tab I have a label, a text box,
and a command button.
When the user finished with the report and closes the report window, that’s when the tab control acts funny. The bottom half of the Tab disappears. It’s clickable, but it’s gone, as if it’s transparent. (see image)
FYI: If I use a 'response.clear' the problem goes away, but my http render stops.
Anyone have any ideas on these issues?
PS> I have an image of the tab, does anyone know how to attach the image? Thanks,rwiethorn
wiethorn
Member
47 Points
42 Posts
Tab Control Flakey
Nov 06, 2007 03:03 PM|LINK

I have a tab control that is acting flakey. It has 2 tabs.Issue 1.
Sometimes when the website loads for the 1st time the tabs are not clickable until a user clicks on a server control 1st (ie a dropdown or button, or clicks in a text box)
Issue 2.
On the 1st tab I have a table with a couple of Labels, text boxes, and a couple of command buttons. I also have a modalPopup control, and FilterTextBoxExtender on the 1sttab. On the 2nd tab I have a label, a text box, and a command button.
When the user clicks a particular command button, the code calls an http request to the SQL report Server, and renders a report via a HTTP call. Here is the sample http (http://bdc-intra664.internal.pg.com/ReportServer/global.asax?%2fProp65_Reports%2fProp65_Values&rs:Command=Render&rs:Format=PDF&ReportID=12 ) using: Dim strURL As String = "http://bdc-intra664.internal.pg.com/ReportServer/global.asax?%2fProp65_Reports%2f" & strReportName & "&rs:Command=Render&rs:Format=PDF&ReportID=" & intReportIDResponse.Write(
"<script language=javascript>window.open('" & strURL & "','ReportWindow');</script>")When the user finished with the report and closes the report window, that’s when the tab control acts funny. The bottom half of the Tab disappears. It’s clickable, but it’s gone, as if it’s transparent. (see image)
FYI: If I use a 'response.clear' the problem goes away, but my http render stops.Anyone have any ideas on these issues?
PS> I have an image of the tab, does anyone know how to attach the image? Thanks,rwiethorntab panel tab container