C
Christian Filzwieser
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 ???
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 ???