TabContainer and separate pages...please help

A

ASF

Hi all,

I have several different pages (using a Master Page) that I thought I
could organize using a tab control, but it looks as if tab panels
can't go to separate page on click event? What am I missing here?
 
R

RDA

Hi all,

I have several different pages (using a Master Page) that I thought I
could organize using a tab control, but it looks as if tab panels
can't go to separate page on click event? What am I missing here?

Here is my tabpanel
<cc1:TabPanel ID="tpDNL" runat="server" OnClientClick="return test
();">

Note the OnClientClick. Here is the javascript for it.
function test()
{
window.location.href='dnl.aspx';
return false;
}

What am I doing wrong here?
 

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,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top