page refresh at the click of a button....
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi frns, I have a button, on the click of which the whole page is getting refreshed. I am using it only to make a div display as 'block' or 'none'. Is there any other way than using AJAX to stop refreshing the whole page?
scarface
scar_face wrote:
I am using it only to make a div display as 'block' or 'none'.
Then why are you using server side button. or why are you doing it in server side. Do the job in Client Side. You can easily do it using javascript only.
cheers, Abhijit CodeProject MVP