I need to be able to refresh a ASPX page if the current data being displayed has changed
-
I need to be able to refresh a ASPX page if the current data being displayed has changed I know, i can use above line in aspx page but i want to do it in aspx class how can i ? r00d0034@yahoo.com -- modified at 7:44 Sunday 19th February, 2006
-
I need to be able to refresh a ASPX page if the current data being displayed has changed I know, i can use above line in aspx page but i want to do it in aspx class how can i ? r00d0034@yahoo.com -- modified at 7:44 Sunday 19th February, 2006
If I understand you right, you have textobxes with data. If you wan't to postback when changes happend simply set AutoPostBack to true for the textoboxes you want that kind of behaviour. Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
If I understand you right, you have textobxes with data. If you wan't to postback when changes happend simply set AutoPostBack to true for the textoboxes you want that kind of behaviour. Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
I want to control refresh time programmatically in order to meet my Application requirement r00d0034@yahoo.com
-
I want to control refresh time programmatically in order to meet my Application requirement r00d0034@yahoo.com
-
I need to be able to refresh a ASPX page if the current data being displayed has changed I know, i can use above line in aspx page but i want to do it in aspx class how can i ? r00d0034@yahoo.com -- modified at 7:44 Sunday 19th February, 2006