data not binding to grid without refreshing the page
hello friends I developed an application in mvc5 using ADO.net where im facing one problem. I used textbox to save the data into database and same entry i want to display on page . but every time i want to refresh the page to enter new data... otherwise it cannot bimd data to grid and does not show on the page.. So my question is how to bind data without refresing the page and bind it grid..