Click here to Skip to main content
15,892,737 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Integrate Google calender with ASP.Net Pin
Sandeep Mewara3-Jun-10 23:04
mveSandeep Mewara3-Jun-10 23:04 
QuestionLogout on click Pin
Dot-Net-Dev3-Jun-10 18:18
Dot-Net-Dev3-Jun-10 18:18 
AnswerRe: Logout on click Pin
Viral Upadhyay3-Jun-10 18:50
Viral Upadhyay3-Jun-10 18:50 
QuestionPlease provide detailed description about delegates Pin
anoop_m833-Jun-10 12:12
anoop_m833-Jun-10 12:12 
AnswerRe: Please provide detailed description about delegates Pin
dan!sh 3-Jun-10 16:29
professional dan!sh 3-Jun-10 16:29 
AnswerRe: Please provide detailed description about delegates Pin
Viral Upadhyay3-Jun-10 19:05
Viral Upadhyay3-Jun-10 19:05 
GeneralRe: Please provide detailed description about delegates Pin
sharad Pyakurel9-Jun-10 1:36
sharad Pyakurel9-Jun-10 1:36 
QuestionHow to disable the page refresh due to activeTabChange of TabContainer inside UpdatePanel? Pin
mittalpa3-Jun-10 11:37
mittalpa3-Jun-10 11:37 
Hi I am using AJAX TabContainer control with following settings. When I change a tab the postback happens and whole page refreshes. Because AutoPostBack="true"> . To AJAxify the behavior, I added UpdatePanel around it but still the page is refreshing. The control need to go to server because user controls contains some grids which need to be populated.
<br />
    <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><br />
    <asp:UpdatePanel ID="upTLTop" runat="server" UpdateMode="Conditional"><br />
        <ContentTemplate><br />
<br />
            <AjaxCT:TabContainer ID="tcProducts" runat="server" ActiveTabIndex="0" Style="height: 100%;<br />
                    vertical-align: top; margin: 0px; padding: 0px;" OnActiveTabChanged="Products_OnActiveTabChanged" AutoPostBack="true"><br />
                    <AjaxCT:TabPanel runat="server" HeaderText="MBS" ID="pnlMBS"><br />
                        <ContentTemplate><br />
                            <uc1:ucA ID="ucA1" runat="server" /><br />
                        </ContentTemplate><br />
                    </AjaxCT:TabPanel><br />
                    <AjaxCT:TabPanel runat="server" HeaderText="ABS" ID="TabPanel1"><br />
                        <ContentTemplate><br />
                            <uc2:ucB ID="ucB1" runat="server" /><br />
                        </ContentTemplate><br />
                    </AjaxCT:TabPanel><br />
                </AjaxCT:TabContainer><br />
        </ContentTemplate><br />
    </asp:UpdatePanel><br />
<br />
<br />

How can I disable the page refresh and at the same time server side operation happens in this case?

Please advise. Thanks
AJ
Follow your goals, Means will follow you ---Gandhi---

QuestionPassing parameter from one user control to another user control in an aspx page. Pin
mittalpa3-Jun-10 11:33
mittalpa3-Jun-10 11:33 
AnswerRe: Passing parameter from one user control to another user control in an aspx page. Pin
dan!sh 3-Jun-10 16:34
professional dan!sh 3-Jun-10 16:34 
QuestionHttpModules - scope Pin
Member 39190493-Jun-10 9:42
Member 39190493-Jun-10 9:42 
QuestionHow to implement event chaining with Page.Render Pin
Member 39190493-Jun-10 9:33
Member 39190493-Jun-10 9:33 
AnswerRe: How to implement event chaining with Page.Render Pin
T M Gray3-Jun-10 9:59
T M Gray3-Jun-10 9:59 
GeneralRe: How to implement event chaining with Page.Render Pin
Member 39190493-Jun-10 11:18
Member 39190493-Jun-10 11:18 
QuestionHow to develop forum application in .net Pin
naresh kumar a3-Jun-10 9:31
naresh kumar a3-Jun-10 9:31 
AnswerRe: How to develop forum application in .net Pin
T M Gray3-Jun-10 9:55
T M Gray3-Jun-10 9:55 
GeneralRe: How to develop forum application in .net Pin
naresh kumar a5-Jun-10 22:00
naresh kumar a5-Jun-10 22:00 
Questionwebservice json Pin
AndyInUK3-Jun-10 7:18
AndyInUK3-Jun-10 7:18 
AnswerRe: webservice json Pin
PSK_4-Jun-10 2:41
PSK_4-Jun-10 2:41 
GeneralRe: webservice json Pin
AndyInUK4-Jun-10 3:47
AndyInUK4-Jun-10 3:47 
GeneralRe: webservice json Pin
PSK_4-Jun-10 3:58
PSK_4-Jun-10 3:58 
GeneralRe: webservice json Pin
AndyInUK4-Jun-10 4:59
AndyInUK4-Jun-10 4:59 
QuestionStoring information in page Pin
vjvjvjvj3-Jun-10 7:15
vjvjvjvj3-Jun-10 7:15 
Answer[Cross-post]: Storing information in page Pin
Sandeep Mewara3-Jun-10 7:20
mveSandeep Mewara3-Jun-10 7:20 
QuestionConfiguration Error Pin
treuveni3-Jun-10 3:23
treuveni3-Jun-10 3:23 

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.