Re: Updating Label on a WebControl
- From: Christian Filzwieser <w_filzi@xxxxxxxxx>
- Date: Wed, 06 Apr 2005 08:08:56 +0200
I set LABEL.Text = MyVariable to show the string on the StatusBar !!!
Greez The Filzmeister
Patrick schrieb:
Hi Christian,
you should not use a static method to display dynamic contents on a control. What are you doing with the "MyVariable" in your code?
cu patrick
"Christian Filzwieser" wrote:
Hy I created a WebControl called StatusBar with a static function
public static void SetText(string text) { MyVariable = Text }
and on Page Load I set MyVariable to the Label in my WebControl.
On my Webform i load data form SqlServer into a grid and i want to set the Recordcount in the Statusbar.
My Question: Is there any way to refresh the StatusBar ???
.
- Follow-Ups:
- Re: Updating Label on a WebControl
- From: Patrick
- Re: Updating Label on a WebControl
- References:
- Updating Label on a WebControl
- From: Christian Filzwieser
- RE: Updating Label on a WebControl
- From: Patrick
- Updating Label on a WebControl
- Prev by Date: RE: ASP.Net projects not loading in VS.Net after SP2 for XP instal
- Next by Date: Re: newbie question
- Previous by thread: RE: Updating Label on a WebControl
- Next by thread: Re: Updating Label on a WebControl
- Index(es):
Relevant Pages
|