is it possible to refresh a particular control on the web application. i mean for example if i have a label which is my web title, can i make it like blinking when user try to open the page?
Printable View
is it possible to refresh a particular control on the web application. i mean for example if i have a label which is my web title, can i make it like blinking when user try to open the page?
nothing as far as VB .NET code wise, but I think there is a css style that allows blinking text. Take a note that blinking text is considered very tacky now a days. You may want to ask in the html forum, then use whatever code they give you using the style property of the asp:label control.