Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problems faced in differend resolution. Pin
Christian Graus18-Aug-08 18:15
protectorChristian Graus18-Aug-08 18:15 
AnswerRe: Problems faced in differend resolution. Pin
UD(IA)18-Aug-08 21:21
UD(IA)18-Aug-08 21:21 
GeneralRe: Problems faced in differend resolution. Pin
Christian Graus18-Aug-08 21:55
protectorChristian Graus18-Aug-08 21:55 
GeneralRe: Problems faced in differend resolution. Pin
UD(IA)18-Aug-08 22:52
UD(IA)18-Aug-08 22:52 
GeneralRe: Problems faced in differend resolution. Pin
Anil Chauhan 250818-Nov-09 23:43
professionalAnil Chauhan 250818-Nov-09 23:43 
GeneralRe: Problems faced in differend resolution. Pin
Rasma Raj19-Aug-08 0:07
Rasma Raj19-Aug-08 0:07 
GeneralRe: Problems faced in differend resolution. Pin
Anil Chauhan 250818-Nov-09 23:46
professionalAnil Chauhan 250818-Nov-09 23:46 
QuestionAjaX TIMER will not start in ascx Pin
Cannery18-Aug-08 13:05
Cannery18-Aug-08 13:05 
Here is my code.
Front end
        <asp:scriptmanagerproxy id="ScriptManagerProxy1" runat="server" xmlns:asp="#unknown">
        </asp:scriptmanagerproxy>
    <asp:timer id="Timer1" runat="server" interval="1000" ontick="Timer1_Tick1" xmlns:asp="#unknown">
    </asp:timer>


<asp:updatepanel id="UpdatePanel1" runat="server" updatemode="Always" xmlns:asp="#unknown">
    <contenttemplate>
       <asp:panel id="PanelHeader" runat="server" cssclass="">
        </asp:panel>

    </contenttemplate>
    <triggers>
        <asp:asyncpostbacktrigger controlid="Timer1" eventname="Tick" />
    </triggers>
</asp:updatepanel>


codebehind

Protected Sub Timer1_Tick1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    MyEven!
End Sub



it never triggers the tick?

i dont know what it cant be.
QuestionAJAX Accordion control Pin
Cannery18-Aug-08 7:15
Cannery18-Aug-08 7:15 
Questionhow to get all employee id in to single variable? Pin
ram6718-Aug-08 6:49
ram6718-Aug-08 6:49 
AnswerRe: how to get all employee id in to single variable? Pin
Manas Bhardwaj18-Aug-08 7:21
professionalManas Bhardwaj18-Aug-08 7:21 
AnswerCP IGNORE Pin
leckey18-Aug-08 11:45
leckey18-Aug-08 11:45 
AnswerRe: how to get all employee id in to single variable? Pin
Christian Graus18-Aug-08 11:53
protectorChristian Graus18-Aug-08 11:53 
Questiontrying to use master detail grids !!! Pin
mrkeivan18-Aug-08 6:42
mrkeivan18-Aug-08 6:42 
Questionhow to display the datas in single row? Pin
ram6718-Aug-08 6:00
ram6718-Aug-08 6:00 
QuestionHow can I get Page PreRender to work? Pin
davebarkshire18-Aug-08 5:40
davebarkshire18-Aug-08 5:40 
AnswerRe: How can I get Page PreRender to work? Pin
Abhijit Jana18-Aug-08 6:13
professionalAbhijit Jana18-Aug-08 6:13 
GeneralRe: How can I get Page PreRender to work? Pin
davebarkshire18-Aug-08 6:19
davebarkshire18-Aug-08 6:19 
GeneralRe: How can I get Page PreRender to work? Pin
N a v a n e e t h19-Aug-08 3:10
N a v a n e e t h19-Aug-08 3:10 
Questionproblem in ajax toolkit's control while proper working someplace same code Pin
UD(IA)18-Aug-08 4:53
UD(IA)18-Aug-08 4:53 
AnswerRe: problem in ajax toolkit's control while proper working someplace same code Pin
Tripathi Swati18-Aug-08 19:46
Tripathi Swati18-Aug-08 19:46 
GeneralDowngrade to 1.1 from 2.0 Pin
Brady Kelly18-Aug-08 4:53
Brady Kelly18-Aug-08 4:53 
QuestionOn page focus Pin
omlac18-Aug-08 3:09
omlac18-Aug-08 3:09 
AnswerRe: On page focus Pin
Guffa18-Aug-08 3:52
Guffa18-Aug-08 3:52 
QuestionImage Display in IE7 Pin
Anand Desai18-Aug-08 3:08
Anand Desai18-Aug-08 3: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.