Click here to Skip to main content
16,011,779 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 5:16
sitebuilderShog97-Nov-07 5:16 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 7:29
hifiger20047-Nov-07 7:29 
GeneralRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 7:39
sitebuilderShog97-Nov-07 7:39 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 8:33
hifiger20047-Nov-07 8:33 
GeneralRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 8:36
sitebuilderShog97-Nov-07 8:36 
GeneralRe: AJAX doesn't work, Why? Pin
Christian Graus7-Nov-07 10:02
protectorChristian Graus7-Nov-07 10:02 
GeneralRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 11:54
sitebuilderShog97-Nov-07 11:54 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 23:08
hifiger20047-Nov-07 23:08 
Hi,

I actually created a very simple test.aspx for me to test if Ajax is working fine, but still no luck.

Please see my sample test.aspx that uses updatepanel

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="test.aspx.vb" Inherits="test" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>

<!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>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>

</div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
&nbsp; &nbsp;<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
&nbsp; &nbsp;&nbsp;<br />
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox><br />
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Button" /><br />
&nbsp; &nbsp;&nbsp;
</ContentTemplate>
</asp:UpdatePanel>
<asp:Button ID="Button2" runat="server" Text="Button" />
<cc1:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="Button2"
PopupControlID="button2">
</cc1:ModalPopupExtender>
<cc1:RoundedCornersExtender ID="RoundedCornersExtender1" runat="server" TargetControlID="Panel1">
</cc1:RoundedCornersExtender>
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
</asp:Panel>
<asp:Button ID="Button3" runat="server" Text="Check server path" Width="296px" />
<br />
<asp:TextBox ID="TextBox4" runat="server" Width="669px"></asp:TextBox>
</form>
</body>
</html>


hifiger2004
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 23:10
hifiger20047-Nov-07 23:10 
GeneralRe: AJAX doesn't work, Why? Pin
N a v a n e e t h7-Nov-07 23:36
N a v a n e e t h7-Nov-07 23:36 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 23:57
hifiger20047-Nov-07 23:57 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20048-Nov-07 0:11
hifiger20048-Nov-07 0:11 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20048-Nov-07 0:20
hifiger20048-Nov-07 0:20 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20048-Nov-07 0:27
hifiger20048-Nov-07 0:27 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20048-Nov-07 1:03
hifiger20048-Nov-07 1:03 
GeneralRe: AJAX doesn't work, Why? Pin
Christian Graus8-Nov-07 9:38
protectorChristian Graus8-Nov-07 9:38 
GeneralRe: AJAX doesn't work, Why? Pin
tonymathewt8-Nov-07 17:05
professionaltonymathewt8-Nov-07 17:05 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20049-Nov-07 5:24
hifiger20049-Nov-07 5:24 
AnswerRe: AJAX doesn't work, Why? Pin
Manuel F. Hernandez9-Nov-07 7:04
Manuel F. Hernandez9-Nov-07 7:04 
QuestionPosition a div across frames Pin
tonymathewt7-Nov-07 2:18
professionaltonymathewt7-Nov-07 2:18 
AnswerRe: Position a div across frames Pin
Michael Sync7-Nov-07 5:21
Michael Sync7-Nov-07 5:21 
GeneralRe: Position a div across frames Pin
tonymathewt8-Nov-07 16:53
professionaltonymathewt8-Nov-07 16:53 
GeneralRe: Position a div across frames Pin
tonymathewt8-Nov-07 17:42
professionaltonymathewt8-Nov-07 17:42 
Questionupdate more then one row with select option Pin
idsanjeevjha6-Nov-07 21:29
idsanjeevjha6-Nov-07 21:29 
QuestionWeb Developer Tools Pin
Brendan Vogt6-Nov-07 21:25
Brendan Vogt6-Nov-07 21:25 

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.