Click here to Skip to main content
15,887,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmy question comes slow Pin
Member 771455925-Oct-13 20:21
Member 771455925-Oct-13 20:21 
AnswerRe: my question comes slow Pin
Abhinav S26-Oct-13 1:33
Abhinav S26-Oct-13 1:33 
AnswerRe: my question comes slow Pin
Pratik Bhuva1-Nov-13 3:19
professionalPratik Bhuva1-Nov-13 3:19 
QuestionAbout MVC and Area Pin
Super Lloyd24-Oct-13 18:39
Super Lloyd24-Oct-13 18:39 
SuggestionRe: About MVC and Area Pin
Richard MacCutchan24-Oct-13 21:42
mveRichard MacCutchan24-Oct-13 21:42 
AnswerRe: About MVC and Area Pin
codestar00724-Oct-13 23:32
professionalcodestar00724-Oct-13 23:32 
GeneralRe: About MVC and Area Pin
Super Lloyd26-Oct-13 17:43
Super Lloyd26-Oct-13 17:43 
QuestionUpdate Panel is not Work Pin
Tanadon Manpiboon24-Oct-13 17:47
professionalTanadon Manpiboon24-Oct-13 17:47 
Hi,All
It's my first time to use ajax.net(AJAX Extensions).
I just convert my project from .NET 1.0 to .NET 3.5.This project not used to have updatepanel.
My condition is on button1 click refresh data in updatepanel1 on my project.Then I've try to use Updatepanel to make it but it still post back all of page.
I've to use this code with new create project and it's work.I do not understand why it does not work the same.
Please find my code below and give me an idea to reslove this problem.
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <asp:Panel ID="p1" runat="server">
    <div>
     <asp:ScriptManager ID="ScriptManager"  EnablePartialRendering="true"
                   runat="server" />
<asp:UpdatePanel ID="UpdatePanel1" 
                 UpdateMode="Conditional"
                 runat="server">
    <ContentTemplate>
       <fieldset>
       <legend>UpdatePanel content</legend>
        <!-- Other content in the panel. -->
        <%=DateTime.Now.ToString() %>
        <br />
        <asp:Button ID="Button1" 
                    Text="Refresh Panel" 
                    runat="server" onclick="Button1_Click" />
                    <asp:Label ID="lbl" runat="server"></asp:Label>
        </fieldset>
    </ContentTemplate>
</asp:UpdatePanel>
    </div>
      </asp:Panel>
    </form>
</body>
</html>


Thank you
AnswerRe: Update Panel is not Work Pin
Member 771455925-Oct-13 20:27
Member 771455925-Oct-13 20:27 
GeneralRe: Update Panel is not Work Pin
Tanadon Manpiboon28-Oct-13 17:40
professionalTanadon Manpiboon28-Oct-13 17:40 
QuestiononClick event for Telerik Radchart not working Pin
Member 877175724-Oct-13 12:22
Member 877175724-Oct-13 12:22 
SuggestionRe: onClick event for Telerik Radchart not working Pin
Richard MacCutchan24-Oct-13 21:41
mveRichard MacCutchan24-Oct-13 21:41 
Questionhow to upload a file into an application Pin
Member 1035727224-Oct-13 1:29
Member 1035727224-Oct-13 1:29 
AnswerRe: how to upload a file into an application Pin
Kornfeld Eliyahu Peter24-Oct-13 10:58
professionalKornfeld Eliyahu Peter24-Oct-13 10:58 
AnswerRe: how to upload a file into an application Pin
Thomas ktg29-Oct-13 1:13
Thomas ktg29-Oct-13 1:13 
AnswerRe: how to upload a file into an application Pin
Pratik Bhuva1-Nov-13 4:06
professionalPratik Bhuva1-Nov-13 4:06 
QuestionWhat is neighborhood concept in ASP.Net Pin
indian14323-Oct-13 15:42
indian14323-Oct-13 15:42 
QuestionRe: What is neighborhood concept in ASP.Net Pin
Richard MacCutchan23-Oct-13 21:43
mveRichard MacCutchan23-Oct-13 21:43 
AnswerRe: What is neighborhood concept in ASP.Net Pin
Abhinav S23-Oct-13 22:18
Abhinav S23-Oct-13 22:18 
AnswerRe: What is neighborhood concept in ASP.Net Pin
Kornfeld Eliyahu Peter23-Oct-13 23:20
professionalKornfeld Eliyahu Peter23-Oct-13 23:20 
GeneralRe: What is neighborhood concept in ASP.Net Pin
indian14324-Oct-13 10:38
indian14324-Oct-13 10:38 
GeneralRe: What is neighborhood concept in ASP.Net Pin
Kornfeld Eliyahu Peter24-Oct-13 10:55
professionalKornfeld Eliyahu Peter24-Oct-13 10:55 
GeneralRe: What is neighborhood concept in ASP.Net Pin
indian14324-Oct-13 14:31
indian14324-Oct-13 14:31 
GeneralRe: What is neighborhood concept in ASP.Net Pin
Zafar Sultan24-Oct-13 21:53
Zafar Sultan24-Oct-13 21:53 
QuestionDependency hell Pin
Super Lloyd23-Oct-13 14:58
Super Lloyd23-Oct-13 14:58 

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.