This is a migrated thread and some comments may be shown as answers.

Page is refreshing when button is clicked

1 Answer 2381 Views
Button
This is a migrated thread and some comments may be shown as answers.
Harish
Top achievements
Rank 1
Harish asked on 19 Dec 2016, 10:35 PM

When the telerik button control is pressed page gets refreshed and erases all the data in the text boxes in the same page. How to Avoid Refereshing the page....

Tried below things did not work:

1. Upgraded to .NET Framework 4.0 to 4.5.2
2. Upgraded telerik from 2014.3.1024.40 to 2016.1.225.45

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 21 Dec 2016, 08:15 AM
Hi,

You can check to set AutoPost back property to false to check if it will work for in the way you expect:

<telerik:RadButton runat="server" Text="Button" AutoPostBack="false"></telerik:RadButton>

If you still experience some problems we will need a sample runnable project in order to test it on our side.

Regards,
Bozhidar
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Button
Asked by
Harish
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or