Click here to Skip to main content
15,893,564 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: timer control Pin
Michael Sync29-Dec-07 8:09
Michael Sync29-Dec-07 8:09 
Generaltimer control problem1 Pin
Sonia Gupta28-Dec-07 1:31
Sonia Gupta28-Dec-07 1:31 
GeneralRe: timer control problem1 Pin
m v ramana28-Dec-07 19:56
m v ramana28-Dec-07 19:56 
GeneralRe: timer control problem1 Pin
Sonia Gupta28-Dec-07 20:20
Sonia Gupta28-Dec-07 20:20 
Questionhelp help Pin
Member 475249028-Dec-07 1:30
Member 475249028-Dec-07 1:30 
GeneralMultiple violations Pin
leckey28-Dec-07 5:15
leckey28-Dec-07 5:15 
GeneralRe: Multiple violations Pin
neerubee28-Dec-07 18:51
neerubee28-Dec-07 18:51 
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 

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.