refresh the control asp.net2.0+c#
-
What do you means with 'Refresh'?
.: I love it when a plan comes together :. http://www.zonderpunt.nl
-
What do you means with 'Refresh'?
.: I love it when a plan comes together :. http://www.zonderpunt.nl
-
You can't reload only specific control when you click button. You can reload it's value using AJAX
-
You can't reload only specific control when you click button. You can reload it's value using AJAX
-
regimol wrote:
how can i do that?
Reloading value ? you need to install Microsoft AJAX development kit and search for some tutorials on how to program with them. Or you can do this by writing
XMLHttpRequest
using javascript.
-
regimol wrote:
how can i do that?
Reloading value ? you need to install Microsoft AJAX development kit and search for some tutorials on how to program with them. Or you can do this by writing
XMLHttpRequest
using javascript.
However, you can also reload the entire page by :
Response.Redirect("yourpage.aspx");
however doing this makes all controls lose their values....: I love it when a plan comes together :. http://www.zonderpunt.nl
-
However, you can also reload the entire page by :
Response.Redirect("yourpage.aspx");
however doing this makes all controls lose their values....: I love it when a plan comes together :. http://www.zonderpunt.nl
-
actually i want make a message board like this...for that only i need to popup pr popout the particular question that i click..
regimol wrote:
actually i want make a message board like this...for that only i need to popup pr popout the particular question that i click..
Then why don't you tell this before.. This can be done using a simple javascript. Goto view source of this page and check