tabstrip control

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" >
<iewc:pageView id="pgvwGeneral">
</iewc:pageView>
</iewc:multipage>


Any ideas would be great!!

Thanks,
Sam.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top