Search

You searched for the word(s): userid:878765

Matching Posts

  • Re: again timers(c# visualstudio 2005 framework 2.0)

    Hi thank you for your kindness! I finally did what I had to do have a good day
    Posted to Web Forms (Forum) by danny_rome on 7/13/2009
  • Chart [visual studio 2005 c#]

    Hi everyone! can you tell me a chart package or something free to draw charts? possibly not to difficult to install or at least with a good "how to install" thank you!! have a good day P.S. I use visualstudio 2005 and c# so I have only framework 2.0 (I don't think for example that dundas works since it supports only framework 3.5)
    Posted to Component Discussions (Forum) by danny_rome on 7/13/2009
  • Re: again timers(c# visualstudio 2005 framework 2.0)

    ok...I downloaded the ajax toolkit, installed it and then? I have to change something inside my project? or I can use it immediately after the installation?
    Posted to Web Forms (Forum) by danny_rome on 7/10/2009
  • Re: again timers(c# visualstudio 2005 framework 2.0)

    unfortunately it doesn't work :( so I was thinking to do in a different way... <script type="text/javascript"> function doRefresh() { // refresh della pagina corrente document.location.reload(); } // espresso in millisecondi (1000 = 1 secondo) window.setTimeout("doRefresh()", 10000); </script> in this way I make a refresh of the aspx page every 10 seconds..is possible to create a session variable and increment it every refresh? and if it is possible...how can I
    Posted to Web Forms (Forum) by danny_rome on 7/10/2009
  • again timers(c# visualstudio 2005 framework 2.0)

    Hi all...first of all I apologize if my english is not really good..I hope you will understand what I'm going to ask you...ok first I'll post the code of the main part of the page public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { DataTable dt = new DataTable(); String connectionString = "Data Source=localhost;Initial Catalog=xx;User Id=xx;Password=xx;"; SqlConnection cn = new SqlConnection(connectionString); SqlDataReader
    Posted to Web Forms (Forum) by danny_rome on 7/9/2009
  • Re: again timers(c# visualstudio 2005 framework 2.0)

    wow..thank you!! now I have another aspx page to write..after finishing it I'll try the code above!! thank you again for your kindness!! out of curiosity...since I have framework 2.0 I can use the code you posted?
    Posted to Web Forms (Forum) by danny_rome on 7/9/2009
  • issues with timer class c#

    hi everyone..you are my last hope :D I have a problem...I'd like to try to do this thing (i'll write it in a pseudo-code) (every 5 seconds){ do something} well as concerne the "do something" part I have already wrote the code. the big problem is how to use timer! I tryed this thing try{ ..... Timer timer = new Timer(); timer.Interval = 5000; timer.Enabled=true; timer.Start(); timer.Elapsed += delegate { String p = prestazioni[j].ToString(); Label2.Text = p; if (j == (righe - 1)
    Posted to C# (Forum) by danny_rome on 7/2/2009
  • Re: issues with timer class c#

    hem...I'm pretty new with c# and asp.net in general...can you make me an example of the code? :P
    Posted to C# (Forum) by danny_rome on 7/2/2009
  • Re: issues with timer class c#

    sorry for my ignorance....I work with c# and visual studio 2005(so framework 2.0)..so..is timer control available for my configuration? thank you for being so kind :)
    Posted to C# (Forum) by danny_rome on 7/2/2009
Page 1 of 1 (9 items)