Click here to Skip to main content
15,895,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to deal with Remeber me Option during login to site Pin
elektrowolf18-Oct-08 22:49
elektrowolf18-Oct-08 22:49 
AnswerRe: How to deal with Remeber me Option during login to site Pin
Abhijit Jana19-Oct-08 2:38
professionalAbhijit Jana19-Oct-08 2:38 
GeneralRe: How to deal with Remeber me Option during login to site Pin
Rameez Raja19-Oct-08 17:15
Rameez Raja19-Oct-08 17:15 
GeneralRe: How to deal with Remeber me Option during login to site Pin
sumit703419-Oct-08 18:09
sumit703419-Oct-08 18:09 
GeneralRe: How to deal with Remeber me Option during login to site Pin
Abhijit Jana19-Oct-08 20:01
professionalAbhijit Jana19-Oct-08 20:01 
GeneralThanks Pin
sumit703419-Oct-08 22:03
sumit703419-Oct-08 22:03 
AnswerRe: How to deal with Remeber me Option during login to site Pin
N a v a n e e t h19-Oct-08 18:32
N a v a n e e t h19-Oct-08 18:32 
QuestionTabcontainer: ".aspx" page for each tab (like ie or firefox), is this impossible? Pin
BlackDice18-Oct-08 8:12
BlackDice18-Oct-08 8:12 
Of course it can't be impossible, since they've done it. Frown

Here's the problem:

I'm using the AjaxControlToolkit, implementing a tabcontainer with 6 tabs. Each tab corresponds to an .aspx page. I've put an UpdatePanel in each TabPanel surrounding a ContentPlaceHolder (each ContentPlaceHolder being unique, and the corresponding pages referencing their own respective ContentPlaceHolders).

I've gotten around the problem of keeping the selected tab active, but I still have to deal with the flicker and visible postback on each tab (I'm using Response.Redirect()).

I've tried putting the whole tabcontainer in an UpdatePanel, to no avail. I literally have not been to sleep since yesterday and have looked at 100's of tutorials and examples trying to get this to work correctly!

All I want is to be able to switch tabs just as in FF or IE7 without looking like I'm going to a whole new website.


Here's the markup for one of the TabPanels:



<pre>
<cc1:TabPanel ID="tabpanel1" runat="server" HeaderText="Home" Width="900px">
<ContentTemplate>
<asp:UpdatePanel ID="UpdatePanel2" runat="server">
<ContentTemplate>
<table id="Table5" width="900px">
<tr>
<td id="Td13" valign="top">
<asp:TreeView ID="TreeView5" runat="server" DataSourceID="ApplicationSiteMap" ExpandDepth="2"
Width="288px">
</asp:TreeView>
</td>
<td id="Td14">
<div id="Div9">
<asp:SiteMapPath ID="SiteMapPath5" runat="server" SiteMapProvider="DefaultSiteMapProvider">
</asp:SiteMapPath>
</div>
<asp:ContentPlaceHolder ID="DefaultContent" runat="server">
</asp:ContentPlaceHolder>
</td>
<td id="Td15" valign="top">
<div id="Div10">
</div>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</ContentTemplate>
</cc1:TabPanel></pre>

Thanks in advance for any help you can provide!! And if it's something VERY obvious, please don't think you'll offend me by saying so; I'm dumbfounded.

My Music | My Pics | My Articles

BlackDice
QuestionHow can I cast an httpcontext.current.session object to a List of class? Pin
JUNEYT18-Oct-08 5:01
JUNEYT18-Oct-08 5:01 
AnswerRe: How can I cast an httpcontext.current.session object to a List of class? Pin
Guffa19-Oct-08 15:47
Guffa19-Oct-08 15:47 
GeneralRe: How can I cast an httpcontext.current.session object to a List of class? Pin
JUNEYT19-Oct-08 22:41
JUNEYT19-Oct-08 22:41 
GeneralRe: How can I cast an httpcontext.current.session object to a List of class? Pin
Guffa20-Oct-08 0:57
Guffa20-Oct-08 0:57 
GeneralRe: How can I cast an httpcontext.current.session object to a List of class? Pin
JUNEYT20-Oct-08 1:08
JUNEYT20-Oct-08 1:08 
GeneralRe: How can I cast an httpcontext.current.session object to a List of class? Pin
Guffa20-Oct-08 3:15
Guffa20-Oct-08 3:15 
QuestionDrop-Down Filter List for a DataGridView Column Pin
nandhububbly18-Oct-08 3:52
nandhububbly18-Oct-08 3:52 
AnswerRe: Drop-Down Filter List for a DataGridView Column Pin
Sathesh Sakthivel18-Oct-08 4:09
Sathesh Sakthivel18-Oct-08 4:09 
QuestionFILLING 2 TEXTBOX at same time ??? Pin
Karan_TN18-Oct-08 1:39
Karan_TN18-Oct-08 1:39 
Questionusing skins of your own made Pin
Alok Sharma ji18-Oct-08 1:21
Alok Sharma ji18-Oct-08 1:21 
AnswerRe: using skins of your own made Pin
Abhijit Jana18-Oct-08 4:09
professionalAbhijit Jana18-Oct-08 4:09 
Questionjavascript function to check value present in gridview or not Pin
Learning IT18-Oct-08 1:07
Learning IT18-Oct-08 1:07 
Questionjavacsripr problem of text box Pin
raghvendrapanda18-Oct-08 0:35
raghvendrapanda18-Oct-08 0:35 
AnswerRe: javacsripr problem of text box Pin
Abhijit Jana19-Oct-08 0:25
professionalAbhijit Jana19-Oct-08 0:25 
AnswerRe: javacsripr problem of text box Pin
Perspx19-Oct-08 1:03
Perspx19-Oct-08 1:03 
Questiondisabling BACK & FORWARD buttons of the browsers. Pin
248912817-Oct-08 21:57
248912817-Oct-08 21:57 
AnswerRe: disabling BACK & FORWARD buttons of the browsers. Pin
Perspx17-Oct-08 22:14
Perspx17-Oct-08 22:14 

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.