Click here to Skip to main content
15,901,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Displaying Radio buttons dynamically Pin
samMaster23-Apr-08 18:33
samMaster23-Apr-08 18:33 
GeneralRe: Displaying Radio buttons dynamically Pin
Sandeep Akhare23-Apr-08 19:35
Sandeep Akhare23-Apr-08 19:35 
GeneralPassing an array in the Session Pin
Ekjon23-Apr-08 12:21
Ekjon23-Apr-08 12:21 
GeneralRe: Passing an array in the Session Pin
Christian Graus23-Apr-08 12:25
protectorChristian Graus23-Apr-08 12:25 
GeneralRe: Passing an array in the Session Pin
Ekjon23-Apr-08 13:09
Ekjon23-Apr-08 13:09 
GeneralRe: Passing an array in the Session Pin
Christian Graus23-Apr-08 16:29
protectorChristian Graus23-Apr-08 16:29 
GeneralRe: Passing an array in the Session Pin
Ekjon24-Apr-08 6:52
Ekjon24-Apr-08 6:52 
Generalregarding tab Pin
vjvjvjvj23-Apr-08 7:14
vjvjvjvj23-Apr-08 7:14 
Hi,

Hope you can help me

I have a tab container (ajax tool kit) with three
tabs

tab1 tab2 tab3
-
under tab3 I have a IFRAMME from which I call hyper.aspx where I have 3 hyperlinks

tab3
------
hyperlinke1
hyperlink2
hyperlink3
---------------
when I click hyper link1 under tab3 only
a different webpage should appear in the same tab3 container (panel)
there should not be pop up window effect. That is achieved.

tab3
------
label1 : textbox1
label2: textbox2
button

If i click on tab3 again again my hyperlinks (IFRAMME with hyper.aspx) should appear. I tried to put a javascript for OnClientClick event of tab but then webpage doesnt show my tab container.

Also I want to put a java script on textbox from tab1 where a javascript will check if the entered key is enter key (13) but it doent except the it.

how to achieve this?

regards

Vijay

My code of startup page is

<%@ Page Language="VB" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
<script type="text/javascript" language="javascript">

function GoToHyperLinks()
{
alert('hi');

}
</script>
</head>
<body>
<form id="form1" runat="server">
<ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" />
<div>
<ajaxToolkit:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="1" Height="322px">
<ajaxToolkit:TabPanel ID="TabPanel1" runat="server" HeaderText="TabPanel1">
<ContentTemplate>
<asp:TextBox ID="TextBox1" runat="server" ></asp:TextBox>
<asp:CheckBox ID="CheckBox1" runat="server" />
<asp:RadioButton ID="RadioButton1" runat="server" />
<asp:Button ID="Button1" runat="server" Text="Button" />
</ContentTemplate>
</ajaxToolkit:TabPanel>
<ajaxToolkit:TabPanel ID="TabPanel2" runat="server" HeaderText="TabPanel2">
<ContentTemplate>
<IFRAME SRC="default3.aspx" NAME="myframe" FRAMEBORDER=0 style="width: 285px; height: 285px">

</IFRAME>

</ContentTemplate>
</ajaxToolkit:TabPanel>
</ajaxToolkit:TabContainer></div>
</form>
</body>
</html>
QuestionClick on button in gridview and pass the unique ID in that row to the next page.... Pin
ahlaj7723-Apr-08 5:56
ahlaj7723-Apr-08 5:56 
GeneralRe: Click on button in gridview and pass the unique ID in that row to the next page.... Pin
ahlaj7723-Apr-08 10:39
ahlaj7723-Apr-08 10:39 
AnswerRe: Click on button in gridview and pass the unique ID in that row to the next page.... Pin
boy.pockets23-Apr-08 15:29
boy.pockets23-Apr-08 15:29 
GeneralRe: Click on button in gridview and pass the unique ID in that row to the next page.... Pin
random423-Apr-08 20:05
random423-Apr-08 20:05 
GeneralRe: Click on button in gridview and pass the unique ID in that row to the next page.... Pin
ahlaj7724-Apr-08 2:18
ahlaj7724-Apr-08 2:18 
GeneralASP.Net 2.0 Gridview Sorting Pin
bld23-Apr-08 5:39
bld23-Apr-08 5:39 
GeneralRe: ASP.Net 2.0 Gridview Sorting Pin
random423-Apr-08 20:08
random423-Apr-08 20:08 
GeneralRe: ASP.Net 2.0 Gridview Sorting Pin
bld24-Apr-08 3:20
bld24-Apr-08 3:20 
GeneralProblem in using javascript in Web User Control Pin
Venkatesh Mookkan23-Apr-08 4:15
Venkatesh Mookkan23-Apr-08 4:15 
NewsRe: Problem in using javascript in Web User Control Pin
Venkatesh Mookkan23-Apr-08 17:44
Venkatesh Mookkan23-Apr-08 17:44 
QuestionHow to show progress bar while processing Pin
hemant.kaushal23-Apr-08 3:40
hemant.kaushal23-Apr-08 3:40 
AnswerRe: How to show progress bar while processing Pin
eyeseetee23-Apr-08 4:26
eyeseetee23-Apr-08 4:26 
General_dopostback() issue Pin
salmonraju23-Apr-08 3:39
salmonraju23-Apr-08 3:39 
GeneralRe: _dopostback() issue Pin
Venkatesh Mookkan23-Apr-08 4:18
Venkatesh Mookkan23-Apr-08 4:18 
GeneralRe: _dopostback() issue Pin
salmonraju23-Apr-08 4:27
salmonraju23-Apr-08 4:27 
GeneralRe: _dopostback() issue Pin
Venkatesh Mookkan23-Apr-08 4:29
Venkatesh Mookkan23-Apr-08 4:29 
GeneralRe: _dopostback() issue Pin
salmonraju23-Apr-08 4:35
salmonraju23-Apr-08 4:35 

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.