I have created an update button on a page and everything is going in right manner but when I update the date the update record do not changes while pressing update button when rather than refreshing the page, means when I refresh the page then page contents are updated.
what should i do in this matter?
I have created an update button on a page and everything is going in
Share
You Could use ajax update panel to update the partial page …
Here is sample, how to use the update panel using ajax…
The Click Event Handler for the Button
The click event handler for the Button control is responsible for updating the current time in the Label control. Here’s how you define the click handler for the Button control:
pls take look at this link for more info
i hope it will helps you