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

ASP.NET

 
Questionfile dialog filter Pin
Amr M. K.15-May-07 22:46
Amr M. K.15-May-07 22:46 
AnswerRe: file dialog filter Pin
N a v a n e e t h15-May-07 22:53
N a v a n e e t h15-May-07 22:53 
GeneralRe: file dialog filter Pin
Amr M. K.15-May-07 23:07
Amr M. K.15-May-07 23:07 
AnswerRe: file dialog filter Pin
badgrs15-May-07 23:48
badgrs15-May-07 23:48 
GeneralRe: file dialog filter Pin
dotnetcdr16-May-07 0:09
dotnetcdr16-May-07 0:09 
QuestionActiveX Control in .NET 2.0 Pin
Zerox Millienium15-May-07 22:44
Zerox Millienium15-May-07 22:44 
AnswerRe: ActiveX Control in .NET 2.0 Pin
dotnetcdr16-May-07 0:16
dotnetcdr16-May-07 0:16 
QuestionAjaxtoolkit Tabcontainer query Pin
Sandeep_Kumbhar15-May-07 22:31
Sandeep_Kumbhar15-May-07 22:31 
I am using ajaxtoolkit:tabcontainer in a user control. using two tab panels.
How can i get the values of the textbox while saving for the selected tab?

ascx page
---------

<ajaxToolkit:TabContainer ID="ajTabContainer" runat="server" OnActiveTabChanged="ajTabContainer_ActiveTabChanged">
<ajaxToolkit:TabPanel ID="group" runat="server" HeaderText="Group" >
<ContentTemplate>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>Group</td>
<td><asp:TextBox ID="txtGroup" runat="server"></asp:TextBox></td>
</tr>
</table>
</ContentTemplate>
</ajaxToolkit:TabPanel>
<ajaxToolkit:TabPanel ID="code" runat="server" HeaderText="Code">
<ContentTemplate>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>Code</td>
<td><asp:TextBox ID="txtCode" runat="server"></asp:TextBox></td>
</tr>
</table>
</ContentTemplate>
</ajaxToolkit:TabPanel>
</ajaxToolkit:TabContainer>

<asp:Button ID="btnsave" runat="server" OnClick="btnsave_Click" />



Sandeep Kumbhar
QuestionDreamweaver problems Pin
matjame15-May-07 22:25
matjame15-May-07 22:25 
AnswerRe: Dreamweaver problems Pin
N a v a n e e t h15-May-07 22:50
N a v a n e e t h15-May-07 22:50 
QuestionHow to give keywords in a query in .NET Pin
micydon15-May-07 21:58
micydon15-May-07 21:58 
AnswerRe: How to give keywords in a query in .NET Pin
N a v a n e e t h15-May-07 22:48
N a v a n e e t h15-May-07 22:48 
GeneralRe: How to give keywords in a query in .NET Pin
micydon16-May-07 23:05
micydon16-May-07 23:05 
QuestionIE 6 Freeze for 15 sec (ASP.NET application) Pin
jeaa15-May-07 21:44
jeaa15-May-07 21:44 
AnswerRe: IE 6 Freeze for 15 sec (ASP.NET application) Pin
N a v a n e e t h15-May-07 22:36
N a v a n e e t h15-May-07 22:36 
GeneralRe: IE 6 Freeze for 15 sec (ASP.NET application) Pin
jeaa15-May-07 23:41
jeaa15-May-07 23:41 
QuestionInstalling ASP.Net 2.0 onto web server, App_Data, SQL2005 problem Pin
RodEffect15-May-07 21:26
RodEffect15-May-07 21:26 
Questionurgent Pin
deepaksringr15-May-07 21:03
deepaksringr15-May-07 21:03 
AnswerRe: urgent Pin
Sathesh Sakthivel15-May-07 21:14
Sathesh Sakthivel15-May-07 21:14 
AnswerRe: urgent Pin
meeram39515-May-07 22:49
meeram39515-May-07 22:49 
AnswerFOUR urgent posts in one day Pin
leckey16-May-07 3:25
leckey16-May-07 3:25 
Questionproblem in creating active x in .net Pin
nikhilrawat2315-May-07 20:56
nikhilrawat2315-May-07 20:56 
Questionhow we create tree view? Pin
deepaksringr15-May-07 20:56
deepaksringr15-May-07 20:56 
AnswerRe: how we create tree view? Pin
Sathesh Sakthivel15-May-07 21:18
Sathesh Sakthivel15-May-07 21:18 
QuestionModal Dialog and Session Problem Pin
RaviJJain15-May-07 20:53
RaviJJain15-May-07 20:53 

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.