Click here to Skip to main content
15,898,010 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: want one sql query... Pin
hi_everybody26-May-10 8:01
hi_everybody26-May-10 8:01 
Questiondisplay hyperlink Pin
Aljaz11124-May-10 6:21
Aljaz11124-May-10 6:21 
AnswerRe: display hyperlink Pin
Sandeep Mewara24-May-10 6:24
mveSandeep Mewara24-May-10 6:24 
GeneralRe: display hyperlink Pin
Aljaz11124-May-10 6:42
Aljaz11124-May-10 6:42 
GeneralRe: display hyperlink Pin
Sandeep Mewara24-May-10 8:47
mveSandeep Mewara24-May-10 8:47 
GeneralRe: display hyperlink Pin
Aljaz11124-May-10 12:47
Aljaz11124-May-10 12:47 
GeneralRe: display hyperlink Pin
PunkIsNotDead24-May-10 17:00
PunkIsNotDead24-May-10 17:00 
QuestionHow to change tab index from the child page Pin
vjvjvjvj24-May-10 5:46
vjvjvjvj24-May-10 5:46 
Hi, I have a tab container with two tab panels on default.aspx as
Default.aspx
===============
 <ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" />
  
        <ajaxToolkit:TabContainer   ID="LayerTabContainer" 
                                    runat="server" 
                                    ActiveTabIndex="0" 
                                    Height="600px">
            <ajaxToolkit:TabPanel   ID="CreateLayerPanel" 
                                    runat="server">
                <HeaderTemplate >
                Layer configuration
                </HeaderTemplate>
                <ContentTemplate>
               
                    <iframe id="LayerConfig" 
                            style="WIDTH: 100%; HEIGHT: 100%" 
                            src="Layers.aspx" 
                            frameborder="0" 
                            scrolling="yes">
					</iframe>
                
                </ContentTemplate>
            </ajaxToolkit:TabPanel>
           <ajaxToolkit:TabPanel   ID="PreviewMapPanel" 
                                    runat="server">
                <HeaderTemplate >
                Preview Map
                </HeaderTemplate>
                <ContentTemplate>
               
                    <iframe id="Iframe1" 
                            style="WIDTH: 100%; HEIGHT: 100%" 
                            src="Preview.aspx" 
                            frameborder="0" 
                            scrolling="yes">
					</iframe>
                
                </ContentTemplate>
            </ajaxToolkit:TabPanel>
        </ajaxToolkit:TabContainer>


The first tab panel hosts Layers.aspx and layer.aspx has a Button.

When I click this button from Layer.aspx, I want the active tab (on default.aspx) to change to second tab panel which hosts preview.aspx.

I can not get hold of the tabcontainer in the button click event in the child page.

Any tips how to achieve this?

Thanks,

Vijay
QuestionImport contacts from Gmail and Yahoo in Asp.net Pin
NetMan201224-May-10 4:31
NetMan201224-May-10 4:31 
AnswerRe: Import contacts from Gmail and Yahoo in Asp.net Pin
Not Active24-May-10 4:35
mentorNot Active24-May-10 4:35 
GeneralRe: Import contacts from Gmail and Yahoo in Asp.net Pin
NetMan201224-May-10 4:42
NetMan201224-May-10 4:42 
GeneralRe: Import contacts from Gmail and Yahoo in Asp.net Pin
Not Active24-May-10 4:48
mentorNot Active24-May-10 4:48 
QuestionDynamic Wed Service: SOAP request message with non primitive types as parameters!!! [modified] Pin
stream2ocean24-May-10 3:41
stream2ocean24-May-10 3:41 
QuestionWeb Parts Personalization Reset problem Pin
Richard Lund24-May-10 3:11
Richard Lund24-May-10 3:11 
QuestionIframe reload Pin
siva45524-May-10 2:49
siva45524-May-10 2:49 
QuestionPlease help me.......MIME Type for XLS file Pin
cheguri24-May-10 0:02
cheguri24-May-10 0:02 
AnswerRe: Please help me.......MIME Type for XLS file Pin
Sandeep Mewara24-May-10 3:09
mveSandeep Mewara24-May-10 3:09 
QuestionChat with webcams Pin
rainyboy123-May-10 23:14
rainyboy123-May-10 23:14 
AnswerRe: Chat with webcams Pin
Brij24-May-10 1:29
mentorBrij24-May-10 1:29 
QuestionHow to upload Excel file to Database from ASP.NET Pin
cheguri23-May-10 22:41
cheguri23-May-10 22:41 
AnswerRe: How to upload Excel file to Database from ASP.NET Pin
Gaurav Dudeja India23-May-10 23:02
Gaurav Dudeja India23-May-10 23:02 
QuestionConsole application with Asp.Net Project Pin
slSoftware23-May-10 22:31
slSoftware23-May-10 22:31 
AnswerRe: Console application with Asp.Net Project Pin
Not Active24-May-10 1:52
mentorNot Active24-May-10 1:52 
GeneralRe: Console application with Asp.Net Project Pin
slSoftware24-May-10 1:56
slSoftware24-May-10 1:56 
GeneralRe: Console application with Asp.Net Project Pin
Not Active24-May-10 2:24
mentorNot Active24-May-10 2:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.