Refresh the same partial view when clicking on a button
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I am learning MVC. I want to refresh the same partial view while clicking on a button. the button is on the same partial view How will I do this? Any help would be appreciated.
You can use the onclick event of the Button as an serverside event and create a sub with the "handles buttonx.click" or you can insert an Java Funtion in the onclick statemant of the Element to fire an Postback... Martin