Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

We are using Microsoft.Web.UI.WebControls TabStip Control in our application.
This TabStrip controls targets to a ie:MultiPage containing PageViews . Each pageview has usercontrol in it. Whenever I click on the tabs the code works fine as desired and the tabs changes in IE and does not postback. But in chrome the page postbacks and the complete page cycle is called. This happens also when I click on the treeview control in one of the usercontrol in the pageview . I am not getting what exactly is happening over here. Please help me in this.

Thanks,
Posted
Comments
[no name] 2-Jan-13 10:56am    
hi, post your code here
rahulkasar 3-Jan-13 3:27am    
<%@ Page Title="Home Page" Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs"
Inherits="TabStrip._Default" %>

<%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>
<html id="Html1" runat="server">
<head>
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR" />
</head>
<body>
<form id="Form1" method="post" runat="server" submitdisabledcontrols="true">
<ajaxToolkit:ToolkitScriptManager runat="server" EnablePartialRendering="true" ID="ToolkitScriptManager1"
ScriptMode="Release" />
<ie:TabStrip ID="ts1" runat="server" TargetID="tabPages" Enabled="true" SelectedIndex="0">
<ie:tab text="Test Tab1" targetid="TestPageView" tabindex="0">
<ie:tabseparator>
<ie:tab text="Test Tab2">
<ie:tabseparator defaultstyle="width:100%;">

<ie:MultiPage ID="tabPages" runat="server" Width="100%">
<ie:pageview height="100%" id="TestPageView">
<ie:TreeView ID="TestTreeView" Width="100%" Height="176px" CssClass="Framed" SelectExpands="True"
ChildType="Main" ExpandLevel="1" ShowLines="True" Indent="6" DefaultStyle="color:black;font-family:arial,verdana,times new roman"
HoverStyle="color:black;font-name:Arial;background-color:silver" SelectedStyle="color:black;font-family:arial,verdana,times new roman;background-color:#E8E8E8"
ShowToolTip="True" AutoPostBack="false" EnableViewState="False" NAME="tvwTest"
runat="server">


<ie:pageview height="100%">
<asp:TextBox ID="TextBox1" runat="server">


</form>
</body>
</html>
rahulkasar 3-Jan-13 5:41am    
Hi,

After exploring more I found this is happening with the both Microsoft.Web.UI.WebControls controls used in our application.

Please help me in this.

Thanks,
rahulkasar 4-Jan-13 7:16am    
Hi,

Please help me in this as it is really critical for my application.

Thanks,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900