usha
Wed Aug 11 01:24:29 CDT 2004
switch(refr)
{
case "10" :
{
timer1.Start();
break;
}
reseting the timer in one function, and one event of the timer where i am
rebinding the datedrid.
There is an option to update also so while it is rebinding for each 10
seconds , unhandled exception occurs.
regards
ushas
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:OEWuuDxfEHA.2028@tk2msftngp13.phx.gbl...
> * "usha" <usha.s@ionidea.com> scripsit:
> > I have a program where i am using timers to refresh the databinded to
> > daatgrid for every 10 seconds.Along with this i am having other
functions
> > for updating , sorting etc.
> >
> > the program terminates while in run mode due when i try to do
> > updating/sorting since refreshing function will be happening
simultaneously.
>
> Can you post some code?
>
> Is an error message shown/exception thrown?
>
> --
> M S Herfried K. Wagner
> M V P <URL:
http://dotnet.mvps.org/>
> V B <URL:
http://dotnet.mvps.org/dotnet/faqs/>