Click here to Skip to main content
15,908,673 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generaltimer control problem Pin
Sonia Gupta28-Dec-07 1:29
Sonia Gupta28-Dec-07 1:29 
following is the code which is written in the folowing link respectively

<asp:UpdatePanel ID="UpdatePanel1" runat="server" >
<Triggers>
<asp:AsyncPostBackTrigger ControlID="Timer1" EventName="Tick" Interval="3000" />
</Triggers>
<ContentTemplate>
Your Immediate Advice:
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</ContentTemplate>
</asp:UpdatePanel>

<a href="http://aspalliance.com/1417_Working_with_ASPNET_AJAX_Timer_Control.all#Page4">http://aspalliance.com/1417_Working_with_ASPNET_AJAX_Timer_Control.all#Page4</a>[<a href="http://aspalliance.com/1417_Working_with_ASPNET_AJAX_Timer_Control.all#Page4" target="_blank" title="New Window">^</a>]

The problem is , AsyncPostBackTrigger has two properties
ControlID
EventName
in addition to this and interval is mentioned there too , there in the article , but while i pasted the sae code to check it;s execution, it gave error

1. Validation (ASP.Net): Attribute 'Interval' is not a valid attribute of element 'AsyncPostBackTrigger'
2.Type 'System.Web.UI.AsyncPostBackTrigger' does not have a public property named 'Interval'.

Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
Questionhow to read the mpp(ver 2007) file content into xml format using asp.net 2.0?Is it possible to do it r not? Pin
Ramarajit28-Dec-07 1:29
Ramarajit28-Dec-07 1:29 
Questionvb.net to c# Pin
Sonia Gupta28-Dec-07 1:14
Sonia Gupta28-Dec-07 1:14 
GeneralRe: vb.net to c# Pin
sulabh202028-Dec-07 1:27
sulabh202028-Dec-07 1:27 
GeneralRe: vb.net to c# Pin
Colin Angus Mackay28-Dec-07 1:33
Colin Angus Mackay28-Dec-07 1:33 
GeneralRe: vb.net to c# Pin
Colin Angus Mackay28-Dec-07 1:33
Colin Angus Mackay28-Dec-07 1:33 
GeneralRe: vb.net to c# Pin
neerubee28-Dec-07 18:54
neerubee28-Dec-07 18:54 
GeneralEnable C# code inside Javascript Pin
naoufelabs28-Dec-07 0:45
professionalnaoufelabs28-Dec-07 0:45 
QuestionHow to fix this error? Pin
Ramarajit28-Dec-07 0:42
Ramarajit28-Dec-07 0:42 
AnswerRe: urgent,kindly plz help ASAP Pin
leckey28-Dec-07 5:18
leckey28-Dec-07 5:18 
Questionajax problem Pin
Sonia Gupta28-Dec-07 0:08
Sonia Gupta28-Dec-07 0:08 
GeneralRe: ajax problem Pin
KennyPatel29-Dec-07 0:55
KennyPatel29-Dec-07 0:55 
GeneralHandling the events of a web page Pin
M. J. Jaya Chitra28-Dec-07 0:08
M. J. Jaya Chitra28-Dec-07 0:08 
Questionhow can we add a css tooltip to the grid view Pin
jagan12327-Dec-07 23:13
jagan12327-Dec-07 23:13 
AnswerRe: how can we add a css tooltip to the grid view Pin
KennyPatel29-Dec-07 1:00
KennyPatel29-Dec-07 1:00 
Generalstring Vs String in C# Pin
Venkatesh Mookkan27-Dec-07 22:49
Venkatesh Mookkan27-Dec-07 22:49 
GeneralRe: string Vs String in C# Pin
Sun Rays27-Dec-07 23:00
Sun Rays27-Dec-07 23:00 
GeneralRe: string Vs String in C# Pin
Blumen27-Dec-07 23:20
Blumen27-Dec-07 23:20 
QuestionHow can I prevent user from resubmitting Button Pin
Blumen27-Dec-07 22:29
Blumen27-Dec-07 22:29 
AnswerRe: How can I prevent user from resubmitting Button Pin
sulabh202027-Dec-07 22:34
sulabh202027-Dec-07 22:34 
AnswerRe: How can I prevent user from resubmitting Button Pin
neerubee28-Dec-07 18:56
neerubee28-Dec-07 18:56 
Questionregular expression Pin
Sonia Gupta27-Dec-07 21:24
Sonia Gupta27-Dec-07 21:24 
GeneralRe: regular expression Pin
N a v a n e e t h27-Dec-07 21:26
N a v a n e e t h27-Dec-07 21:26 
GeneralRe: regular expression Pin
sulabh202027-Dec-07 22:31
sulabh202027-Dec-07 22:31 
GeneralRe: regular expression Pin
Sonia Gupta27-Dec-07 23:08
Sonia Gupta27-Dec-07 23:08 

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.