hello,
i have wriitten a code like this:
using
public
{
Timer1.Interval = 500;
lblmtr.Text =
lbldat.Text =
lblvol1.Text =
lblvol3.Text =
lblcur2.Text =
lbllin1.Text =
}
ds = obj.data(
lblfreq.Text = ds.Tables[
lbltime.Text = ds.Tables[
lblvol2.Text = ds.Tables[
lblcu1.Text = ds.Tables[
lblcur3.Text = ds.Tables[
lbllin2.Text = ds.Tables[
Timer1.Interval = 30000;
database();
but the problem is pageload is taking almost more than 11 secs,what could be the problem.
and also whenever timer event occurs ,it;s first going into page load event and then time1_tick event.