| I have a problem using an user control in an asp.net page. |
|
| I am trying to display a clock in an asp.net page with only the seconds |
| changing. |
| For that to work I have created an user control with an label control. The |
| label is only displaying the full time with seconds changing. |
| I have used <META HTTP-EQUIV="refresh" CONTENT="1" |
| of the user control for this to work. |
|
| But when I am incorporating the user control in a web page the whole page |
| is |
| getting refreshed. |
| But I want only the user control to get refresh not the whole page. How |
| could I achieve this? |
| Any help would be appreciated. |