S
sri_san
Hello,
I have a tabstrip/Multipage control. The data in the Multipage
comes from the database. For some reason, even if the autopostbask is
set to false, the tabtrip does a postback. Code outlined below:
<iewc:tabstrip id="tabEditPendingSpInfo" autopostback="false"
runat="server" Width="100%"
TabSelectedStyle="background-color:#ffffff;color:Navy"
TabHoverStyle="background-color:navy"
TabDefaultStyle="background-color:#5279B5;font-family:verdana;font-weight:bold;font-size:8pt;color:#ffffff;width:100;height:21;text-align:center;"
BackColor="Gray" BorderStyle="Solid" BorderColor="Gray"
TargetID="mltpgEditPendingSpInfo" >
<iewc:Tab Text="SP Detail" ID="tabDetail"></iewc:Tab>
<iewc:Tab Text="Contact" ID="tabContact"></iewc:Tab>
<iewc:Tab Text="General Info -1" ID="tabGeneralInfo1"></iewc:Tab>
<iewc:multipage id="mltpgEdit" runat="server" >
<iewcageView id="pgvwGeneral">
</iewcageView>
</iewc:multipage>
Any ideas would be great!!
Thanks,
Sam.
I have a tabstrip/Multipage control. The data in the Multipage
comes from the database. For some reason, even if the autopostbask is
set to false, the tabtrip does a postback. Code outlined below:
<iewc:tabstrip id="tabEditPendingSpInfo" autopostback="false"
runat="server" Width="100%"
TabSelectedStyle="background-color:#ffffff;color:Navy"
TabHoverStyle="background-color:navy"
TabDefaultStyle="background-color:#5279B5;font-family:verdana;font-weight:bold;font-size:8pt;color:#ffffff;width:100;height:21;text-align:center;"
BackColor="Gray" BorderStyle="Solid" BorderColor="Gray"
TargetID="mltpgEditPendingSpInfo" >
<iewc:Tab Text="SP Detail" ID="tabDetail"></iewc:Tab>
<iewc:Tab Text="Contact" ID="tabContact"></iewc:Tab>
<iewc:Tab Text="General Info -1" ID="tabGeneralInfo1"></iewc:Tab>
<iewc:multipage id="mltpgEdit" runat="server" >
<iewcageView id="pgvwGeneral">
</iewcageView>
</iewc:multipage>
Any ideas would be great!!
Thanks,
Sam.