Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: simple emails.... Pin
greendragons3-Sep-09 11:43
greendragons3-Sep-09 11:43 
GeneralRe: simple emails.... Pin
greendragons3-Sep-09 11:53
greendragons3-Sep-09 11:53 
NewsRe: simple emails.... Pin
Abhishek Sur3-Sep-09 13:17
professionalAbhishek Sur3-Sep-09 13:17 
Questionneed help creating web application Pin
solo_gaurav3-Sep-09 10:57
solo_gaurav3-Sep-09 10:57 
AnswerRe: need help creating web application Pin
Blue_Boy3-Sep-09 11:07
Blue_Boy3-Sep-09 11:07 
QuestionDebugging dynamically loaded controls Pin
Guillermo Jimenez3-Sep-09 10:44
Guillermo Jimenez3-Sep-09 10:44 
AnswerRe: Debugging dynamically loaded controls Pin
Abhishek Sur3-Sep-09 11:33
professionalAbhishek Sur3-Sep-09 11:33 
Questionasp.net ajax updatepanel progress Pin
Shahdat Hosain3-Sep-09 9:55
Shahdat Hosain3-Sep-09 9:55 
Hi Dear, I've a serious problem, that is:
I've three asp:Contents in my content page. Content1 for head, Content2 is activated when user is logged in;By contrast, Content3 is for anonymous user.
In my program asp:UpdatePanel works properly in both content(Content2 & Content3). asp:UpdateProgress works properly in Content3(used for anonymous user) but doesn't work for Content2(used for logged in user)

<br />
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"><br />
</asp:Content><br />
<br />
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"><br />
           <asp:UpdatePanel ID="UpdatePanel2" runat="server"><br />
                 <ContentTemplate><br />
                 <%=DateTime.Now.ToLongTimeString() %><br />
                     <asp:Button ID="Button1" runat="server" Text="Button" /><br />
                 </ContentTemplate><br />
            </asp:UpdatePanel> <br />
             <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel2"><br />
              <ProgressTemplate><br />
                    <img alt="Loading..." src="../Images/ajax-loader.gif" /><br />
                    Please wait...<br />
                </ProgressTemplate><br />
              </asp:UpdateProgress> <br />
</asp:Content><br />
<br />
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder2" runat="server"><br />
    <br />
            <asp:UpdatePanel ID="UpdatePanel1" runat="server"><br />
                 <ContentTemplate><br />
                 <%=DateTime.Now.ToLongTimeString() %><br />
                     <asp:Button ID="UpdateButton_Click" runat="server" Text="Button" /><br />
                 </ContentTemplate><br />
             </asp:UpdatePanel> <br />
                <asp:UpdateProgress ID="UpdateProgress2" runat="server" AssociatedUpdatePanelID="UpdatePanel1"><br />
              <ProgressTemplate><br />
                    <img alt="Loading..." src="../Images/ajax-loader.gif" /><br />
                    Please wait...<br />
                </ProgressTemplate><br />
              </asp:UpdateProgress><br />
</asp:Content><br />


I don't understand which is my fault. Please help me.

shahdat

AnswerRe: asp.net ajax updatepanel progress Pin
Abhijit Jana3-Sep-09 19:38
professionalAbhijit Jana3-Sep-09 19:38 
QuestionEdraw Viewer component Pin
dptalt3-Sep-09 8:01
dptalt3-Sep-09 8:01 
QuestionHow to insert/update a row/cell in datagrid? Pin
skhan173-Sep-09 7:32
skhan173-Sep-09 7:32 
AnswerRe: How to insert/update a row/cell in datagrid? Pin
Not Active3-Sep-09 7:47
mentorNot Active3-Sep-09 7:47 
GeneralRe: How to insert/update a row/cell in datagrid? Pin
skhan173-Sep-09 9:16
skhan173-Sep-09 9:16 
GeneralRe: How to insert/update a row/cell in datagrid? Pin
Not Active3-Sep-09 9:44
mentorNot Active3-Sep-09 9:44 
GeneralRe: How to insert/update a row/cell in datagrid? Pin
skhan173-Sep-09 9:49
skhan173-Sep-09 9:49 
GeneralRe: How to insert/update a row/cell in datagrid? Pin
Not Active3-Sep-09 10:10
mentorNot Active3-Sep-09 10:10 
QuestionRedirect URL problem Pin
zeeShan anSari3-Sep-09 7:10
zeeShan anSari3-Sep-09 7:10 
AnswerRe: Redirect URL problem Pin
Abhishek Sur3-Sep-09 9:28
professionalAbhishek Sur3-Sep-09 9:28 
GeneralRe: Redirect URL problem Pin
zeeShan anSari3-Sep-09 11:10
zeeShan anSari3-Sep-09 11:10 
AnswerRe: Redirect URL problem Pin
Edbert P3-Sep-09 16:33
Edbert P3-Sep-09 16:33 
QuestionSetting x-microsoftajax: Delta=true header is giving http error 400 Pin
Ash_VCPP3-Sep-09 4:31
Ash_VCPP3-Sep-09 4:31 
AnswerRe: Setting x-microsoftajax: Delta=true header is giving http error 400 Pin
Abhishek Sur3-Sep-09 7:42
professionalAbhishek Sur3-Sep-09 7:42 
GeneralRe: Setting x-microsoftajax: Delta=true header is giving http error 400 Pin
Ash_VCPP3-Sep-09 21:35
Ash_VCPP3-Sep-09 21:35 
Question[Message Deleted] Pin
ToddHileHoffer3-Sep-09 3:06
ToddHileHoffer3-Sep-09 3:06 
AnswerRe: Entity Model Insert Pin
Not Active3-Sep-09 3:35
mentorNot Active3-Sep-09 3: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.