4
Answers

Page refresh to update data

Chris James

Chris James

14y
12.2k
1

Hi Guys,
I am using ASP.NET with C# to create a web page that pulls a list of data from a database and displays it in an HTML table on a web page. However the list is bigger than the page so I want it to refresh every 20 seconds or so and show the next page until it gets to the last page then go back to the start.
What is the easiest way to achieve this??
Thanks in advance for any help.
Chris
Answers (4)
0
Govinda Rajulu Yemineni

Govinda Rajulu Yemineni

NA 1.5k 233.1k 9y
Hi Amit,
 
please refer the following URL
 
http://forums.asp.net/t/1787686.aspx?How+to+post+a+xml+value+to+web+api+ 
0
Amit Joshi

Amit Joshi

NA 100 11k 9y
Any reference links?